David Anderson
d180b0cc2a
Add an nsIGfxInfo for describing active crash guards. (bug 1270894 part 1, r=milan)
2016-05-10 11:49:16 -07:00
Randall Barker
c63841d754
Bug 1229462 - Use Android OverScroller class for fling animation r=botond
2016-05-11 08:37:47 -07:00
Neil Deakin
780d816c25
Bug 1270277, HasDataMatchingFlavors should only return true for text/unicode, r=snorp
2016-05-11 10:04:19 -04:00
Neil Deakin
405358d4b3
Bug 1101975, handle access keys in content process before menus, r=masayuki
2016-05-11 08:56:42 -04:00
Nicolas Silva
daa1794d1a
Bug 1216658 - Ignore Gt3 dark themes and use light theme's color scheme for native widgets. r=karlt
2016-04-29 10:14:29 +02:00
Bob Owen
979a6fb7b7
Bug 1271348: Only use LOGPIXELSY for calculating internal printing surface size on Windows. r=jimm
...
MozReview-Commit-ID: 9KUVyI0Oy07
--HG--
extra : rebase_source : 1fcbeebff29e1a0cfd77ac5abf5914bb7031cd86
2016-05-10 15:17:56 +01:00
Timothy Nikkel
bf94e2fc4e
Bug 1261752. Part 3. r=mats
2016-05-10 22:58:47 -05:00
Jan Beich
c6b43ec415
Bug 1271477 - Unbreak --disable-dbus build after bug 1266054. r=karlt
2016-05-09 18:51:00 +02:00
Jan Beich
1251952870
Bug 1271477 - Unbreak --disable-dbus build after bug 1234158. r=karlt
2016-05-09 18:50:00 +02:00
Nomis101
f0aa7ccdac
Bug 1271453 - Replace deprecated NSOKButton with correct constant NSFileHandlingPanelOKButton. r=mstange
2016-05-09 23:45:45 +02:00
Martin Stransky
baaa0fca1d
Bug 1248974 - Remove gtk_style_context_save which corrupts style hierarchy for menu item background, r=karlt
2016-05-09 04:17:00 +02:00
Martin Stransky
7017c6043a
Bug 1248974- get menu bar text color from GtkMenuItem, r=karlt
2016-05-09 04:17:00 +02:00
Tetsuharu OHZEKI
dd81b84720
Bug 1259667 - part5: rename WidgetSimpleGestureEvent.delta to mDelta. r=masayuki
...
MozReview-Commit-ID: D33mzFY8Vrn
--HG--
extra : rebase_source : 6d6493af599087537ab6bf469255bb9d7319e395
2016-05-10 04:16:55 +09:00
Tetsuharu OHZEKI
a5f841b5dc
Bug 1259667 - part4: rename WidgetSimpleGestureEvent.clickCount to mClickCount. r=masayuki
...
MozReview-Commit-ID: 8YaPzAGsmYd
--HG--
extra : rebase_source : f0fb0dfffbd13759ca6daa31df321bc39382cbc3
2016-05-10 04:16:54 +09:00
Tetsuharu OHZEKI
42e707c8b7
Bug 1259667 - part3: rename WidgetSimpleGestureEvent.direction to mDirection. r=masayuki
...
MozReview-Commit-ID: GYGNNTsZNWQ
--HG--
extra : rebase_source : 954039a2d7ecb1f5d579603dd02f517c42a2a025
2016-05-10 04:16:54 +09:00
Tetsuharu OHZEKI
067f1de1e4
Bug 1259667 - part2: rename WidgetSimpleGestureEvent.allowedDirections to mAllowedDirections. r=masayuki
...
MozReview-Commit-ID: 412YeoUoqIy
--HG--
extra : rebase_source : af9289605eeeeaf06bc3c7a9a5540c962231d61e
2016-05-10 04:16:54 +09:00
Tetsuharu OHZEKI
3ab0c765b3
Bug 1259667 - part1: reorder the padding of WidgetSimpleGestureEvent.r=masayuki
...
MozReview-Commit-ID: C9x0cR02zsC
--HG--
extra : rebase_source : e76d29e3fb2e338670ffd2c81bca6c1d32fee388
2016-05-10 04:16:54 +09:00
Wes Kocher
4cc953c236
Backed out 2 changesets (bug 1270894) for build bustage
...
Backed out changeset 8c0d3d862f14 (bug 1270894)
Backed out changeset 1bb479eb334c (bug 1270894)
2016-05-09 13:53:10 -07:00
David Anderson
8ac61fc54a
Add an nsIGfxInfo for describing active crash guards. (bug 1270894 part 1, r=milan)
2016-05-09 13:15:58 -07:00
Benoit Girard
70acc7f3f9
Bug 1262008 - Add WebGL failure causes to telemetry ping. r=dvander
...
MozReview-Commit-ID: 9IVhVNGmaAP
--HG--
extra : rebase_source : bfa8d247c331c216c048fb696fbfb4302c5b8d52
2016-05-09 13:44:21 -04:00
Thomas Zimmermann
4e5a56e843
Bug 1266054: GTK+: Hold references to |DBusPendingCall| in |RefPtr|, r=karlt
...
MozReview-Commit-ID: F5jb9tR5FGa
2016-05-09 12:28:37 +02:00
Thomas Zimmermann
e4b9259642
Bug 1266054: GTK+: Hold references to |DBusMessage| in |RefPtr|, r=karlt
...
MozReview-Commit-ID: CuweWk1ZMT1
2016-05-09 12:28:37 +02:00
Thomas Zimmermann
51bb662a3f
Bug 1266054: GTK+: Hold references to |DBusConnection| in |RefPtr|, r=karlt
...
This patch changes |WakeLockListener| to store its connection to
the DBus session bus in an instance of |RefPtr|. The reference will
be released automatically from the class' destructor.
MozReview-Commit-ID: Hv6MgpJMNLI
2016-05-09 12:28:37 +02:00
L. David Baron
71a0554018
Bug 1270649 - Rename mExceptionHasBeenRisen to mExceptionWasRaised. r=smaug
...
risen is the past participle of rise; raised is the past participle of
raise, which is what is done to exceptions.
See:
https://en.wiktionary.org/wiki/rise#Verb
https://en.wiktionary.org/wiki/raise#Verb (definition 2, though not sure
if the use for exceptions is from 2.3 or 2.5)
(I wonder if mExceptionRaised would be simpler, though.)
MozReview-Commit-ID: 8Ynup8aDcLT
2016-05-08 22:16:42 -07:00
L. David Baron
9ee89fe42f
Bug 567283 patch 2 - Rename NS_HexToRGB to NS_HexToRGBA and add parameter saying whether 4 and 8 digit colors are allowed. r=xidorn
...
This patch tells all callers to use the existing behavior, so it is
intended not to change behavior. Callers that will be modified in later
patches are marked with "FIXME" comments that will be removed in those
later patches (patches 3 and 4).
MozReview-Commit-ID: FaLryfxaeHv
2016-05-08 22:16:41 -07:00
Martin Stransky
14a55c9a93
bug 1234158 add support for GTK 3.20 scrollbars r=karlt
...
--HG--
extra : transplant_source : %84N%24%B8%1D%80%EE%133%96%B3Y%0B%5D%29%26%18%24%B3%60
extra : histedit_source : 6e54e39b3c2649e4efebb864db2d5ce5d8b7b330
2016-05-09 11:08:26 +12:00
Karl Tomlinson
b799dfaa46
bug 1234158 rename GtkThemeWidgetType enum to WidgetNodeType as it will differentiate GTK CSS nodes r=Stránský
...
--HG--
extra : transplant_source : %11-%01%D8%F3%D6%00%E9%0C%D8%84z%A2%98%7C%F3%B5I%CF%5E
extra : histedit_source : deb6e194d8ea4466976347e24a741ee354dcc331
2016-04-14 17:47:20 +12:00
Bob Owen
b95d020f26
Bug 1255336: Copy DEVMODE details back to print settings in GetDataFromPrinter. r=jimm
...
nsDeviceContextSpecWin::GetDataFromPrinter is only called with print settings, when the settings aren't properly populated in nsDeviceContextSpecWin::Init.
This only happens when printing silently and the print settings have last been populated with prefs.
We need to copy the final DEVMODE details back in case any were invalid from the prefs and have been overridden by the printer.
MozReview-Commit-ID: EuRTDZTSSJn
--HG--
extra : rebase_source : 338910cec62843a79333ca32e1be2e07fd7a9a11
2016-05-05 13:06:53 +01:00
David Anderson
86cb20fdbf
Add blocklist reasons to the gfxConfig/about:support decision log. (bug 1270404, r=milan)
2016-05-05 14:42:12 -04:00
Jim Chen
d8cd767aac
Bug 1270202 - Move WindowEvent to outside of GeckoViewSupport; r=snorp
...
WindowEvent is not specific to GeckoViewSupport, and classes other than
GeckoViewSupport use it, so this patch moves it to outside of
GeckoViewSupport.
2016-05-05 11:39:02 -04:00
Mathieu Leplatre
5554aa9abe
Bug 1257547 - Remove coupling of gfx code to XML file blocklist.xml. r=milan
...
MozReview-Commit-ID: HDVVvsk077x
--HG--
extra : rebase_source : 86f2efb57b3a606e0233c0a86cdd8636be131f42
2016-05-04 16:12:19 +02:00
Thomas Zimmermann
25319fe544
Bug 1269422: Wrap Gonk widget in |CompositorWidgetProxyWrapper|. r=dvander
2016-05-05 11:27:26 +02:00
Kyle Huey
941ab1f522
Bug 1268313: Part 7 - Move NS_NewRunnableMethod and friends to mozilla::NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
Kyle Huey
44cee0989e
Bug 1268313: Part 6 - Replace NewRunnableMethod with NS_NewRunnableMethod. r=froydnj
2016-05-05 01:45:00 -07:00
David Anderson
9c703c12e4
Remove plugin-related CompositorBridgeParent use of nsIWidget. (bug 1265975 part 6, r=jimm)
2016-05-04 22:00:14 -07:00
David Anderson
9427843932
Remove Windows-specific compositor calls to nsIWidget. (bug 1265975 part 5, r=jimm)
2016-05-04 22:00:14 -07:00
David Anderson
d4a4548584
Move transparency handling to WinCompositorWigetProxy. (bug 1265975 part 4, r=jimm)
2016-05-04 22:00:14 -07:00
David Anderson
309e579428
Move the WM_SETTEXT present lock to CompositorWidgetProxy. (bug 1265975 part 3, r=jimm)
2016-05-04 22:00:13 -07:00
David Anderson
92bb5b46dc
Implement WinCompositorWidgetProxy::GetClientSize. (bug 1265975 part 2, r=jimm)
2016-05-04 22:00:13 -07:00
David Anderson
927db0d41a
Add WinCompositorWidgetProxy. (bug 1265975 part 1, r=jimm)
2016-05-04 22:00:13 -07:00
Dylan Roeh
c185fb93b0
Bug 1136364 - Remove EGLSurface creation from GLController. r=snorp
2016-04-29 10:28:35 -05:00
Neil Deakin
3c20c400b2
Bug 911546, use a runnable so that popups don't rollup during a grab, r=karlt
2016-05-04 10:07:52 -04:00
David Anderson
0f4166d532
Remove unused null widget checks. (bug 1269037 part 2, r=mchang)
2016-05-03 17:40:19 -07:00
David Anderson
fcdaf00819
Use CompositorWidgetProxy for dispatching vsync to the compositor. (bug 1269037 part 1, r=mchang)
2016-05-03 17:39:23 -07:00
Kartikaya Gupta
c065a77f0b
Bug 1269032 - Add support for user multipliers to pan gesture inputs. r=mstange
...
MozReview-Commit-ID: 91ooLOswm7q
--HG--
extra : rebase_source : 4b545b6f95052adc951c37cc096110a7df8be1bb
2016-05-03 09:09:10 -04:00
Andrew McCreight
ce5db61801
Bug 1268721, part 2 - Null check first argument to nsContentUtils::GetSurfaceData(). r=jimm
2016-05-03 07:04:21 -07:00
Thomas Zimmermann
42c137c01d
Bug 1268432: Replace |Task| with |Runnable| in B2G code r=fabrice
...
This patch converts the remaining B2G code from |Task| to |Runnable| and
fixes related API calls. This is a follow-up to bug 1266595.
2016-05-02 10:27:15 -07:00
bd339
1f362e61d3
Bug 1258758 - rename GetEffectiveClipRect to GetLocalClipRect. r=kats
...
MozReview-Commit-ID: HNErexDE1Xo
2016-05-02 17:27:35 +02:00
Martin Stransky
c64aea7200
Bug 1263145 - Render multiline input text entries as GtkTextView, r=karlt
2016-04-27 01:07:00 +02:00
Makoto Kato
fe5bf359ac
Bug 1262363 - Call [NSTextInputContext handleEvent] for mouse support on IME. r=masayuki
...
Some IME handles mouse event by handleEvent method of NSTextInputcontext. So we should call it on mouse event for IME
MozReview-Commit-ID: 6lyXCpOJ3yr
--HG--
extra : rebase_source : a180e0750a2f40838cf24d2985638f96899cf2d4
extra : histedit_source : 84ea9a9b113b33d8dc982b855e2271931c1084f9
2016-04-27 21:14:43 +09:00