Bill McCloskey
d960718b48
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 21:38:19 -07:00
Wes Kocher
62d61f05a8
Backed out changeset 88425ad0f06a (bug 982828) for introducing various mochitest-5 failures on a CLOSED TREE
...
* * *
Backed out changeset 94f9ebdc6662 (bug 982828)
2014-03-13 19:41:21 -07:00
Bill McCloskey
cff466f79f
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Ehsan Akhgari
178f47f91d
Bug 983014 - Move the rest of the -I build flags that stayed in Makefiles because of ANDROID_SOURCE to moz.build; r=mshal
2014-03-13 19:31:18 -04:00
Bill McCloskey
624ffda758
Backed out changeset d6261f65070a
2014-03-13 15:52:27 -07:00
Bill McCloskey
a23e0f8633
Bug 982828 - [e10s] Disable mochitest-plain tests that don't pass in e10s (r=ted)
2014-03-13 15:41:41 -07:00
Ryan VanderMeulen
0480a19999
Backed out changeset 16d6b2e332e0 (bug 975468) for OSX debug non-unified bustage.
2014-03-13 14:48:04 -04:00
Arnaud Bienner
efcd60370e
Bug 975468 - Allow only one NSColorPanelWrapper to be opened at a time, and retarget the existing one if user clicks on another input type color. r=areinald
2014-03-13 16:04:57 +01:00
Vaibhav Agarwal
292a923c8e
Bug 971132 - B2G mochitests should use the new manifest format for runtests; r=jmaher
2014-03-13 10:40:10 -04:00
Carsten "Tomcat" Book
c5f189fe80
Merge mozilla-central to mozilla-inbound
2014-03-13 13:32:39 +01:00
Markus Stange
12b56b3e1c
Bug 968838 - Refuse reentrant calls to nsCocoaWindow::DoResize. r=smichaud
2014-03-13 13:21:56 +01:00
Carsten "Tomcat" Book
95bfa8ff89
merge b2g-inbound to mozilla-central
2014-03-13 12:54:33 +01:00
Botond Ballo
1d1fde2729
Bug 980493 - Transition FrameMetrics::mZoom to use a getter/setter. r=kats
2014-03-12 12:46:57 -04:00
Botond Ballo
87d9d4b831
Bug 980493 - Transition FrameMetrics::mScrollOffset to use a getter/setter. r=kats
2014-03-13 02:34:34 -04:00
Wes Kocher
a07bbe4b3e
Merge m-c to b-i
2014-03-12 21:22:36 -07:00
Jed Davis
a2f7fe6f8f
Bug 976398 - Check camera permissions directly instead of using Unix groups. r=mwu r=bent
...
Loosely based on the code used to check PRemoteOpenFile.
2014-03-12 15:48:15 -07:00
Masayuki Nakano
4bb71f3fc6
Bug 981960 Retry to remove found char message with GetMessage() when PeekMessage() fails to remove the message from the queue r=jimm
2014-03-12 20:04:17 +09:00
Kartikaya Gupta
dc384b0b4a
Bug 981029 - Save and apply an input transform to input events from the APZ. r=botond
...
This accounts for the fact that in some cases we may not apply all of the
requested paint metrics from the APZ, leaving the two sides of the
GeckoContentController interface out of sync (on purpose).
2014-03-12 15:27:45 -04:00
Kartikaya Gupta
d655c3edd9
Bug 981029 - Change the GeckoContentController interface to take CSSPoint instead of CSSIntPoint. r=botond
2014-03-12 15:27:45 -04:00
Arnaud Bienner
aec0138797
Bug 975468 - Allow only one NSColorPanelWrapper to be opened at a time, and retarget the existing one if user clicks on another input type color. r=areinald
2014-03-13 21:52:14 +01:00
Masayuki Nakano
89bf99db20
Bug 977959 part.5 Make NativeKeyBindings classes non-refcountable r=neil
2014-03-14 22:13:32 +09:00
Masayuki Nakano
436710861e
Bug 977959 part.4 Remove nsINativeKeyBindings r=roc+karlt
...
--HG--
rename : widget/gtk/nsNativeKeyBindings.cpp => widget/gtk/NativeKeyBindings.cpp
rename : widget/gtk/nsNativeKeyBindings.h => widget/gtk/NativeKeyBindings.h
2014-03-14 22:13:32 +09:00
Masayuki Nakano
7179f50754
Bug 977959 part.3 Hide nsINativeKeyBindings with nsIWidget::ExecuteNativeKeyBinding() r=roc+karlt+smichaud
2014-03-14 22:13:31 +09:00
Masayuki Nakano
12f45f8af4
Bug 977959 part.2 Remove nsINativeKeyBindings::KeyDown() and nsINativeKeyBindings::KeyUp() r=roc, sr=roc
2014-03-14 22:13:31 +09:00
Masayuki Nakano
27bddb1157
Bug 977959 part.1 Define constants for each command which may be caused by native key bindings r=roc
2014-03-14 22:13:30 +09:00
Neil Rashbrook
f83724018d
Bug 514280 Stop using nsCOMPtr for concrete types r=bsmedberg
...
--HG--
extra : rebase_source : eaca8b2925eaffb49e29a617cd72c0d6686e6d9e
2014-03-17 19:07:09 +00:00
Martin Stransky
d629da6290
Bug 982640 - Port GTK2 to GTK3 - transparent widgets, r=karlt
...
Some widgets in Gtk3 are transparent so force gecko
to paint underlying widget which is usually GtkWindow.
2014-03-26 10:16:38 -07:00
Alex Henrie
7687f77148
Bug 981849 - Remove extra padding from Windows dropdown buttons r= roc
2014-03-10 20:44:56 -06:00
J. Ryan Stinnett
1ebfa75ad0
Bug 435164 - Stop mapping Ctrl+Space to context menu on Cocoa. r=smichaud
2014-03-07 20:17:48 -06:00
Masayuki Nakano
5bf6daff21
Bug 981226 Rename nsContentEventHandler to mozilla::ContentEventHandler (and clean up it) r=smaug
...
--HG--
rename : dom/events/nsContentEventHandler.cpp => dom/events/ContentEventHandler.cpp
rename : dom/events/nsContentEventHandler.h => dom/events/ContentEventHandler.h
2014-03-11 14:08:02 +09:00
Ehsan Akhgari
4503a3f4b3
Bug 981291 - Rewrite widget/gonk/libdisplay/Makefile.in in moz.build; r=mshal
...
--HG--
extra : rebase_source : cdc390716d82a268794578e7cae8cc8f411d0883
2014-03-10 20:13:14 -04:00
Matt Woodrow
5f6ac4ba39
Bug 940455 - Add LayerManager functonality to clear out a portion of the window for the OS to paint. r=roc,Bas
2014-02-13 13:20:41 +13:00
Kartikaya Gupta
14e74e19a6
Bug 981800 - Kill the three-parameter version of ReceiveInputEvent since it is redundant. r=botond
2014-03-10 17:59:46 -04:00
Botond Ballo
856fce75aa
Bug 935219 - Fix composition bounds calculation and APZC hit testing (again). r=kats,tn
...
--HG--
extra : amend_source : 06c6bb658dfead6907250831bbe73fae6c20b45c
2014-03-10 17:56:59 -04:00
Jacek Caban
7c99e8af1f
Bug 974318 - GCC fixup
2014-03-10 14:32:05 +01:00
Alex Henrie
56733486b0
Bug 981262 - Remove GDK_space from GetDOMKeyCodeFromKeyPairs. r=masayuki
2014-03-08 00:50:19 -07:00
Robert O'Callahan
f30bd3b5ac
Bug 975931. Part 11: Make nsDOMWindowUtils::SetDisplayPortForElement take a priority parameter, and set that parameter to 1 in reftests to override automatic displayport selection. r=kats
...
--HG--
extra : rebase_source : 07dcbfb67cb2db0bbb26a959517bbbdebd84f10b
2014-03-08 22:25:15 +13:00
Jonathan Watt
697aaafbe4
Bug 981430 - Convert WinUtils consumer of imgIContainer::GetFrame to act on a Moz2D SourceSurface. r=mattwoodrow
2014-03-10 03:13:18 +00:00
Jonathan Watt
32103f4888
Bug 981020 - Initialize the map before using it in nsWindowGfx::CreateIcon. r=mattwoodrow
2014-03-08 01:23:34 +00:00
Jonathan Watt
4d9f91afe2
Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow,mstange. Relanding after accidental backout during m-c merge in ce1a691650ef.
2014-03-08 01:21:24 +00:00
Masayuki Nakano
8bbf9836fa
Bug 978023 part.3 Rename nsIMEStateManager to mozilla::IMEStateManager r=smaug
...
--HG--
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEStateManager.cpp
rename : dom/events/nsIMEStateManager.h => dom/events/IMEStateManager.h
2014-03-08 10:20:07 +09:00
Mike Conley
23fcc345bc
Backing out bug 940455 (36e45a68452b) for numerous regressions. r=bustage-fix.
2014-03-07 16:50:30 -05:00
Jonathan Watt
ec16c97116
Bug 980436 - Fix widget/windows/nsDragService.cpp's use of DataSourceSurface::Map(), and fix up the conversion to Moz2D. r=mattwoodrow
2014-03-07 18:15:51 +00:00
Ed Morley
67fa20864c
Backed out changeset c6cec6e8dbac (bug 980436) for crashes; CLOSED TREE
2014-03-07 17:53:39 +00:00
Ed Morley
2dd0ab7128
Backed out changeset a2b62ced704d (bug 950371)
2014-03-07 17:53:05 +00:00
Jonathan Watt
9ae1e88b2d
Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow,mstange. Relanding after accidental backout during m-c merge in ce1a691650ef.
2014-02-21 19:07:42 +00:00
Jonathan Watt
75c44f4204
Bug 980436 - Fix widget/windows/nsDragService.cpp's use of DataSourceSurface::Map(), and fix up the conversion to Moz2D. r=mattwoodrow
2014-03-07 16:52:38 +00:00
Ed Morley
a21868703a
Merge backout; CLOSED TREE
2014-03-07 15:53:02 +00:00
Ed Morley
6915f3f78a
Backed out changeset f94ee00aa4d6 (bug 974197) for causing gaia-ui-test failures
2014-03-07 15:45:59 +00:00
Matt Woodrow
887c38c308
Bug 974197 - Fire MozAfterPaint after the compositor has composited the frame. r=roc
2014-03-07 16:24:32 +13:00
Masayuki Nakano
ab1c931a24
Bug 962140 Collect more details of the queue status when we removed unexpected char message from the queue r=jimm
2014-03-07 11:27:49 +09:00
Bill McCloskey
7713de8760
Bug 972728 - Invalidate more often in basic compositor (r=mattwoodrow)
2014-03-06 18:25:09 -08:00
Kartikaya Gupta
37d4a38192
Bug 975962 - Allow panning/zooming around the initial viewport for overflow:hidden elements. r=botond,tn
2014-03-07 08:41:00 -05:00
Jonathan Watt
f5b9b89e8c
Bug 980415 - Fix multiple points in the codebase where we fail to call DataSourceSurface::Unmap(). r=Bas
2014-03-07 13:21:38 +00:00
Chris Lord
73121cc49c
Bug 979973 - Fix displayport tile-alignment immediately after zooming. r=botond
...
Resolution and cumulative resolution on FrameMetrics are incorrect when the
zoom level is about to change. Make sure to use the zoom rather than these
values when aligning the displayport to tile boundaries in APZCCallbackHelper.
2014-03-06 23:39:39 +00:00
Jonathan Watt
191e7fa1ff
Bug 979853 - Convert the Windows widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
...
--HG--
extra : rebase_source : 12e05d7d6b80669e38b959d3fe9986a179f60cb6
2014-03-06 23:31:22 +00:00
Carsten "Tomcat" Book
da4b0d1ee4
Backed out changeset 22e34e33e9ee (bug 979853) for win7/win8 debug mochitest bustage on a CLOSED TREE
2014-03-06 13:27:04 +01:00
Jonathan Watt
5c63d6a55a
Bug 979853 - Convert the Windows widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
2014-03-06 11:00:31 +00:00
Makoto Kato
32e2737215
Bug 979148 - Use NOTIFY_IME_OF_POSITION_CHANGE for IMM32. r=masyuki
2014-03-06 15:13:50 +09:00
Matt Woodrow
64f553ecba
Bug 940455 - Add LayerManager functonality to clear out a portion of the window for the OS to paint. r=roc,Bas
2014-02-13 13:20:41 +13:00
Jonathan Watt
fe442b97eb
Bug 979883 - Convert the Qt widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
2014-03-05 14:24:01 +00:00
Jim Mathies
fd08ca02b0
Bug 980063 - Use a ref ptr vs auto ptr for wake locks in winrt widget. r=tabraldes
2014-03-05 16:47:01 -06:00
Jan Jongboom
1d45991735
Bug 948065 - Mochitest for nsIClipboard. r=ehsan
2014-03-05 14:18:37 -05:00
Ryan VanderMeulen
88ac28dca2
Backed out changeset 6f05267b4afc (bug 798033) for Android bustage.
2014-03-05 09:55:52 -05:00
snigdha
dde15b4b7a
Bug 798033 - Headers should generally not do "using namespace" at file scope. r=jib, r=jmathies, r=rjesup, r=ekr, r=ncameron, r=blassey
2014-03-05 08:47:45 -05:00
Carsten "Tomcat" Book
1096a4e1d3
merge mozilla-inbound to mozilla-central
2014-03-05 13:04:39 +01:00
Ryan VanderMeulen
991cf68d46
Merge inbound to m-c.
2014-03-04 17:12:58 -05:00
Jim Mathies
e06043252f
Bug 979007 - When attempting to read and write 'supported' associated registry value in nsWinMetroUtils, use the right access mask. r=tabraldes
2014-03-03 17:25:18 -06:00
Jim Mathies
033163b0ca
Bug 977546 - Cleanup wakelock code in metro app shell. r=tabraldes
2014-03-03 17:23:52 -06:00
Botond Ballo
2e5a901c9a
Bug 978248 - Tile-align display ports on first paint. r=tn
2014-02-28 16:13:48 -05:00
Carsten "Tomcat" Book
de9d6e6680
Merge mozilla-central to b2g-inbound
2014-03-04 15:12:22 +01:00
Carsten "Tomcat" Book
ad6818e799
merge b2g-inbound to mozilla-central
2014-03-04 14:31:59 +01:00
Thomas Zimmermann
b608c9361b
Bug 978700: Fix warning about non-virtual destructor, r=roc
2014-03-04 09:45:51 +01:00
Thomas Zimmermann
1ead903fac
Bug 978700: Fix warnings about comparison of values with different signs, r=roc
2014-03-04 09:45:51 +01:00
Thomas Zimmermann
d756b30815
Bug 978700: Fix warnings about uninitialized variables, r=roc
2014-03-04 09:45:51 +01:00
Thomas Zimmermann
9cb98dd40e
Bug 978700: Fix warning about initialization order in constructor, r=roc
2014-03-04 09:45:51 +01:00
Thomas Zimmermann
74281b32f0
Bug 978700: Fix some warnings about redefined preprocessor tokens, r=roc
2014-03-04 09:45:50 +01:00
Thomas Zimmermann
d0d468a0c4
Bug 978700: Remove unused variables in widget/, r=roc
2014-03-04 09:45:50 +01:00
Phil Ringnalda
2e6a1fd51c
Back out bbd7b1da5d36:b0d1c4456b73 (bug 974575) and 6e8140ae4961 (bug 969814) for ASan bustage
2014-03-03 22:40:07 -08:00
Jonathan Kew
da8b708514
bug 969814 - build freetype with support for color bitmap (png) glyphs within opentype fonts. r=ted,jrmuizel
2014-03-04 05:37:40 +00:00
Wes Kocher
91089506cf
Merge changes
2014-03-03 20:35:08 -08:00
Timothy Nikkel
01722478f5
Bug 978248. If the scrollframe has gone away just use the scroll offset that the APZC controller had instead of (0,0). r=botond
2014-03-03 22:33:09 -06:00
Masayuki Nakano
002de935f5
Bug 962140 When PeekMessage() fails to remove found char message, just ignore it (not to dispatch keyprese event) r=jimm
2014-03-04 10:34:27 +09:00
Ryan VanderMeulen
ee46e14cf6
Merge m-c to inbound.
2014-03-03 17:23:35 -05:00
Carsten "Tomcat" Book
c98ef60cc1
Merge mozilla-central to mozilla-inbound
2014-03-04 14:55:13 +01:00
Masayuki Nakano
ba6d2c9946
Bug 974318 part.10 Remove WidgetTextEvent::rangeCount and WidgetTextEvent::rangeArray r=smaug
2014-03-04 22:48:28 +09:00
Masayuki Nakano
434cfec310
Bug 974318 part.8 Use WidgetTextEvent::mRanges on Android r=jchen
2014-03-04 22:48:28 +09:00
Masayuki Nakano
3d5d84450d
Bug 974318 part.7 Use WidgetTextEvent::mRanges on GTK r=karlt
2014-03-04 22:48:27 +09:00
Masayuki Nakano
98384f5ee4
Bug 974318 part.6 Use WidgetTextEvent::mRanges on Mac r=smichaud
2014-03-04 22:48:27 +09:00
Masayuki Nakano
31ed7262ef
Bug 974318 part.5 Use WidgetTextEvent::mRanges on Windows r=jimm
2014-03-04 22:48:27 +09:00
Masayuki Nakano
a7da34c558
Bug 974318 part.3 Remove nsIPrivateTextRange and nsIPrivateTextEvent r=smaug
2014-03-04 22:48:26 +09:00
Masayuki Nakano
88e2623be8
Bug 974318 part.2 TextComposition should store TextRangeArray at editor handling text event and nsEditor should refer it r=smaug+ehsan
2014-03-04 22:48:26 +09:00
Masayuki Nakano
452e87c792
Bug 974318 part.1 Add WidgetTextEvent::mRanges which is an array class of TextRange r=smaug
2014-03-04 22:48:26 +09:00
Jonathan Kew
224d9895fd
bug 969814 - build freetype with support for color bitmap (png) glyphs within opentype fonts. r=ted,jrmuizel
2014-03-04 09:26:06 +00:00
Jim Mathies
8b360ac7f7
Bug 960692 - Remove WM_PAINT handling in winrt widget. f=bas, r=bbondy
2014-03-03 12:18:50 -06:00
Ehsan Akhgari
444a26ed8e
Bug 976896 - Port STL_FLAGS to moz.build; r=mshal
2014-03-04 19:39:06 -05:00
Masayuki Nakano
66706f5a6e
Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug
...
--HG--
rename : dom/events/nsDOMEvent.cpp => dom/events/Event.cpp
rename : dom/events/nsDOMEvent.h => dom/events/Event.h
2014-03-05 09:37:43 +09:00
Makoto Kato
a4fe651392
Bug 968647 - Part 3. TSF should use postion change notification instead of nsITimer. r=masayuki
2014-02-28 16:45:16 +09:00
Makoto Kato
2c28941ccb
Bug 968647 - Part 2. Listen window position change for IME. r=roc
2014-02-28 16:45:08 +09:00
Makoto Kato
4d1a05b05d
Bug 968647 - Part 1. Add position change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Makoto Kato
33a4027ce6
Backed out changeset d06ee3f1e9a3 (bug 968647)
2014-03-03 11:53:43 +09:00
Makoto Kato
943de92ef1
Backed out changeset fad708985071 (bug 968647)
2014-03-03 11:53:36 +09:00
Makoto Kato
22f2cf73f6
Backed out changeset 5dc41a3d8d77 (bug 968647)
2014-03-03 11:53:27 +09:00
Makoto Kato
86940576d8
Bug 968647 - Part 3. TSF should use postion change notification instead of nsITimer. r=masayuki CLOBBER
2014-02-28 16:45:16 +09:00
Makoto Kato
ca435072ea
Bug 968647 - Part 2. Listen window position change for IME. r=roc
2014-02-28 16:45:08 +09:00
Makoto Kato
be87ec45be
Bug 968647 - Part 1. Add postion change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Masatoshi Kimura
483cf93046
Bug 978441 - Stop using GetVersionEx() in nsLookAndFeel.cpp. r=jimm
2014-03-02 10:29:12 +09:00
Ryan VanderMeulen
d22b79826e
Merge inbound to m-c.
2014-02-28 16:03:19 -05:00
Ryan VanderMeulen
ff62c7dbff
Merge b2g-inbound to m-c.
2014-02-28 15:43:57 -05:00
Ryan VanderMeulen
52d9b37df9
Merge m-c to fx-team.
2014-02-28 10:17:27 -05:00
Ryan VanderMeulen
93c5eb1160
Merge m-c to b2g-inbound.
2014-02-28 10:16:37 -05:00
Mike de Boer
5380104b68
Bug 326743: add find clipboard to the list of available clipboard on OSX. r=joshmoz
2014-02-28 16:07:30 +01:00
Carsten "Tomcat" Book
67109b9a5c
merge b2g-inbound to mozilla-central
2014-02-28 14:42:11 +01:00
Carsten "Tomcat" Book
3581886531
Backed out changeset e670f691e2b9 (bug 968647) for mochitest test bustage on OS X on a CLOSED TREE
2014-02-28 09:30:34 +01:00
Carsten "Tomcat" Book
99ae76e71d
Backed out changeset 743fb3c48ed7 (bug 968647)
2014-02-28 09:30:01 +01:00
Carsten "Tomcat" Book
b6f1d1876c
Backed out changeset bd6f1c071516 (bug 968647)
2014-02-28 09:29:57 +01:00
Makoto Kato
296a6180f4
Bug 968647 - Part 3. TSF should use postion change notification instead of nsITimer. r=masayuki
2014-02-28 16:45:16 +09:00
Makoto Kato
32baf5f742
Bug 968647 - Part 2. Listen window position change for IME. r=roc
2014-02-28 16:45:08 +09:00
Makoto Kato
8c079ee5f7
Bug 968647 - Part 1. Add postion change notification for IME. r=roc
2014-02-28 16:45:01 +09:00
Oleg Romashin
8d903256a4
Bug 977695 - Update bubbles/cancelable attribute for pointer events. r=smaug
2014-02-27 16:13:05 -08:00
Ryan VanderMeulen
d8c7359358
Merge m-c to b2g-inbound.
2014-02-27 17:34:25 -05:00
Ryan VanderMeulen
47e286d04d
Merge inbound to m-c.
2014-02-27 16:55:18 -05:00
Sotaro Ikeda
d4c5f44335
Bug 977596 - Fix build failure on flatfish r=jmuizelaar
2014-02-27 13:26:22 -08:00
Sushil Chauhan
9058bca2dc
Bug 976717 - Pass the Framebuffer rectangle to be cleared to LayerComposite. r=ncameron
2014-02-27 11:07:34 -08:00
stefanh@inbox.com
0d496326a6
Bug 970079 - Native theming for MacOS X help buttons, widget part. r=mstange, roc.
2014-02-27 18:12:16 +01:00
Ryan VanderMeulen
433c5de893
Merge m-c to inbound.
2014-02-28 10:15:57 -05:00
Masayuki Nakano
cbd6de5487
Bug 975688 part.24 Rename nsDOMNotifyPaintEvent to mozilla::dom::NotifyPaintEvent r=smaug
...
--HG--
rename : dom/events/nsDOMNotifyPaintEvent.cpp => dom/events/NotifyPaintEvent.cpp
rename : dom/events/nsDOMNotifyPaintEvent.h => dom/events/NotifyPaintEvent.h
2014-02-28 23:58:43 +09:00
Masayuki Nakano
51a7c631e3
Bug 975688 part.20 Rename nsDOMTouchEvent and nsDOMTouchList to mozilla::dom::TouchEvent and TouchList r=smaug
...
--HG--
rename : dom/events/nsDOMTouchEvent.cpp => dom/events/TouchEvent.cpp
rename : dom/events/nsDOMTouchEvent.h => dom/events/TouchEvent.h
2014-02-28 23:58:42 +09:00
Jim Mathies
5c647f1701
Bug 969831 - Share code for checking minumum d3d feature level required for running metro and expose this information (including cached check results) via nsIWinMetroUtils. r=bbondy
2014-02-28 07:37:30 -06:00
Michael Vines
eb1df0a6bc
Bug 976839 - Grant AID_RADIO access to android.permission.MODIFY_AUDIO_SETTINGS. r=mwu
2014-02-19 09:53:06 -08:00
Jerry Shih
7de6bb79e8
Bug 975974 - [Flatfish] Cannot boot up successfully and screen is black. r=mwu
2014-02-27 11:38:36 -05:00
Peter Van der Beken
f6d0b34d5b
Bug 923054 part 2 - Convert DataTransfer to WebIDL bindings, add WebIDL API and switch to the WebIDL binding. r=smaug
2014-02-26 22:23:31 -05:00
Reuben Morais
b672cdc604
Bug 458300 - Rename nsINameSpaceManager.h to nsNameSpaceManager.h. r=jst r=hsivonen
...
--HG--
rename : content/base/public/nsINameSpaceManager.h => content/base/public/nsNameSpaceManager.h
2014-02-27 20:04:46 -03:00
Sotaro Ikeda
18b8f5292d
Bug 977777 - Add fence handling to GonkNativeWindowKK r=pchang,schiu
2014-03-03 07:12:52 -08:00
Chris Peterson
75d900a9db
Bug 984242 - Fix unused function warnings in widget/cocoa/nsChildView.mm. r=josh
2014-03-14 23:05:18 -07:00
Bill McCloskey
5a8a2d71fc
Bug 862519 - [e10s] Better handling of key commands also handled by content (r=smaug)
2014-03-18 08:16:47 -07:00
Jonathan Watt
e7ba4e35fb
Bug 985049 - Remove gfxPlatform::SupportsAzureContent() and kill of the resulting dead code. r=mattwoodrow
2014-03-19 10:36:58 +08:00
Milan Sreckovic
f30fcd9095
Bug 971942: 6. layers.low-precision-resolution, layers.prefer-opengl, layers.prefer-d3d9, layers.enable-tiles, gfx.direct2d.disabled, gfx.direct2d.force-enabled, moved to gfxPrefs. r=bschouten
2014-02-26 21:53:32 -05:00
Milan Sreckovic
aebaca5cae
Bug 971942: 3. layers.bufferrotation.enabled, layers.componentalpha.enabled, layers.scroll-graph, layers.acceleration.disabled, layers.acceleration.force-enabled moved to gfxPrefs. r=clord
2014-02-26 21:53:27 -05:00
Ryan VanderMeulen
d3dfcaea0e
Merge m-c to inbound.
2014-02-26 16:42:16 -05:00
Oleg Romashin
190736ec59
Bug 970964 - Implement generic mouse/touch -> Pointer events converter. r=smaug,jimm
...
--HG--
extra : rebase_source : 165dc4e5c598f9e9f9de928efe16824037b95ff3
2014-02-26 13:37:01 -08:00
L. David Baron
dfb9ad9186
Bug 976350 patch 1: Move the contents of nsTraceRefcnt.h into nsISupportsImpl.h. r=bsmedberg
...
This makes sense since the file no longer contains anything with the
nsTraceRefcnt name in it, and it will allow renaming nsTraceRefcntImpl
back to nsTraceRefcnt.
2014-02-26 13:36:35 -08:00
Ryan VanderMeulen
2e1eca47b6
Merge b2g-inbound to m-c.
2014-02-26 16:35:43 -05:00
Solomon Chiu
843f797eeb
Bug 959505 - Modify nativewindow relative files which affected by KK's change. r=sotaro
2014-02-25 15:51:46 +08:00
Solomon Chiu
3918d13a24
Bug 959505 - Rename GonkBufferQueue/GonkConsumerBase to JB version. r=sotaro
...
--HG--
rename : widget/gonk/nativewindow/GonkBufferQueue.cpp => widget/gonk/nativewindow/GonkBufferQueueJB.cpp
rename : widget/gonk/nativewindow/GonkBufferQueue.h => widget/gonk/nativewindow/GonkBufferQueueJB.h
rename : widget/gonk/nativewindow/GonkConsumerBase.cpp => widget/gonk/nativewindow/GonkConsumerBaseJB.cpp
rename : widget/gonk/nativewindow/GonkConsumerBase.h => widget/gonk/nativewindow/GonkConsumerBaseJB.h
2014-02-20 18:42:31 +08:00
Solomon Chiu
d0f6704096
Bug 959505 - Modify BufferQueue/ConsumerBase/NativeWindow/NativeWindowClient/GraphicBufferConsumer for Gonk. r=sotaro
2014-02-20 18:42:17 +08:00
Solomon Chiu
f3afe6b1b4
Bug 959505 - Rename KK's file to corrensponding Gonk version. r=sotaro
...
--HG--
rename : widget/gonk/nativewindow/BufferQueue.cpp => widget/gonk/nativewindow/GonkBufferQueueKK.cpp
rename : widget/gonk/nativewindow/BufferQueue.h => widget/gonk/nativewindow/GonkBufferQueueKK.h
rename : widget/gonk/nativewindow/ConsumerBase.cpp => widget/gonk/nativewindow/GonkConsumerBaseKK.cpp
rename : widget/gonk/nativewindow/ConsumerBase.h => widget/gonk/nativewindow/GonkConsumerBaseKK.h
rename : widget/gonk/nativewindow/Surface.cpp => widget/gonk/nativewindow/GonkNativeWindowClientKK.cpp
rename : widget/gonk/nativewindow/Surface.h => widget/gonk/nativewindow/GonkNativeWindowClientKK.h
rename : widget/gonk/nativewindow/BufferItemConsumer.cpp => widget/gonk/nativewindow/GonkNativeWindowKK.cpp
rename : widget/gonk/nativewindow/BufferItemConsumer.h => widget/gonk/nativewindow/GonkNativeWindowKK.h
rename : widget/gonk/nativewindow/IGraphicBufferConsumer.cpp => widget/gonk/nativewindow/IGonkGraphicBufferConsumer.cpp
rename : widget/gonk/nativewindow/IGraphicBufferConsumer.h => widget/gonk/nativewindow/IGonkGraphicBufferConsumer.h
2014-02-20 18:42:02 +08:00
Solomon Chiu
9b8f86a018
Bug 959505 - Rename KK's file to corrensponding Gonk version. r=sotaro
2014-02-20 18:41:45 +08:00
Carsten "Tomcat" Book
3d4f8f1aaf
merge b2g-inbound to mozilla-central
2014-02-25 14:30:13 +01:00
Makoto Kato
c8c567d47e
Bug 976394 - NS_QUERY_SELECTED_TEXT on e10s is sometimes wrong value. r=masayuki
2014-02-25 14:51:01 +09:00
Phil Ringnalda
761929bf63
Back out b157f5d0c235 (bug 974197) for b2g reftest-4 and reftest-6 failures
...
CLOSED TREE
2014-02-24 21:06:18 -08:00
Masayuki Nakano
5ab5b790b9
Bug 961704 part.2 Add an option to nsIMEUpdatePreference which prevents to be notified selection/text changes caused by composition r=smaug
2014-02-26 09:48:02 +09:00
Masayuki Nakano
71d67dc407
Bug 962140 Log more details in the queue when PeekMessage() fails to remove found char message r=jimm
2014-02-26 09:43:45 +09:00
Sotaro Ikeda
c0ff94d478
Bug 957323 - Handle android's fence on gonk r=nical,doublec,pchang
2014-02-24 20:23:41 -08:00
Jim Chen
4be6092e7d
Bug 974560 - Send compositionupdate event for each text event; r=cpeterson
2014-02-24 12:27:58 -05:00
Martin Stransky
594d4c7e5a
Bug 972382 - [GTK3] Theme is not loaded in other WM's (MATE, XFCE and so). r=karlt
2014-02-24 10:09:55 -05:00
Tom Schuster
368ff61eab
Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm
2014-02-23 21:19:43 +01:00
Phil Ringnalda
eb31fa81a5
Back out 5e4cee2fcbc6 (bug 963294) for build bustage
...
CLOSED TREE
2014-02-23 12:59:52 -08:00
Tom Schuster
8472e2081d
Bug 963294 - [e10s] Implement a proxy for the color picker. r=jdm
2014-02-23 21:19:43 +01:00
Phil Ringnalda
d8f6996c6e
Merge b-i to m-c
2014-02-23 08:52:08 -08:00
Phil Ringnalda
b88368dbb8
Back out ab395abf96b9:837481767455 (bug 972312) for Windows build bustage
...
CLOSED TREE
2014-02-22 21:39:13 -08:00
Boris Zbarsky
1c51e5e586
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug
2014-02-23 00:01:12 -05:00
Jim Mathies
9215aecf0f
Bug 974901 - Cleanup FrameworkView static variable use in winrt widget, plus other misc. nits. r=tabraldes
2014-02-22 17:24:54 -06:00
Sotaro Ikeda
3833d05925
Bug 957276 - Fix YFlipped buffer's source crop r=sushil
2014-02-22 04:56:02 -08:00
Ryan VanderMeulen
2edb5862a5
Merge m-c to inbound.
2014-02-21 15:01:16 -05:00
Ryan VanderMeulen
ca498aa5c2
Merge b2g-inbound to m-c.
2014-02-21 14:58:49 -05:00
Ryan VanderMeulen
95bf4ca4b1
Backed out changeset a00bd379adb2 (bug 950371) for breaking OSX non-unified builds.
2014-02-21 14:58:34 -05:00
Jonathan Watt
e1c4a9bb0f
Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow,mstange
2014-02-21 14:50:36 +00:00
Ehsan Akhgari
83afc1afae
Bug 935778 - Part 0.4: Spray even more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-21 09:11:33 -05:00
Carsten "Tomcat" Book
bad7faea30
Backed out changeset f2cade11e3c0 (bug 926830) for mochitest memory leak on a CLOSED TREE
2014-02-21 14:32:28 +01:00
Jerry Shih
334025cd2a
Bug 970794 - Support hardware composer base on android JB 4.2.2. r=mwu
2014-02-21 08:30:20 -05:00
Ehsan Akhgari
790a3e8ead
Bug 935778 - Part 0.3: Spray some more MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-20 23:07:24 -05:00
Oleg Romashin
79dd3f3972
Bug 974335 - Refactor Qt Widget Backend implementation. Qt Only changes NPDB. r=romaxa
...
--HG--
rename : dom/system/unix/Makefile.in => dom/system/qt/Makefile.in
rename : dom/system/unix/QTMLocationProvider.cpp => dom/system/qt/QTMLocationProvider.cpp
rename : dom/system/unix/QTMLocationProvider.h => dom/system/qt/QTMLocationProvider.h
rename : dom/system/unix/nsHapticFeedback.cpp => dom/system/qt/QtHapticFeedback.cpp
rename : dom/system/unix/nsHapticFeedback.h => dom/system/qt/QtHapticFeedback.h
rename : dom/system/unix/moz.build => dom/system/qt/moz.build
2014-02-20 18:09:02 -08:00
Oleg Romashin
0b54069e9d
Bug 974335 - Refactor Qt Widget Backend implementation. Shared Widget part . r=doug
2014-02-20 18:08:53 -08:00
Bill McCloskey
b9eee1d1e8
Bug 974007 - Change OMTC behavior when browser.tabs.remote is set (r=mattwoodrow,felipe)
2014-02-20 17:26:41 -08:00
Georg Fritzsche
11eb92da65
Bug 926830 - Test cleanup for plugin enabledState usage, widget. r=roc
2014-02-17 15:58:06 +01:00
Carsten "Tomcat" Book
e66743c1f7
Backed out changeset 05a5f08f1278 (bug 950371) for OS X mochitest bustage on a CLOSED TREE
2014-02-21 11:44:52 +01:00
Jonathan Watt
e0b8d87be3
Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
2014-02-21 08:42:12 +00:00
Jonathan Watt
2155847f44
Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow,mstange
2014-02-21 19:07:42 +00:00
Ed Morley
3a32e298ee
Backed out changeset a00bd379adb2 (bug 950371) for build failures; CLOSED TREE
2014-02-21 17:31:12 +00:00
Carsten "Tomcat" Book
de924f242d
merge fx-team to mozilla-central
2014-02-20 12:55:32 +01:00
Mark Capella
214013c253
Bug 927882 - Standardize TextSelection caret positioning logic for soft keyboards, r=jchen, wesj, f=margaret
2014-02-19 22:19:43 -05:00
Makoto Kato
16ef5157f8
Bug 973489 - Part 2. Fix memory leak. r=jimm
2014-02-20 11:29:16 +09:00
Makoto Kato
3f0c9bcc6a
Bug 973489 - Part 1. Support toast notification on desktop mode. r=jimm
2014-02-20 11:28:57 +09:00
Arnaud Bienner
7127b7d078
Bug 966417 - Restore initial color when closing color picker/canceling color selection. r=karlt
2014-02-18 20:46:00 +01:00
Tom Schuster
276cdf0a1b
Bug 966417 - Call Update from nsColorPicker on Gtk. r=karlt
2014-02-18 20:44:01 +01:00
Phil Schaf
9910640a95
Bug 310924 - GTK: Try named cursors before defaulting to hardcoded glyphs. r=karlt
2014-02-19 11:30:08 -05:00
Kartikaya Gupta
0fa623e448
Bug 966507 - Recenter the displayport around the composition bounds if layout doesn't accept the scroll update calculated by APZ. r=tn,Cwiiis
2014-02-19 09:50:46 -05:00
Nicholas Cameron
a9d30ba1fc
Backed out changeset 4887f7d34df2 (bug 896896) for causing bug 933733. a=lsblakk
2013-11-11 13:59:45 -05:00
George Wright
dabda25e22
Bug 910754 - Update include paths for gonk's build as Skia's directory structure has changed r=snorp
2013-12-11 20:41:42 -05:00
Kartikaya Gupta
ceb4722d3a
Bug 941995 - Disable double-tapping and click delay on pages that are device-width or narrower (B2G). r=mbrubeck,botond
2014-02-24 19:22:45 -05:00
Matt Woodrow
387770d792
Bug 974197 - Fire MozAfterPaint after the compositor runs. r=roc
2014-02-25 12:55:39 +13:00
Boris Zbarsky
8e173d33eb
Bug 972312 part 2. Get rid of InternalScriptErrorEvent and just use mozilla::dom::ErrorEvent for the cases that used to use it. r=smaug,khuey
2014-02-23 00:01:12 -05:00
Bill McCloskey
f419b06d27
Bug 910384 - [e10s] Use blobs for cross-cross file picker (r=bent)
2014-02-24 13:09:03 -08:00
Masayuki Nakano
7c828621b9
Bug 975688 part.17 Rename dom/events/MutationEvent.h to dom/Events/InternalMutationEvent.h r=smaug+roc
...
--HG--
rename : dom/events/MutationEvent.h => dom/events/InternalMutationEvent.h
2014-02-27 19:51:15 +09:00
George Wright
2b32dd27bb
Back out changesets from bug 910754 due to build bustage
2014-02-18 17:54:04 -05:00
George Wright
fee7d528ae
Bug 910754 - Update include paths for gonk's build as Skia's directory structure has changed r=snorp
2013-12-11 20:41:42 -05:00
Ryan VanderMeulen
bb75ebbe6a
Merge inbound to m-c.
2014-02-18 15:18:19 -05:00
Ed Morley
fc17a7556d
Backed out changeset e9055e7476f1 (bug 970895) for causing bug 973824
2014-02-18 17:52:27 +00:00
Tom Schuster
f573c1ca86
Bug 910384 - Change nsFilePickerProxy to be asynchronous and add a proper IPDL protocol for it. r=jdm
2014-02-18 01:30:06 +01:00