Ryan VanderMeulen
da1580e7b7
Merge inbound to m-c. a=merge
2015-07-17 10:26:22 -04:00
Masayuki Nakano
fc1b65e187
Bug 1184004 part.3 IPC methods to notify IME should use IMENotification for its argument r=smaug
2015-07-17 13:30:01 +09:00
Masayuki Nakano
e7b2bdc25f
Bug 1184004 part.2 Make all structs in IMENotification IPC-aware r=smaug
2015-07-17 13:30:01 +09:00
Masayuki Nakano
308f797ddf
Bug 1184004 part.1 Give a name to each struct in IMENotification r=smaug
2015-07-17 13:30:01 +09:00
Masayuki Nakano
a81bbc4eef
Bug 1176959 nsGtkIMModule shouldn't commit composition when a selection change is notified but it was caused by selection set event r=m_kato
2015-07-17 13:27:32 +09:00
Masayuki Nakano
6f357e2664
Bug 1176955 part.3 nsTextStore shouldn't notify TSF of selection change which is caused by selection set event r=m_kato
2015-07-17 11:25:00 +09:00
Masayuki Nakano
b2a38bd156
Bug 1176955 part.2 NOTIFY_IME_OF_SELECTION should have a flag which indicates if it's caused by a selection event r=smaug
2015-07-17 11:25:00 +09:00
Ryan VanderMeulen
a276714066
Merge m-c to fx-team. a=merge
2015-07-16 16:23:27 -04:00
Xidorn Quan
dabcad96a0
Bug 1183651 - Avoid operating refcount of fullscreen task runnable inside the transition thread. r=jimm
2015-07-16 09:54:19 +10:00
Ryan VanderMeulen
605353eabf
Merge b2g-inbound to m-c. a=merge
2015-07-15 13:25:56 -04:00
Ryan VanderMeulen
41b59bf8a1
Merge inbound to m-c. a=merge
2015-07-15 13:19:59 -04:00
Ryan VanderMeulen
a7dc23c6ba
Backed out changeset f612649fdbaf (bug 1174461) for causing bug bug 1182919. a=topcrash
2015-07-15 12:44:01 -04:00
Kan-Ru Chen
1d505b3429
Bug 1181518 - Change the reason for memory-pressure fired during priority change. r=gsvelto
2015-07-15 17:07:39 +08:00
Alex Henrie
5d4e05e288
Bug 941858 - Do not scale down elements passed to setDragImage. r=roc
2015-07-11 10:15:19 -06:00
Andrew Comminos
59b0d0f7d5
Bug 1178799 - Filter X11 SelectionRequest events with an invalid requestor on GTK3. r=karlt
2015-07-13 08:58:00 -04:00
Jeff Muizelaar
1f2e10f9ba
Bug 1178426. Add GfxInfo to ServicesList.h. r=nfroyd
2015-07-08 16:51:09 -04:00
David Anderson
966456c514
Move compositor backend decisions into gfxPlatform. (bug 1179051 part 3, r=mattwoodrow)
2015-07-16 15:18:05 -07:00
Gijs Kruitbosch
061a0b5b64
Bug 1173725 - part 1: force top border to be visible on windows 10 and don't cut out caption buttons, r=jimm
2015-07-10 12:07:03 +01:00
Botond Ballo
329ac5fd09
Bug 1181832 - Keep gfxPrefs.h out of header files. r=kats
2015-07-13 11:53:10 -04:00
Dylan Roeh
4f8d4ad5db
Bug 1172567 - Use GetLongField rather than GetIntField for jEGLSurfacePointerField when the API version is >= 20. r=snorp
2015-07-10 10:11:20 -05:00
Andrew Comminos
c16198fd70
Bug 1179780 - Render opaque scrollbar troughs in the root viewport on GTK3. r=karlt
2015-07-14 07:35:00 -04:00
Karl Tomlinson
3d8058cc4a
bug 1182972 no need to pass member variable bounds to NativeResize r=acomminos
2015-07-14 15:24:56 +12:00
Karl Tomlinson
36dcd17cbc
bug 1182972 remove mNeedsMove/mNeedsResize logic; instead process changes immediately r=acomminos
2015-07-14 15:23:47 +12:00
Karl Tomlinson
ecc490f679
bug 1182972 create NativeMove helper method r=acomminos
2015-07-13 14:29:05 +12:00
Karl Tomlinson
bf45a70439
bug 1182972 remove unused aRepaint parameter from NativeResize methods r=acomminos
2015-07-13 13:57:23 +12:00
Andrew Comminos
719bbb0cd1
Bug 1182972 - Fallback to GTK monitor scale factor when mGdkWindow is null. r=karlt
2015-07-15 20:26:00 -04:00
Andrew Comminos
91addea8f5
Bug 1173907 - Don't use gtk_render_activity for drawing progress chunks on GTK versions above 3.13.7. r=karlt
2015-07-15 11:47:00 -04:00
Milan Sreckovic
9f1306dbf9
Bug 1183725 - Windows 10 not recognized in downloadable blocklist. r=bas
2015-07-14 13:22:13 -04:00
Birunthan Mohanathas
47ed3a3675
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
...
The bulk of this commit was generated by running:
run-clang-tidy.py \
-checks='-*,llvm-namespace-comment' \
-header-filter=^/.../mozilla-central/.* \
-fix
2015-07-13 08:25:42 -07:00
Nicolas Silva
4de07beb5f
Bug 1180688 - Detect whether the widget will be able to present frames with BasicCompositor on Mac. r=mstange
2015-07-13 16:46:48 +02:00
Nicolas Silva
586d92046c
Bug 1180688 - Backout previous fix to try another solution. r=me
2015-07-13 16:46:44 +02:00
Michael Layzell
355a5ad0bf
Bug 1180993 - Part 3: Correct use sites of functions which return already_AddRefed. r=ehsan
2015-07-10 08:36:00 -04:00
Robert O'Callahan
0c40e3aba0
Bug 1167786. Restrict bounds of drawn region to the nsShmImage bounds to avoid X errors. r=karlt
2015-07-14 00:03:44 +12:00
Xidorn Quan
16a6a7578a
Bug 1160014 part 4 - Implement fullscreen transition on Windows. r=jimm
2015-07-13 20:44:36 +10:00
Xidorn Quan
af90cc112e
Bug 1160014 part 3 - Backout code from bug 634586. r=jimm
...
The code was for improving fullscreen transition. However, it doesn't seem to
be an improvment anymore. Instead, it causes various bugs like bug 649067,
bug 646374, bug 1053783. Also see bug 634586 comment 33 which shows that this
code causes performance issue on slow machine. According to my test, removing
this code could improve the speed switching to fullscreen from normal mode.
2015-07-13 20:44:36 +10:00
Xidorn Quan
bb3b5284af
Bug 1160014 part 2 - Move some procedures in nsBaseWidget::MakeFullScreen to individual methods. r=roc
...
The two new methods will be reused by code in later patches.
2015-07-13 20:44:36 +10:00
Xidorn Quan
19e7a15768
Bug 1160014 part 1 - Implement common part of fullscreen transition. r=roc,smaug,dao
...
This patch implements the code which is shared by all platforms for
fullscreen transition.
It adds two prefs for the duration of fullscreen transition. They can
also be used to completely suppress the transition.
In addition, this patch uses the newly added prefs to suppress the
transition in all tests which use the DOM fullscreen.
2015-07-13 20:44:36 +10:00
Xidorn Quan
3deabc119c
Bug 1160014 part 0 - Avoid explicitly mentioning DOM Fullscreen concept in widget part. r=roc
2015-07-13 20:44:36 +10:00
David Anderson
3840370f70
Add nsIGfxInfo::ListMonitors support for OS X. (bug 1175005 part 3, r=mstange)
2015-07-13 01:12:44 -07:00
David Anderson
48e9e5a64b
Add nsIGfxInfo::GetMonitor support for Windows. (bug 1175005 part 2, r=jimm)
2015-07-13 01:12:41 -07:00
David Anderson
b6ae4b56b7
Add an nsIGfxInfo function to query monitors. (bug 1175005 part 1, r=mattwoodrow)
2015-07-13 01:12:26 -07:00
Masayuki Nakano
f55ec43f29
Bug 1176950 nsTextStore should keep storing locked content until NOTIFY_IME_OF_COMPOSITION_UPDATE is notified r=emk
2015-07-12 18:56:23 +09:00
Jim Chen
e8ce7456b2
Bug 1178850 - Update generated files; r=me
2015-07-10 23:41:36 -04:00
Jim Chen
78c1bf334a
Bug 1178850 - Add supporting classes for native JNI calls; r=snorp
2015-07-10 23:41:36 -04:00
Jim Chen
c46e55d3a0
Bug 1178850 - Make mozilla::jni::Param more intuitive to use; r=snorp
2015-07-10 23:41:35 -04:00
Alex Henrie
da48706823
Bug 1181897 - Do not scale down <img> elements passed to setDragImage. r=roc
2015-07-09 23:16:01 -06:00
Nigel Babu
85c18dc42b
Backed out 4 changesets (bug 1160014) for M2 bustages CLOSED TREE
...
Backed out changeset 87b00a9dac95 (bug 1160014)
Backed out changeset d4fa5c794e08 (bug 1160014)
Backed out changeset fca26897d534 (bug 1160014)
Backed out changeset b0b7f4f09ed2 (bug 1160014)
2015-07-11 10:49:25 +05:30
Mike Conley
96028e803c
Bug 1158798 - Properly initialize the LookAndFeel cache in the child. r=mstange.
...
The old code was just flat-out wrong. The IPDL for getting the LookAndFeel
cache from the parent during child process initialization was passing an
array it wanted to be populated as an argument, rather than using a return
value.
2015-07-10 17:11:59 -04:00
Masayuki Nakano
46a7496f64
Bug 1176954 part.8 ContentCacheInParent::OnEventNeedingAckReceived() should log the event message r=smaug
2015-07-11 10:53:56 +09:00
Masayuki Nakano
def85a51a5
Bug 1176954 part.7 IMENotification::TextChangeData should have a method to merge with another instance and IMENotification::MergeWith() should use it r=smaug
2015-07-11 10:53:56 +09:00