gecko-dev/widget/windows
2020-05-15 18:48:38 +00:00
..
res
tests
AudioSession.cpp
AudioSession.h
components.conf
CompositorWidgetChild.cpp
CompositorWidgetChild.h
CompositorWidgetParent.cpp Bug 1634253 - P6. Remove MessageLoop use from gfx. r=kats,mattwoodrow 2020-05-08 20:20:44 +00:00
CompositorWidgetParent.h
DirectManipulationOwner.cpp Bug 1636646. ifdef direct manipulation code so it's not compiled on mingw. r=aklotz 2020-05-09 21:38:55 +00:00
DirectManipulationOwner.h Bug 1636646. ifdef direct manipulation code so it's not compiled on mingw. r=aklotz 2020-05-09 21:38:55 +00:00
GfxInfo.cpp Bug 1638011 - Block WebRender in release for high refresh rate monitors. r=jrmuizel 2020-05-15 08:39:43 +00:00
GfxInfo.h Bug 1638011 - Block WebRender in release for high refresh rate monitors. r=jrmuizel 2020-05-15 08:39:43 +00:00
IEnumFE.cpp
IEnumFE.h
IMMHandler.cpp
IMMHandler.h
InkCollector.cpp
InkCollector.h
InProcessWinCompositorWidget.cpp
InProcessWinCompositorWidget.h
InputDeviceUtils.cpp
InputDeviceUtils.h
JumpListBuilder.cpp
JumpListBuilder.h
JumpListItem.cpp
JumpListItem.h
KeyboardLayout.cpp Bug 1596916 - Make NativeKey stop dispatching eKeyPress event when the key does not produce a character with AltGr key r=m_kato,smaug 2020-03-26 14:03:44 +00:00
KeyboardLayout.h Bug 1626570 - Improve handling of copying arrays in widget/. r=jhorak 2020-05-07 08:49:18 +00:00
LSPAnnotator.cpp
MediaKeysEventSourceFactory.cpp
moz.build Bug 1636677 - Add SCHEDULES.exclusive for widget/cocoa and widget/windows; r=ahal 2020-05-15 18:48:38 +00:00
nsAppShell.cpp Bug 1632583: Only register taskbar button creation message in the parent process. r=aklotz 2020-05-05 16:11:44 +00:00
nsAppShell.h
nsBidiKeyboard.cpp
nsBidiKeyboard.h
nsClipboard.cpp
nsClipboard.h
nsColorPicker.cpp
nsColorPicker.h
nsDataObj.cpp
nsDataObj.h
nsDataObjCollection.cpp
nsDataObjCollection.h
nsdefs.h
nsDeviceContextSpecWin.cpp
nsDeviceContextSpecWin.h
nsDragService.cpp
nsDragService.h
nsFilePicker.cpp
nsFilePicker.h
nsIdleServiceWin.cpp
nsIdleServiceWin.h
nsLookAndFeel.cpp Bug 1400317 - Create single source of truth for DWM status r=jrmuizel 2020-05-06 14:15:58 +00:00
nsLookAndFeel.h
nsNativeDragSource.cpp
nsNativeDragSource.h
nsNativeDragTarget.cpp
nsNativeDragTarget.h
nsNativeThemeWin.cpp Bug 1636998 - Only suppress auto-style outlines for widgets that paint their own focus indicator. r=jfkthame 2020-05-13 20:38:26 +00:00
nsNativeThemeWin.h Bug 1636998 - Only suppress auto-style outlines for widgets that paint their own focus indicator. r=jfkthame 2020-05-13 20:38:26 +00:00
nsPrintDialogUtil.cpp
nsPrintDialogUtil.h
nsPrintDialogWin.cpp Bug 1636725 p1. Add some printing comments. r=bobowen 2020-05-11 14:21:02 +00:00
nsPrintDialogWin.h
nsPrintSettingsServiceWin.cpp
nsPrintSettingsServiceWin.h
nsPrintSettingsWin.cpp
nsPrintSettingsWin.h
nsSharePicker.cpp
nsSharePicker.h
nsSound.cpp
nsSound.h
nsToolkit.cpp
nsToolkit.h
nsUXThemeConstants.h
nsUXThemeData.cpp Bug 1400317 - Create single source of truth for DWM status r=jrmuizel 2020-05-06 14:15:58 +00:00
nsUXThemeData.h Bug 1400317 - Create single source of truth for DWM status r=jrmuizel 2020-05-06 14:15:58 +00:00
nsWidgetFactory.cpp
nsWidgetFactory.h
nsWindow.cpp Bug 1634703 - Add support for getting the window ID used by nsIMediaDevice for a shared window on Windows. r=mhowell 2020-05-12 14:50:47 +00:00
nsWindow.h Bug 1630912. Add a small state machine and code to send pinch and pan events from direct manipulation. r=kats 2020-05-08 23:20:23 +00:00
nsWindowBase.cpp
nsWindowBase.h
nsWindowDbg.cpp
nsWindowDbg.h
nsWindowDefs.h
nsWindowGfx.cpp
nsWindowGfx.h
nsWinGesture.cpp
nsWinGesture.h
OSKInputPaneManager.cpp Bug 1618759 - Part 4. Use InputPane to open on-screen keyboard for Windows 10 RS1+. r=masayuki 2020-04-07 22:30:37 +00:00
OSKInputPaneManager.h Bug 1618759 - Part 4. Use InputPane to open on-screen keyboard for Windows 10 RS1+. r=masayuki 2020-04-07 22:30:37 +00:00
PCompositorWidget.ipdl
PlatformWidgetTypes.ipdlh Bug 1633820 - Part 3: Get rid of PBrowserOrId, r=mattwoodrow,necko-reviewers,dragana 2020-05-07 22:49:06 +00:00
ProcInfo.cpp Bug 1632794 - Expose full remoteType through ChromeUtils.requestProcInfo; 2020-05-06 20:11:55 +00:00
RemoteBackbuffer.cpp
RemoteBackbuffer.h
resource.h
ScreenHelperWin.cpp
ScreenHelperWin.h
ShellHeaderOnlyUtils.h Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj 2020-03-28 16:00:09 +00:00
TaskbarPreview.cpp Bug 1400317 - Create single source of truth for DWM status r=jrmuizel 2020-05-06 14:15:58 +00:00
TaskbarPreview.h
TaskbarPreviewButton.cpp
TaskbarPreviewButton.h
TaskbarTabPreview.cpp
TaskbarTabPreview.h
TaskbarWindowPreview.cpp
TaskbarWindowPreview.h
ToastNotification.cpp
ToastNotification.h
ToastNotificationHandler.cpp
ToastNotificationHandler.h
touchinjection_sdk80.h Bug 1630912. Add PT_TOUCHPAD to touchinjection_sdk80.h. r=aklotz 2020-05-08 23:19:38 +00:00
TSFTextStore.cpp Bug 1626570 - Improve handling of copying arrays in widget/. r=jhorak 2020-04-30 09:38:38 +00:00
TSFTextStore.h Bug 1589497 - Make PendingAction of TSFStore copy of key message r=m_kato 2020-03-26 07:33:37 +00:00
UrlmonHeaderOnlyUtils.h
widget.rc
WidgetTraceEvent.cpp
WinCompositorWidget.cpp
WinCompositorWidget.h
WinCompositorWindowThread.cpp Bug 1633343. Also use the style WS_EX_TRANSPARENT on the compositor window. r=sotaro 2020-04-27 13:27:07 +00:00
WinCompositorWindowThread.h
WindowHook.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
WindowHook.h
WindowsConsole.cpp
WindowsConsole.h
WindowsEMF.cpp
WindowsEMF.h
WindowsSMTCProvider.cpp Bug 1620340 - part4: Implement SetMediaMetadata() for the WindowsSMTCProvider, r=alwu 2020-03-17 01:23:43 +00:00
WindowsSMTCProvider.h Bug 1620340 - part4: Implement SetMediaMetadata() for the WindowsSMTCProvider, r=alwu 2020-03-17 01:23:43 +00:00
WindowsUIUtils.cpp
WindowsUIUtils.h
WinHeaderOnlyUtils.h
WinIMEHandler.cpp Bug 1618759 - Part 6. Don't open on-screen keyboard when inputmode is none. r=masayuki 2020-04-07 22:31:16 +00:00
WinIMEHandler.h Bug 1618759 - Part 6. Don't open on-screen keyboard when inputmode is none. r=masayuki 2020-04-07 22:31:16 +00:00
WinMessages.h Bug 1618759 - Part 5. Lazy check whether OSK is closed. r=masayuki 2020-04-07 22:30:58 +00:00
WinModifierKeyState.h
WinMouseScrollHandler.cpp
WinMouseScrollHandler.h
WinNativeEventData.h
WinPointerEvents.cpp
WinPointerEvents.h
WinTaskbar.cpp
WinTaskbar.h
WinTextEventDispatcherListener.cpp
WinTextEventDispatcherListener.h
WinUtils.cpp Bug 1530419 - Move PROFILER_AUTO_THREAD_SLEEP into WinUtils::WaitForMessage from callers - r=mstange 2020-04-28 16:22:13 +00:00
WinUtils.h Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00