.. |
APZController.cpp
|
Bug 995411 - Move various pieces of APZ code into gfx/layers/apz. r=jrmuizel,botond
|
2014-04-17 07:54:25 -04:00 |
APZController.h
|
Bug 976605 - Turn GeckoCC::NotifyTransform[Begin|End] into an extensible APZ state change notification mechanism. r=kats
|
2014-04-15 13:39:20 -04:00 |
DisplayInfo_sdk81.h
|
Bug 934762 - Metro renders squished and mouse/touch events are offset in dual monitor setup when one is HighDPI r=jimm
|
2013-10-29 21:29:07 -07:00 |
FrameworkView.cpp
|
Bug 960692 - Remove WM_PAINT handling in winrt widget. f=bas, r=bbondy
|
2014-03-03 12:18:50 -06:00 |
FrameworkView.h
|
Bug 974901 - Cleanup FrameworkView static variable use in winrt widget, plus other misc. nits. r=tabraldes
|
2014-02-22 17:24:54 -06:00 |
Makefile.in
|
Bug 937224 - Part b: Move LOCAL_INCLUDES to moz.build in widget/; r=mshal
|
2013-11-28 15:17:25 +01:00 |
MetroApp.cpp
|
Bug 972577: Consolidate IOInterposer initialization code; r=froydnj,BenWa,jimm
|
2014-03-14 16:35:01 -06:00 |
MetroApp.h
|
Bug 974901 - Cleanup FrameworkView static variable use in winrt widget, plus other misc. nits. r=tabraldes
|
2014-02-22 17:24:54 -06:00 |
MetroAppShell.cpp
|
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 |
MetroAppShell.h
|
Bug 944215 - Bring back the input logic in bug 950944, with some improvements. Increase the amount of time we process events, and message back once the input events we want delivered have been. r=bbondy
|
2013-12-17 15:13:33 -06:00 |
MetroContracts.cpp
|
Bug 869836 - Part 11: Use `Append('c')` instead of `AppendLiteral("c")`. r=ehsan
|
2014-05-26 21:54:58 +03:00 |
MetroD3DCheckHelper.h
|
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 |
MetroInput.cpp
|
Bug 998025 - Ignore touch events when in an overscrolled state. r=kats
|
2014-05-22 14:49:43 -04:00 |
MetroInput.h
|
Bug 959792 - Accomidate content that doesn't support apz scroll or zoom in widget hit testing. Fixes an issue with selection in the navbar while viewing about pages. r=mbrubeck
|
2014-01-15 15:31:54 -06:00 |
MetroUIUtils.js
|
Bug 849607 - Sharing in Metro Firefox start screen should indicate nothing to share instead of error. r=jimm
|
2013-03-12 10:11:48 -04:00 |
MetroUIUtils.manifest
|
Bug 843928 - Share fails because of packaging. r=jimm
|
2013-02-22 16:08:22 -05:00 |
MetroUtils.cpp
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
MetroUtils.h
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
|
2014-01-04 10:02:17 -05:00 |
MetroWidget.cpp
|
Bug 1014673 - Allow WM_GETOBJECT calls to succeed when mozilla window procedures are neutered by ipc WaitForNotify calls. r=bent
|
2014-05-30 14:30:54 -05:00 |
MetroWidget.h
|
Bug 514280 Only use nsCOMPtr for interfaces r=bsmedberg
|
2014-04-03 23:06:26 +01:00 |
ToastNotificationHandler.cpp
|
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 |
ToastNotificationHandler.h
|
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 |
UIAAccessibilityBridge.cpp
|
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 |
UIAAccessibilityBridge.h
|
…
|
|
UIABridge.cpp
|
Bug 941774 - Centralize various dpi related queries on Windows. r=bbondy
|
2013-12-14 14:40:55 -06:00 |
UIABridge.idl
|
Bug 870583 - Rev IID for IUIABridge. r=jimm
|
2013-05-10 20:28:38 +09:00 |
UIABridgePrivate.h
|
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 |
UIABridgePublic.h
|
…
|
|
WakeLockListener.cpp
|
Bug 869836 - Part 4: Use EqualsLiteral instead of `Equals(NS_LITERAL_STRING(...))`. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
WakeLockListener.h
|
Bug 977546 - Cleanup wakelock code in metro app shell. r=tabraldes
|
2014-03-03 17:23:52 -06:00 |
moz.build
|
Bug 977546 - Cleanup wakelock code in metro app shell. r=tabraldes
|
2014-03-03 17:23:52 -06:00 |
mozwrlbase.h
|
…
|
|
nsMetroFilePicker.cpp
|
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 |
nsMetroFilePicker.h
|
Bug 894840, part 1 - Refactor and move the mode storage to nsBaseFilePicker. r=mounir
|
2013-07-22 10:12:32 +01:00 |
nsWinMetroUtils.cpp
|
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 |
nsWinMetroUtils.h
|
Bug 950241 - Add update restart flag to metro utils. r=bbondy
|
2014-01-30 13:32:47 -06:00 |