Botond Ballo
c205d40a5c
Bug 998025 - Ignore touch events when in an overscrolled state. r=kats
...
--HG--
extra : rebase_source : c7b6928915d589773aa536cf002c70c9e26fd371
2014-05-22 14:49:43 -04:00
Masayuki Nakano
a699e5cbbf
Bug 865649 part.2 Set KeyboardEvent.code value on Windows r=smaug+jimm
2014-05-25 11:08:59 +09:00
Birunthan Mohanathas
aea8617b92
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
58641805f1
Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
189593520f
Bug 869836 - Part 4: Use EqualsLiteral instead of `Equals(NS_LITERAL_STRING(...))`. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
0e6f3a6562
Bug 869836 - Part 3: Use `Append('c')` instead of `AppendLiteral("c")`. r=ehsan
2014-05-22 06:48:51 +03:00
Birunthan Mohanathas
19bebbc68d
Bug 869836 - Part 2: Use AppendLiteral instead of `Append(NS_LITERAL_STRING(...))`. r=ehsan
2014-05-22 06:48:50 +03:00
Dão Gottwald
0280976301
Bug 1008424 - Remove unintended gradient from the tab toolbar's background. r=mconley,jjmathies
2014-05-21 22:26:37 +02:00
Masatoshi Kimura
be107dd03e
Bug 1005619 - Part 3: Implement GetRestoredBounds on Windows. r=jimm
2014-05-20 16:32:18 +09:00
Bas Schouten
350602f9bb
Bug 1012487: Default to 100% DPI when GetDeviceCaps fails. r=jmathies
2014-05-19 20:10:05 +02:00
Bas Schouten
c1cc4cf7a5
Bug 984488: Blacklist Direct2D for Catalyst 14.4 drivers. r=bjacob
2014-05-19 00:37:17 +02:00
Nicholas Cameron
54b52aea3f
Bug 896896. Use MsgWaitForMultipleObjectsEx instead of WaitMessage. r=roc
2013-07-31 08:51:45 +12:00
Bas Schouten
0fb4d010fd
Bug 1009590: Deal with non-ui-thread IPDL usage on Windows. r=bent
2014-05-18 05:16:51 +02:00
Makoto Kato
c804272f00
Bug 996493 - Implement MaxTouchPoints for Windows widget. r=jimm
2014-05-14 19:05:34 +09:00
Aaron Klotz
501e7a5f1b
Bug 1006765: Ensure that Win32 widget handles terminal services messages; r=jimm
...
--HG--
extra : rebase_source : a25ad41fb20aa3b52207a78f42d51fb870246bf4
2014-05-12 13:30:31 -06:00
Masayuki Nakano
296c2251d6
Bug 1008723 Even while a context menu is open for an bookmark item on a popup, bookmark menus shouldn't be closed by a right click on one of them r=enndeakin
2014-05-13 02:05:56 +09:00
Jim Mathies
d01bf252c5
Bug 911409 - Properly handle rendering menu arrows on high-dpi displays on Windows. r=tabraldes
2014-05-05 13:32:54 -05:00
Benoit Jacob
15d3f230bf
Bug 984417 - Stop blacklisting D3D10 features on DriverVersionMismatch; just keep annotating crash reports - r=Bas
2014-04-30 12:45:38 -04:00
Birunthan Mohanathas
5f1fde8824
Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj
2014-04-27 03:06:00 -04:00
Birunthan Mohanathas
7ac92ae5ea
Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug
2014-04-25 12:49:00 -04:00
Ryan VanderMeulen
d898e2dbcd
Backed out changeset d5a514b9a0db (bug 586587) for mochitest failures.
2014-04-24 14:48:14 -04:00
Ben Davey
b9ef4de45a
Bug 586587 - Add support for drag and drop of HTML to Firefox. r=jimm
2014-04-23 14:58:00 -04:00
Mike Conley
012fc6e157
Bug 100180 - Modal dialogs should try to cancel any drag sessions in progress. r=roc.
2014-04-23 12:35:00 -04:00
Kartikaya Gupta
c1a7eb8c17
Bug 995411 - Move various pieces of APZ code into gfx/layers/apz. r=jrmuizel,botond
...
--HG--
rename : gfx/layers/ipc/GeckoContentController.h => gfx/layers/apz/public/GeckoContentController.h
rename : gfx/layers/composite/APZCTreeManager.cpp => gfx/layers/apz/src/APZCTreeManager.cpp
rename : gfx/layers/composite/APZCTreeManager.h => gfx/layers/apz/src/APZCTreeManager.h
rename : gfx/layers/ipc/AsyncPanZoomController.cpp => gfx/layers/apz/src/AsyncPanZoomController.cpp
rename : gfx/layers/ipc/AsyncPanZoomController.h => gfx/layers/apz/src/AsyncPanZoomController.h
rename : gfx/layers/ipc/Axis.cpp => gfx/layers/apz/src/Axis.cpp
rename : gfx/layers/ipc/Axis.h => gfx/layers/apz/src/Axis.h
rename : gfx/layers/ipc/GestureEventListener.cpp => gfx/layers/apz/src/GestureEventListener.cpp
rename : gfx/layers/ipc/GestureEventListener.h => gfx/layers/apz/src/GestureEventListener.h
rename : gfx/layers/ipc/TaskThrottler.cpp => gfx/layers/apz/src/TaskThrottler.cpp
rename : gfx/layers/ipc/TaskThrottler.h => gfx/layers/apz/src/TaskThrottler.h
rename : widget/xpwidgets/APZCCallbackHelper.cpp => gfx/layers/apz/util/APZCCallbackHelper.cpp
rename : widget/xpwidgets/APZCCallbackHelper.h => gfx/layers/apz/util/APZCCallbackHelper.h
rename : widget/xpwidgets/ActiveElementManager.cpp => gfx/layers/apz/util/ActiveElementManager.cpp
rename : widget/xpwidgets/ActiveElementManager.h => gfx/layers/apz/util/ActiveElementManager.h
2014-04-17 07:54:25 -04:00
Carsten "Tomcat" Book
5be3e69c89
merge fx-team to mozilla-central
2014-04-16 14:52:39 +02:00
Maksim Lebedev
a64f3ea049
Bug 977559 - PointerId we can get from system. r=mbrubeck,smaug
2014-04-14 01:50:00 +02:00
Ryan VanderMeulen
5f7b8e9737
Merge m-c to inbound.
2014-04-15 23:30:15 -04:00
Ryan VanderMeulen
fa7c5ad357
Merge inbound to m-c.
2014-04-15 23:26:35 -04:00
Tim Abraldes
3802bdf07b
bug 981569. Don't ever remove our custom "is the window active" property. When switching from custom non-client margins to default non-client margins, send a `WM_NCACTIVATE` message so that `DefWindowProc` knows the correct active/inactive state of the window. r=blassey
2014-04-15 11:09:27 -07:00
Jonathan Watt
200e95e9eb
Bug 996901 - Remove lots of gfxASurface.h and gfxImageSurface.h includes and forward declarations that are no longer needed. r=mattwoodrow
2014-04-16 01:41:40 +01:00
Jonathan Watt
0a1d61f05b
Bug 992406 - Add a null check before using the DataSourceSurface in AsyncFaviconDataReady::OnComplete(). r=Bas
2014-04-15 13:57:16 +01:00
Jonathan Watt
6b18c742cc
Bug 950372 - Convert imgIContainer::GetFrame to return a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
2014-04-15 19:02:23 +01:00
Botond Ballo
3391efa3ea
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
...
--HG--
extra : source : 5353e86dcfe8b2ff6f02e577a4c69a1de6808d9b
2014-04-15 13:39:20 -04:00
Ed Morley
c46be2513f
Backed out changeset d5c38470ac06 (bug 976605)
2014-04-15 17:45:48 +01:00
Botond Ballo
e3a2f642c6
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
...
--HG--
extra : source : bfb4af538271dc2e3148caa461f594715529021a
2014-04-11 20:27:57 -04:00
Kartikaya Gupta
2177b72c24
Bug 989054 - Update winrt APZController.cpp to dump the displayport margins. r=botond
2014-04-10 03:15:08 -04:00
Chris Pearce
ba592ad56e
Bug 992105 - Remember topics for screensaver lock in Windows WakeLockListener, so that toggling fullscreen while playing video doesn't prevent screen wakelock being unlocked. r=padenot
2014-04-09 16:45:00 +12:00
Matt Woodrow
8267d42f92
Bug 988862 - Treat DIRECT2D render mode as GDI when drawing directly to the window through BasicLayers. r=jrmuizel
2014-04-09 14:28:38 +12:00
Jonathan Watt
aca76ba851
Bug 993323 - Make nsWindowGfx::CreateIcon() use the new gfxUtils helper for format conversion. r=Bas
2014-04-08 16:12:28 +01:00
Phil Ringnalda
23b6d162d1
Back out a28cd2a8b397 (bug 992105) for Windows build bustage
2014-04-07 22:42:19 -07:00
Chris Pearce
345975db49
Bug 992105 - Remember topics for screensaver lock in Windows WakeLockListener, so that toggling fullscreen while playing video doesn't prevent screen wakelock being unlocked. r=edwin
2014-04-08 16:59:37 +12:00
Brian R. Bondy
9889b6accc
Bug 983745 - ICO encoding for hi dpi settings on Windows causes corrupted jump list encoding. r=timA
2014-04-07 22:46:28 -04:00
Timothy Nikkel
95f2c7a154
Bug 992485. Make nsIMM32Handler::OnUpdateComposition less spammy to the console. r=m_kato
...
browser chrome tests hit it about 20,000 times per run.
2014-04-06 20:11:12 -05:00
Jonathan Watt
083d61d838
Bug 990082 - Add missing null check to nsWindowGfx::CreateIcon. r=sparky
2014-04-06 15:41:45 +01:00
Maksim Lebedev
2af751cef5
Bug 968148 - Implement PointerCapture for pointer events. r=smaug
...
--HG--
extra : rebase_source : 331cf187194c8827e4b75835e85b2d79fdc419c7
2014-04-04 10:09:10 -07:00
Neil Rashbrook
936188506a
Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg
2014-04-03 23:06:26 +01:00
Masayuki Nakano
d42c98a423
Bug 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug
2014-04-03 13:18:38 +09:00
Masayuki Nakano
3cc4e99fc0
Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
...
--HG--
rename : dom/events/nsEventStates.h => dom/events/EventStates.h
2014-04-03 13:18:36 +09:00
snigdha
9cc482da68
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-04-01 08:29:25 -04:00
Masayuki Nakano
f6885469a0
Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
...
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/EventStateManager.cpp
rename : dom/events/nsEventStateManager.h => dom/events/EventStateManager.h
2014-04-01 13:09:23 +09:00
Viktor Stanchev
ffd378ba44
Bug 963158 - Profiler shouldn't sample sleeping threads multiple times. r=bgirard,roc,bent,froydnj
...
--HG--
extra : rebase_source : 75789c4359a2cb02b2588cfbc9b6b3cbd1e79c78
2014-03-28 16:08:22 -04:00
Gijs Kruitbosch
db121ad14f
Bug 946595 - High contrast themes on Windows 8 shouldn't be considered the default theme in CSS, r=jimm
2014-03-28 22:13:10 +00:00
Alex Henrie
505934e4c4
Bug 981849 - Remove extra padding from Windows dropdown buttons r= roc
2014-03-10 20:44:56 -06:00
Masatoshi Kimura
505ac45667
Bug 986347 - Restore accidentaly removed HasBogusPopupsDropShadowOnMultiMonitor() call. r=jimm
2014-03-25 21:09:25 +09:00
Chadd Williams
29c628c5eb
Bug 980493 - Transition FrameMetrics::mScrollId to use a getter/setter. r=botond
...
--HG--
extra : histedit_source : 1c84496d4b61f019e6e6cc24591ee3a10434e4cc
2014-03-21 17:48:08 -04:00
Masayuki Nakano
2326c13b18
Bug 981963 Ignore following char message if its wParam is 0 r=jimm
2014-03-20 22:52:27 +09:00
Neil Deakin
382114ad8c
Bug 982734, make nsIWidget::GetWindowType and nsIWidget::GetZIndex return their values, remove some unused colour-related widget methods, r=tn
2014-03-19 12:48:08 -04:00
Wes Kocher
679d927c40
Merge inbound to m-c
2014-03-18 14:15:03 -07:00
Anuj Agarwal
5d5cb4afc0
Bug 890618 - create directory call removed from main thread. r=bbondy
2014-03-18 17:06:13 -04:00
Benoit Jacob
9d7e68a772
Bug 984417 - Remove possibly-unnecessary Direct2D blocklist rules, and annotate crash reports on DriverVersionMismatch - r=Bas
2014-03-18 12:02:51 -04:00
Matt Woodrow
0cb3a2793a
Bug 982812 - Use UpdateThemeGeometry for windows region clearing. r=mstange
2014-03-17 16:42:48 +08:00
Masayuki Nakano
fbf7cdeb19
Bug 981261 part.5 Rename nsEventListenerManager to mozilla::EventListenerManager r=smaug
...
--HG--
rename : dom/events/nsEventListenerManager.cpp => dom/events/EventListenerManager.cpp
rename : dom/events/nsEventListenerManager.h => dom/events/EventListenerManager.h
2014-03-17 15:56:53 +09:00
Kyle Huey
817b5ccbd9
Bug 345123: Remove nsGetterAddRefs<T>'s operator nsISupports**. r=bsmedberg
2014-03-15 12:00:17 -07:00
Kyle Huey
fe6c4e28d6
Bug 967364: Rename already_AddRefed::get to take. r=bsmedberg
2014-03-15 12:00:15 -07:00
Aaron Klotz
4ebf28f26c
Bug 972577: Consolidate IOInterposer initialization code; r=froydnj,BenWa,jimm
...
--HG--
rename : tools/profiler/IOInterposer.cpp => xpcom/build/IOInterposer.cpp
rename : tools/profiler/IOInterposer.h => xpcom/build/IOInterposer.h
rename : tools/profiler/NSPRInterposer.cpp => xpcom/build/NSPRInterposer.cpp
rename : tools/profiler/NSPRInterposer.h => xpcom/build/NSPRInterposer.h
rename : toolkit/xre/nsWindowsDllInterceptor.h => xpcom/build/nsWindowsDllInterceptor.h
2014-03-14 16:35:01 -06:00
Wes Kocher
a20307b017
Backed out changeset 2bdd2d042847 (bug 972577) for non-unified bustage on a CLOSED TREE
...
--HG--
rename : xpcom/build/nsWindowsDllInterceptor.h => toolkit/xre/nsWindowsDllInterceptor.h
rename : xpcom/build/IOInterposer.cpp => tools/profiler/IOInterposer.cpp
rename : xpcom/build/IOInterposer.h => tools/profiler/IOInterposer.h
rename : xpcom/build/NSPRInterposer.cpp => tools/profiler/NSPRInterposer.cpp
rename : xpcom/build/NSPRInterposer.h => tools/profiler/NSPRInterposer.h
2014-03-14 15:27:21 -07:00
Aaron Klotz
ae4aa8bc28
Bug 972577: Consolidate IOInterposer initialization code; r=froydnj,BenWa,jimm
...
--HG--
rename : tools/profiler/IOInterposer.cpp => xpcom/build/IOInterposer.cpp
rename : tools/profiler/IOInterposer.h => xpcom/build/IOInterposer.h
rename : tools/profiler/NSPRInterposer.cpp => xpcom/build/NSPRInterposer.cpp
rename : tools/profiler/NSPRInterposer.h => xpcom/build/NSPRInterposer.h
rename : toolkit/xre/nsWindowsDllInterceptor.h => xpcom/build/nsWindowsDllInterceptor.h
2014-03-14 13:47:24 -06:00
Kartikaya Gupta
f53f829010
Bug 981029 - Change the GeckoContentController interface to take CSSPoint instead of CSSIntPoint. r=botond
2014-03-12 15:27:45 -04:00
Masayuki Nakano
3598ca34d9
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
Matt Woodrow
0304720ba9
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
7580a2719b
Bug 981800 - Kill the three-parameter version of ReceiveInputEvent since it is redundant. r=botond
2014-03-10 17:59:46 -04:00
Jacek Caban
63b83e68ab
Bug 974318 - GCC fixup
2014-03-10 14:32:05 +01:00
Jonathan Watt
35063af92d
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
63297a23a0
Bug 981020 - Initialize the map before using it in nsWindowGfx::CreateIcon. r=mattwoodrow
2014-03-08 01:23:34 +00:00
Mike Conley
e5ef2f1eee
Backing out bug 940455 (36e45a68452b) for numerous regressions. r=bustage-fix.
2014-03-07 16:50:30 -05:00
Jonathan Watt
f0319b795f
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
027578a84b
Backed out changeset c6cec6e8dbac (bug 980436) for crashes; CLOSED TREE
2014-03-07 17:53:39 +00:00
Jonathan Watt
392dd90572
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
Masayuki Nakano
bb2d6b4e70
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
Jonathan Watt
d0a02625d2
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
0a16c48ce8
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
c0fabb967b
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
5dcc74aa49
Bug 979148 - Use NOTIFY_IME_OF_POSITION_CHANGE for IMM32. r=masyuki
2014-03-06 15:13:50 +09:00
Matt Woodrow
205af94a59
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
Jim Mathies
8ab46db4e2
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
Ryan VanderMeulen
0d7b59001e
Backed out changeset 6f05267b4afc (bug 798033) for Android bustage.
2014-03-05 09:55:52 -05:00
snigdha
a441998156
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
Jim Mathies
3545be6f91
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
b56f35cc53
Bug 977546 - Cleanup wakelock code in metro app shell. r=tabraldes
2014-03-03 17:23:52 -06:00
Masayuki Nakano
73c72bc5e4
Bug 974318 part.5 Use WidgetTextEvent::mRanges on Windows r=jimm
2014-03-04 22:48:27 +09:00
Masayuki Nakano
f73beb507a
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
Jim Mathies
20cdc253be
Bug 960692 - Remove WM_PAINT handling in winrt widget. f=bas, r=bbondy
2014-03-03 12:18:50 -06:00
Makoto Kato
a705da4846
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
b051059a2f
Bug 968647 - Part 2. Listen window position change for IME. r=roc
2014-02-28 16:45:08 +09:00
Makoto Kato
3a637833dd
Backed out changeset fad708985071 (bug 968647)
2014-03-03 11:53:36 +09:00
Makoto Kato
605127de26
Backed out changeset 5dc41a3d8d77 (bug 968647)
2014-03-03 11:53:27 +09:00
Makoto Kato
f63d38c241
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
8471094535
Bug 968647 - Part 2. Listen window position change for IME. r=roc
2014-02-28 16:45:08 +09:00
Masatoshi Kimura
5add5560d2
Bug 978441 - Stop using GetVersionEx() in nsLookAndFeel.cpp. r=jimm
2014-03-02 10:29:12 +09:00
Ryan VanderMeulen
1b75e0c4c8
Merge inbound to m-c.
2014-02-28 16:03:19 -05:00
Ryan VanderMeulen
659fc9449a
Merge m-c to fx-team.
2014-02-28 10:17:27 -05:00
Carsten "Tomcat" Book
88049146b5
Backed out changeset 743fb3c48ed7 (bug 968647)
2014-02-28 09:30:01 +01:00
Carsten "Tomcat" Book
a832cb8944
Backed out changeset bd6f1c071516 (bug 968647)
2014-02-28 09:29:57 +01:00
Makoto Kato
3bbbbb2efc
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
0cbf66c2db
Bug 968647 - Part 2. Listen window position change for IME. r=roc
2014-02-28 16:45:08 +09:00
Masayuki Nakano
74a940f4ad
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
4fd9fff112
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
Reuben Morais
bde629dd63
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
Oleg Romashin
6cea53ee81
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
03ba2e465b
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
Masayuki Nakano
4fac2c03ae
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
00d71213cf
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
Kartikaya Gupta
a6da33b738
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
Jim Mathies
b3dc4c674a
Bug 974901 - Cleanup FrameworkView static variable use in winrt widget, plus other misc. nits. r=tabraldes
2014-02-22 17:24:54 -06:00
Makoto Kato
640fed18f9
Bug 973489 - Part 2. Fix memory leak. r=jimm
2014-02-20 11:29:16 +09:00
Makoto Kato
ea965699b4
Bug 973489 - Part 1. Support toast notification on desktop mode. r=jimm
2014-02-20 11:28:57 +09:00
Nicholas Cameron
df696acd03
Backed out changeset 4887f7d34df2 (bug 896896) for causing bug 933733. a=lsblakk
2013-11-11 13:59:45 -05:00
Jonathan Watt
2da383b364
Bug 966861 - Make the <input type=number> up/down spin buttons appear for classic WinXP/7 theming. r=roc
2014-02-04 01:10:37 +00:00
Richard Marti
501407982c
Bug 907373 - Fix -moz-os-version media query on Windows 8.1. r=jimm
2014-02-17 18:43:08 +01:00
Masayuki Nakano
cf2d9778f3
Bug 962140 NativeKey should not check scan code at comparing found char message and removed char message r=jimm
2014-02-18 21:42:04 +09:00
Masayuki Nakano
e173e98fbd
Bug 965685 Use IMENotification struct for nsIWidget::NotifyIME() and merge NotifyIMEOfTextChange() with it r=smaug, sr=roc
2014-02-18 09:00:15 +09:00
Masatoshi Kimura
8ddf7de8a5
Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc
2014-02-18 07:32:52 +09:00
Masayuki Nakano
a6beb97339
Bug 971489 Simplify constructor of WidgetSimpleGestureEvent r=smaug
2014-02-15 10:06:06 +09:00
Bill McCloskey
ac6dae6f29
Bug 963952 - [e10s] Don't use basic compositor when using D3D11 compositor (r=mattwoodrow)
2014-02-13 08:53:50 -08:00
Bas Schouten
26c2269500
Bug 806406: Remove some lingering references to gfxD2DSurface. r=jrmuizel
2014-02-13 02:59:12 +01:00
Jacek Caban
3bfaf86a69
Bug 970429 - Don't allow using INITGUID in unified sources. r=Ehsan
2014-02-12 10:59:05 +01:00
Bas Schouten
8f604d6596
Bug 805406: Never draw directly to a window with Direct2D. r=jrmuizel
2014-02-11 21:54:02 +01:00
Masayuki Nakano
ad71ce4872
Bug 962140 Remove following char message of keydown message with found message r=jimm
2014-02-11 14:29:17 +09:00
Ehsan Akhgari
096d1fad98
Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps
2014-02-10 09:03:53 -05:00
Bill McCloskey
e63f9dd033
Bug 966467 - Enable some service proxies only in content processes (r=vlad)
2014-02-09 16:13:05 -08:00
Bill McCloskey
9cea9b25bb
Bug 966467 - Disable some unused services in content processes (r=vlad)
2014-02-09 16:13:01 -08:00
Ehsan Akhgari
806d2d0e33
Bug 970042 - Stop checking the result of nsTArray::SetLength in the Windows widget code; r=roc
2014-02-09 18:36:41 -05:00
Doug Sherk
c2424a51a2
Bug 964421 - Add a mechanism to HandleLongTap(Up) to allow content to preventDefault touches and stop panning while long tapping. r=kats
2014-02-07 18:13:50 +01:00
Phil Ringnalda
df7c3c109f
Back out ed6e04e6fc0c (bug 968642) for breaking Windows plugin tests
...
CLOSED TREE
2014-02-07 21:26:02 -08:00
Ehsan Akhgari
3d39780674
Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps
2014-02-07 23:22:31 -05:00
Chris Pearce
e83cf62240
Bug 968603 - Add screen WakeLockListener on Win32 to disable screensaver. r=jimm
2014-02-07 13:27:46 +13:00
Kartikaya Gupta
3195471b3f
Bug 963278 - Better fix to deal with concurrent scroll updates from APZ and other places. r=tn,botond,jimm
2014-02-05 17:43:20 -05:00
Jim Mathies
b2c22c6993
Bug 819613 - Move app command code to nsWindowBase so it can be shared between win32 and metro widgets (plus missing include fix). r=tabraldes
2014-02-05 09:36:59 -06:00
Masayuki Nakano
5c7c5ab5a5
Bug 964623 OnSelectionChange() and OnLayoutChange() should be called immediately after the document is unlocked completely r=emk
2014-02-05 16:36:17 +09:00
Masayuki Nakano
7511b97318
Bug 962140 Append unexpected message log to crash report r=jimm
2014-02-04 20:46:20 +09:00
Ryan VanderMeulen
1151d8d8c4
Merge m-c to inbound.
2014-01-31 21:16:16 -05:00
Blake Kaplan
d552cb63bb
Bug 966398 - Kill nsIBidiKeyboard::SetLangFromBidiLevel. r=roc
...
--HG--
extra : rebase_source : 3a8a5a58e6bf56f8201a0ffbe0efc22e686507ec
2014-01-31 15:02:44 -08:00
Ryan VanderMeulen
4dd29179e9
Merge m-c to fx-team.
2014-01-31 16:59:29 -05:00
Masayuki Nakano
825a645a66
Bug 962140 Use PeekMessage() instead of GetMessage() in KeyboardLayout.cpp r=jimm
2014-02-01 01:31:01 +09:00
Carsten "Tomcat" Book
bd8f07df4d
Merge mozilla-central to mozilla-inbound
2014-01-31 13:03:35 +01:00
Carsten "Tomcat" Book
f1a2c94d74
merge fx-team to mozilla-central
2014-01-31 12:52:17 +01:00
Masayuki Nakano
b8a91c449d
Bug 964626 Fix some nits of logging code in nsTextStore r=jimm
2014-01-31 20:23:36 +09:00
Olli Pettay
ab4411fee4
Backout Bug 930793 - Remove favor performance mode (we have still racy b2g tests), a=backout
...
--HG--
extra : rebase_source : 6f6de1cbf54670d63b74c44ca0134ed9c5354d2b
2014-01-30 21:35:44 -08:00
Masayuki Nakano
f374be11a1
Bug 789706 part.2 nsTextStore::CreateNativeCaret() should be called only when active TIP is ATOK r=emk
2014-01-31 11:17:25 +09:00
Masayuki Nakano
2419808fb6
Bug 789706 part.1 Create native caret over our caret when ITextStoreACP::GetTextExt() is called during composition r=emk
2014-01-31 11:17:24 +09:00