..
res
…
tests
Bug 1684110 - Stop using some 'A'-functions in widget/windows/. r=mhowell
2020-12-26 00:46:34 +00:00
AudioSession.cpp
Bug 1614585: Use background thread to shut down AudioSession on all Windows versions r=jmathies
2020-03-05 18:57:21 +00:00
AudioSession.h
…
CompositorWidgetChild.cpp
Bug 1660470 - Add missing include directives/forward declarations. r=nika
2020-11-23 16:21:38 +00:00
CompositorWidgetChild.h
…
CompositorWidgetParent.cpp
Bug 1690216 - Clarify that StartRemoteDrawingInRegion does not actually modify the region. r=mattwoodrow
2021-02-24 18:34:52 +00:00
CompositorWidgetParent.h
Bug 1690216 - Clarify that StartRemoteDrawingInRegion does not actually modify the region. r=mattwoodrow
2021-02-24 18:34:52 +00:00
DirectManipulationOwner.cpp
Bug 1700819 - Avoid dispatching pinch gesture events with mLineOrPageDeltaY == 0. r=tnikkel
2021-03-27 23:29:19 +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 1698732 - Remove Win32k usage from GfxInfo in content process r=bas
2021-04-27 19:45:14 +00:00
GfxInfo.h
Bug 1698732 - Remove Win32k usage from GfxInfo in content process r=bas
2021-04-27 19:45:14 +00:00
IEnumFE.cpp
…
IEnumFE.h
…
IMMHandler.cpp
Bug 1683226 - part 9: Get rid of `nsIWidget::PluginHasFocus()` r=m_kato
2020-12-21 06:30:07 +00:00
IMMHandler.h
Bug 1683226 - part 7: Get rid of remaining all IMM message handlers for plugin r=m_kato
2020-12-21 06:17:36 +00:00
InProcessWinCompositorWidget.cpp
…
InProcessWinCompositorWidget.h
…
InkCollector.cpp
…
InkCollector.h
…
InputDeviceUtils.cpp
…
InputDeviceUtils.h
…
JumpListBuilder.cpp
Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj
2020-07-01 08:29:29 +00:00
JumpListBuilder.h
…
JumpListItem.cpp
…
JumpListItem.h
…
KeyboardLayout.cpp
Bug 1682030 - Remove more dead NPAPI code from dom/plugins and related spots. r=jmathies,mconley,emilio
2021-04-06 19:28:15 +00:00
KeyboardLayout.h
Bug 1689034 - part 2: Get rid of some native messages for plugins r=m_kato
2021-01-29 04:00:16 +00:00
LSPAnnotator.cpp
Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj
2020-07-01 08:29:29 +00:00
MediaKeysEventSourceFactory.cpp
Bug 1640998 - part9 : use `MediaControlKey` to replace `MediaControlKeysEvent` r=chunmin,agi,geckoview-reviewers
2020-06-09 02:59:57 +00:00
OSKInputPaneManager.cpp
Bug 1639824 - Make `OKInputPaneManager` warn only when `TryShow()` and `TryHide()` fail, we're active and we get unexpected result r=m_kato
2020-05-21 15:40:41 +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
OSKTabTipManager.cpp
Bug 1700029 - Part 2. Move TabTip code to own class. r=masayuki
2021-03-26 05:42:47 +00:00
OSKTabTipManager.h
Bug 1700029 - Part 2. Move TabTip code to own class. r=masayuki
2021-03-26 05:42:47 +00:00
OSKVRManager.cpp
Bug 1700029 - Part 3. Move VR's software keyboard code to own class. r=masayuki
2021-03-26 05:42:47 +00:00
OSKVRManager.h
Bug 1700029 - Part 3. Move VR's software keyboard code to own class. r=masayuki
2021-03-26 05:42:47 +00:00
PCompositorWidget.ipdl
Bug 1660470 - Avoid including WidgetMessageUtils.h from header files. r=nika
2020-11-23 16:04:01 +00:00
PlatformWidgetTypes.ipdlh
Bug 1660470 - Avoid including WidgetMessageUtils.h from header files. r=nika
2020-11-23 16:04:01 +00:00
RemoteBackbuffer.cpp
Bug 1701570 - Use NSPR threads instead of std::thread in RemoteBackBuffer r=gerald
2021-04-28 20:27:12 +00:00
RemoteBackbuffer.h
Bug 1701570 - Use NSPR threads instead of std::thread in RemoteBackBuffer r=gerald
2021-04-28 20:27:12 +00:00
ScreenHelperWin.cpp
Backed out changeset 73210e7c7526 (bug 1689945
) for causing failures on Hal.cpp. CLOSED TREE
2021-02-04 18:26:21 +02:00
ScreenHelperWin.h
…
ScrollbarUtil.cpp
Bug 1697467 - Push the high contrast code from nsNativeBasicThemeWin to nsNativeBasicTheme. r=mstange
2021-03-12 14:44:13 +00:00
ScrollbarUtil.h
Bug 1697467 - Push the high contrast code from nsNativeBasicThemeWin to nsNativeBasicTheme. r=mstange
2021-03-12 14:44:13 +00:00
ShellHeaderOnlyUtils.h
Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj
2020-03-28 16:00:09 +00:00
SystemStatusBar.cpp
Bug 1691861 - Move image region handling out of IconLoader. r=mconley
2021-02-12 00:32:06 +00:00
SystemStatusBar.h
Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi
2021-01-07 08:53:08 +00:00
TSFTextStore.cpp
Bug 1683226 - part 1: Make `IMEState::Enabled` an enum class r=m_kato,geckoview-reviewers
2020-12-21 05:52:03 +00:00
TSFTextStore.h
Bug 1678553
- part 8: Make `TSFTextStore` store its `Selection` with `Maybe` r=m_kato
2020-11-27 14:47:22 +00:00
TaskbarPreview.cpp
Bug 1661485 - Make TaskbarPreview::GetWindowHook() return a pointer. r=cmartin
2020-09-28 21:22:11 +00:00
TaskbarPreview.h
Bug 1661485 - Make TaskbarPreview::GetWindowHook() return a pointer. r=cmartin
2020-09-28 21:22:11 +00:00
TaskbarPreviewButton.cpp
…
TaskbarPreviewButton.h
…
TaskbarTabPreview.cpp
Bug 1661485 - Make TaskbarPreview::GetWindowHook() return a pointer. r=cmartin
2020-09-28 21:22:11 +00:00
TaskbarTabPreview.h
Bug 1661485 - Make TaskbarPreview::GetWindowHook() return a pointer. r=cmartin
2020-09-28 21:22:11 +00:00
TaskbarWindowPreview.cpp
Bug 1516423 - Clean up MessageData holding TaskbarWindowPreview when it's destroyed. r=cmartin
2021-04-01 00:32:27 +00:00
TaskbarWindowPreview.h
Bug 1661485 - Make TaskbarPreview::GetWindowHook() return a pointer. r=cmartin
2020-09-28 21:22:11 +00:00
ToastNotification.cpp
Bug 1519636 - Reformat recent changes to the Google coding style. r=necko-reviewers,geckoview-reviewers,agi
2021-04-26 15:52:25 +00:00
ToastNotification.h
…
ToastNotificationHandler.cpp
Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj
2020-07-01 08:29:29 +00:00
ToastNotificationHandler.h
…
UrlmonHeaderOnlyUtils.h
Bug 1657208 - Dynamic-load urlmon.dll for x86 system. r=freddyb,mhowell
2020-08-28 21:27:22 +00:00
WidgetTraceEvent.cpp
…
WinCompositorWidget.cpp
…
WinCompositorWidget.h
…
WinCompositorWindowThread.cpp
Bug 1686919 - Notify compositor window creation failure to gfxCriticalLog r=jrmuizel
2021-01-15 13:51:30 +00:00
WinCompositorWindowThread.h
Bug 1678463 - Part 1: Add _WITH_DELETE_ON_EVENT_TARGET macros to nsISupportsImpl, r=mccr8
2020-12-14 18:30:51 +00:00
WinContentSystemParameters.cpp
Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi
2021-01-07 08:53:08 +00:00
WinContentSystemParameters.h
Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi
2021-01-07 08:53:08 +00:00
WinHeaderOnlyUtils.h
Bug 1677284 - Move PackingStrategy::Variant implementation to separate header file. r=emilio
2020-11-23 15:49:14 +00:00
WinIMEHandler.cpp
Bug 1700029 - Part 3. Move VR's software keyboard code to own class. r=masayuki
2021-03-26 05:42:47 +00:00
WinIMEHandler.h
Bug 1700029 - Part 2. Move TabTip code to own class. r=masayuki
2021-03-26 05:42:47 +00:00
WinMessages.h
Bug 1689034 - part 2: Get rid of some native messages for plugins r=m_kato
2021-01-29 04:00:16 +00:00
WinModifierKeyState.h
…
WinMouseScrollHandler.cpp
Bug 1519636 - Reformat with clang-format-11 to the Google coding style r=andi,sg,geckoview-reviewers,snorp
2020-11-18 09:05:59 +00:00
WinMouseScrollHandler.h
…
WinPointerEvents.cpp
Bug 1688105 - Part 2: Get rid of dom.w3c_pointer_events.enabled; r=smaug
2021-01-25 16:22:44 +00:00
WinPointerEvents.h
Bug 1648267 - Part 1: Add Windows SDK pointer injection related types r=edgar,aklotz
2021-03-02 18:29:44 +00:00
WinTaskbar.cpp
Bug 1661485 - Make TaskbarPreview::GetWindowHook() return a pointer. r=cmartin
2020-09-28 21:22:11 +00:00
WinTaskbar.h
…
WinTextEventDispatcherListener.cpp
…
WinTextEventDispatcherListener.h
…
WinUtils.cpp
Bug 1689953: Harmonize shutdown phase definitions across nsTerminator and AppShutdown r=dthayer,chutten
2021-02-27 14:38:14 +00:00
WinUtils.h
Bug 1693597 - P1: Rename Accessible to LocalAccessible. r=morgan
2021-02-19 23:14:32 +00:00
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
Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi
2021-01-07 08:53:08 +00:00
WindowsSMTCProvider.cpp
Bug 1663128 - part3 : the event source should do the cleanup when it closes. r=chunmin
2020-10-07 09:23:08 +00:00
WindowsSMTCProvider.h
Bug 1663128 - part3 : the event source should do the cleanup when it closes. r=chunmin
2020-10-07 09:23:08 +00:00
WindowsUIUtils.cpp
Bug 1677284 - Move PackingStrategy::Variant implementation to separate header file. r=emilio
2020-11-23 15:49:14 +00:00
WindowsUIUtils.h
…
components.conf
Bug 1686616 - register all Services.py services with components.conf. r=kmag,necko-reviewers,valentin
2021-02-18 13:26:28 +00:00
moz.build
Bug 1700029 - Part 3. Move VR's software keyboard code to own class. r=masayuki
2021-03-26 05:42:47 +00:00
nsAppShell.cpp
Bug 1701802: Don't use SingleNativeEventPump in windows app shell if win32k is locked down. r=handyman
2021-04-27 07:41:16 +00:00
nsAppShell.h
Bug 1639391: Do not call nsWindow::GetAttention for top-level windows being shown during session restore; r=mhowell
2020-05-22 01:49:11 +00:00
nsBidiKeyboard.cpp
…
nsBidiKeyboard.h
…
nsClipboard.cpp
Bug 1701757
- Change clipboard format static initializers to lazy statics r=tkikuchi,bobowen
2021-03-30 13:04:03 +00:00
nsClipboard.h
Bug 1701757
- Change clipboard format static initializers to lazy statics r=tkikuchi,bobowen
2021-03-30 13:04:03 +00:00
nsColorPicker.cpp
Bug 1526820
- Handle WM_INITDIALOG in the ColorPicker hook to enable keyboard focus r=cmartin
2020-08-24 16:58:11 +00:00
nsColorPicker.h
…
nsDataObj.cpp
Bug 1701757
- Change clipboard format static initializers to lazy statics r=tkikuchi,bobowen
2021-03-30 13:04:03 +00:00
nsDataObj.h
Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert
2021-03-25 10:19:44 +00:00
nsDataObjCollection.cpp
…
nsDataObjCollection.h
…
nsDeviceContextSpecWin.cpp
Bug 1699343: Adjust nsPrinterListWin::SystemDefaultPrinterName to make it infallible, like its CUPS-backed eqivalent. r=emilio
2021-03-20 04:41:58 +00:00
nsDeviceContextSpecWin.h
Bug 1660470 - Add missing include directives/forward declarations. r=nika
2020-11-23 16:21:38 +00:00
nsDragService.cpp
…
nsDragService.h
…
nsFilePicker.cpp
Bug 1691589 - Reduce reliance on GeckoProfiler.h when only labels (and maybe markers) are needed - r=necko-reviewers,geckoview-reviewers,sg,agi,florian
2021-02-16 04:44:19 +00:00
nsFilePicker.h
Bug 1677168: nsFilePicker cleanup; r=mhowell
2020-11-16 19:37:09 +00:00
nsLookAndFeel.cpp
Bug 1519636 - Reformat recent changes to the Google coding style. r=necko-reviewers,geckoview-reviewers,agi
2021-04-26 15:52:25 +00:00
nsLookAndFeel.h
Bug 1703220 - Remove unnecessary caching in windows lookandfeel. r=cmartin
2021-04-06 17:54:23 +00:00
nsNativeBasicThemeWin.cpp
Bug 1697467 - Push the high contrast code from nsNativeBasicThemeWin to nsNativeBasicTheme. r=mstange
2021-03-12 14:44:13 +00:00
nsNativeBasicThemeWin.h
Bug 1697467 - Push the high contrast code from nsNativeBasicThemeWin to nsNativeBasicTheme. r=mstange
2021-03-12 14:44:13 +00:00
nsNativeDragSource.cpp
…
nsNativeDragSource.h
…
nsNativeDragTarget.cpp
Bug 1465513: Call IDropTargetHelper::DragLeave before IDropTargetHelper::DragEnter. r=dmajor,NeilDeakin
2020-12-21 18:49:40 +00:00
nsNativeDragTarget.h
…
nsNativeThemeWin.cpp
Bug 1703604 - When using a transparent scrollbar button / track color, use the thumb color to paint the scrollbar arrow. r=spohl
2021-04-08 09:48:01 +00:00
nsNativeThemeWin.h
Bug 1519636 - Reformat recent changes to the Google coding style. r=necko-reviewers,geckoview-reviewers,agi
2021-04-26 15:52:25 +00:00
nsPrintDialogUtil.cpp
Bug 1679272 - Include ScopeExit.h exactly where used. r=andi
2020-12-07 14:25:59 +00:00
nsPrintDialogUtil.h
…
nsPrintDialogWin.cpp
Bug 1654088, make WindowWatcher methods to use CStrings and not char and make window.open throw the correct exception, r=farre,geckoview-reviewers,agi*
2020-07-27 21:36:24 +00:00
nsPrintDialogWin.h
…
nsPrintSettingsServiceWin.cpp
Bug 1663940: Ensure the unwriteable margins are populated in the print settings. r=emilio
2020-09-11 15:00:18 +00:00
nsPrintSettingsServiceWin.h
…
nsPrintSettingsWin.cpp
Bug 1692316 - Part 1: Update Platform Duplex Print Terminology r=dholbert
2021-02-17 23:57:26 +00:00
nsPrintSettingsWin.h
Bug 1663940: Ensure the unwriteable margins are populated in the print settings. r=emilio
2020-09-11 15:00:18 +00:00
nsPrinterWin.cpp
Bug 1677388: Pass a copy of our cached default DEVMODE into DeviceCapabilitiesW calls. r=jfkthame
2020-11-21 09:53:23 +00:00
nsPrinterWin.h
Bug 1663652 part 2 - Add combined printerInfo method to nsPrinterCUPS r=emilio
2020-11-03 20:35:38 +00:00
nsSharePicker.cpp
Bug 1637500 - P2. Rename methods as they are not always dealing with "threads". r=froydnj
2020-06-23 05:05:36 +00:00
nsSharePicker.h
…
nsSound.cpp
Bug 1644240 - Suppress playing a sound if Diebold Warsaw's modules are partially unloaded. r=cmartin
2020-12-16 22:50:46 +00:00
nsSound.h
…
nsToolkit.cpp
Bug 1400317 - Use SPI_GETFLATMENU lazily to avoid early Win32k call r=jmathies
2020-06-12 13:31:15 +00:00
nsToolkit.h
…
nsUXThemeConstants.h
…
nsUXThemeData.cpp
Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi
2021-01-07 08:53:08 +00:00
nsUXThemeData.h
Bug 1660470 - Add missing include directives/forward declarations. r=nika
2020-11-23 16:21:38 +00:00
nsUserIdleServiceWin.cpp
Bug 1651165 - Rename idle service r=Gijs,geckoview-reviewers,snorp
2020-07-20 16:06:59 +00:00
nsUserIdleServiceWin.h
Bug 1651165 - Rename idle service r=Gijs,geckoview-reviewers,snorp
2020-07-20 16:06:59 +00:00
nsWidgetFactory.cpp
…
nsWidgetFactory.h
…
nsWinGesture.cpp
…
nsWinGesture.h
…
nsWindow.cpp
Bug 1640852: Grab IVirtualDesktopManager object off the main thread on the creation of the first nsWindow. r=mikedeboer,aklotz
2021-04-28 12:28:56 +00:00
nsWindow.h
Bug 1637259 - Dispatch touch event for WM_POINTER r=edgar,aklotz
2021-04-21 00:13:14 +00:00
nsWindowBase.cpp
Bug 1648267 - Part 4: Add OS native pen input injection r=edgar,aklotz
2021-03-02 18:29:45 +00:00
nsWindowBase.h
Bug 1648267 - Part 4: Add OS native pen input injection r=edgar,aklotz
2021-03-02 18:29:45 +00:00
nsWindowDbg.cpp
…
nsWindowDbg.h
…
nsWindowDefs.h
…
nsWindowGfx.cpp
Bug 1682030 - Remove some dead NPAPI code from dom/plugins and related spots. r=jmathies,mconley,ipc-reviewers,mccr8
2021-04-06 19:28:12 +00:00
nsWindowGfx.h
…
nsdefs.h
…
resource.h
…
touchinjection_sdk80.h
Bug 1648267 - Part 1: Add Windows SDK pointer injection related types r=edgar,aklotz
2021-03-02 18:29:44 +00:00
widget.rc
…