gecko-dev/widget/windows
Butkovits Atila 4d927c1fb4 Backed out 4 changesets (bug 1733384) for causing failures at browser_windowPrompt.js. CLOSED TREE
Backed out changeset fa609fadac26 (bug 1733384)
Backed out changeset dd1936d9fe17 (bug 1733384)
Backed out changeset 1a073e40ab1a (bug 1733384)
Backed out changeset 65708a4c708f (bug 1733384)
2021-10-07 17:52:51 +03:00
..
res
tests Bug 1684110 - Stop using some 'A'-functions in widget/windows/. r=mhowell 2020-12-26 00:46:34 +00:00
AudioSession.cpp
AudioSession.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
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 1690619 - Keep track of where the request to rendering something comes from. r=gfx-reviewers,mstange 2021-10-05 12:54:39 +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 1678771. Add test. r=hiro 2021-08-08 22:04:18 +00:00
DirectManipulationOwner.h Bug 1678771. Add test. r=hiro 2021-08-08 22:04:18 +00:00
GfxInfo.cpp Bug 1724794 - Remove Software WebRender allow/blocklist plumbing. r=gfx-reviewers,jrmuizel 2021-08-11 14:07:02 +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 1714884 - Replace custom IME Rect struct with LayoutDeviceIntRect. r=masayuki 2021-06-07 01:01:09 +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
InkCollector.cpp
InkCollector.h
InProcessWinCompositorWidget.cpp Bug 1710486 - Fix InProcessWinCompositorWidget locking to always release the present lock. r=cmartin 2021-05-10 18:52:59 +00:00
InProcessWinCompositorWidget.h Bug 1728991 - Drop some unused gfxASurface includes. r=aosmond 2021-09-03 16:00:34 +00:00
InputDeviceUtils.cpp
InputDeviceUtils.h
JumpListBuilder.cpp Bug 1707954: Part 4 - Build fixes to reflect EnsureMTA changes; r=Jamie 2021-06-14 21:53:19 +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
MediaKeysEventSourceFactory.cpp
moz.build Bug 1732733 - Add support of window occlusion on Windows by disabling it by pref r=jrmuizel,gfx-reviewers 2021-10-06 07:21:59 +00:00
nsAppShell.cpp Bug 1732208 - Silence the unused-but-set-variable warning in widget. r=cmartin 2021-09-28 00:02:48 +00:00
nsAppShell.h
nsBidiKeyboard.cpp
nsBidiKeyboard.h
nsClipboard.cpp Bug 1726269: part 3) Repeatedly call IDataObject::GetData in Windows-specific clipboard code. r=smaug 2021-09-21 12:03:19 +00:00
nsClipboard.h Bug 1726269: part 3) Repeatedly call IDataObject::GetData in Windows-specific clipboard code. r=smaug 2021-09-21 12:03:19 +00:00
nsColorPicker.cpp Bug 1519636 - Initial reformat of C/C++ code with clang-format version 12.0.0. r=sylvestre 2021-05-10 07:15:07 +00:00
nsColorPicker.h
nsDataObj.cpp Bug 1731564: Use motivated SpinEventLoopUntil inside widget/*. r=smaug 2021-10-07 08:06:15 +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
nsdefs.h
nsDeviceContextSpecWin.cpp Bug 1712130 - Make print.print_via_parent a static pref. r=layout-reviewers,jfkthame 2021-05-20 17:05:33 +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 1707954: Part 4 - Build fixes to reflect EnsureMTA changes; r=Jamie 2021-06-14 21:53:19 +00:00
nsFilePicker.h Bug 1677168: nsFilePicker cleanup; r=mhowell 2020-11-16 19:37:09 +00:00
nsLookAndFeel.cpp Bug 1734115 - Add basic support for dark form controls to nsNativeBasicTheme. r=mstange 2021-10-05 14:40:52 +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 1734009 - Pass color-related arguments down to the non-native theme in a more convenient way. r=dholbert 2021-10-05 09:40:00 +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 Backed out 4 changesets (bug 1733384) for causing failures at browser_windowPrompt.js. CLOSED TREE 2021-10-07 17:52:51 +03:00
nsNativeThemeWin.h Bug 1734367 - Teach windows to draw dark widgets using the non-native theme. r=mstange,desktop-theme-reviewers,dao 2021-10-07 06:55:36 +00:00
nsPrintDialogUtil.cpp Bug 1732733 - Add support of window occlusion on Windows by disabling it by pref r=jrmuizel,gfx-reviewers 2021-10-06 07:21:59 +00:00
nsPrintDialogUtil.h
nsPrintDialogWin.cpp
nsPrintDialogWin.h
nsPrinterWin.cpp Bug 1694104: Add a Mutex to nsPrinterWin and lock around most driver calls. r=jfkthame 2021-05-07 07:04:38 +00:00
nsPrinterWin.h Bug 1694104: Add a Mutex to nsPrinterWin and lock around most driver calls. r=jfkthame 2021-05-07 07:04:38 +00:00
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
nsSharePicker.cpp
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
nsToolkit.h
nsUserIdleServiceWin.cpp
nsUserIdleServiceWin.h
nsUXThemeConstants.h Bug 1725454 - Implement ui.caretBlinkCount on Windows. r=mhowell 2021-08-12 20:56:11 +00:00
nsUXThemeData.cpp Bug 1732733 - Add support of window occlusion on Windows by disabling it by pref r=jrmuizel,gfx-reviewers 2021-10-06 07:21:59 +00:00
nsUXThemeData.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
nsWidgetFactory.cpp
nsWidgetFactory.h
nsWindow.cpp Bug 1734359 - Make system toolbar dark on windows dark mode. r=cmartin 2021-10-06 15:30:00 +00:00
nsWindow.h Bug 1734359 - Make system toolbar dark on windows dark mode. r=cmartin 2021-10-06 15:30:00 +00:00
nsWindowBase.cpp Bug 1728171 - Part 2: Add button parameter to utils.sendNativePenInput r=cmartin,edgar 2021-09-06 11:50:34 +00:00
nsWindowBase.h Bug 1728171 - Part 2: Add button parameter to utils.sendNativePenInput r=cmartin,edgar 2021-09-06 11:50:34 +00:00
nsWindowDbg.cpp
nsWindowDbg.h
nsWindowDefs.h
nsWindowGfx.cpp Bug 1732733 - Add support of window occlusion on Windows by disabling it by pref r=jrmuizel,gfx-reviewers 2021-10-06 07:21:59 +00:00
nsWindowGfx.h
nsWinGesture.cpp
nsWinGesture.h
OSKInputPaneManager.cpp
OSKInputPaneManager.h
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 1709998 - Do no change window size by PresentableSharedImage::PresentToWindow() r=cmartin 2021-05-10 20:49:31 +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
resource.h
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
SystemStatusBar.cpp Bug 1723921 - Cleanup nsComputedDOMStyle and related APIs. r=layout-reviewers,jfkthame 2021-08-07 09:47:15 +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
TaskbarPreview.cpp Bug 1732208 - Silence the unused-but-set-variable warning in widget. r=cmartin 2021-09-28 00:02:48 +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 1726648 - Add a helper to trim brackets from nsID r=mccr8,smaug 2021-08-23 10:54:11 +00:00
ToastNotificationHandler.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
TSFTextStore.cpp Bug 1714884 - Replace custom IME Rect struct with LayoutDeviceIntRect. r=masayuki 2021-06-07 01:01:09 +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
UrlmonHeaderOnlyUtils.h Bug 1657208 - Dynamic-load urlmon.dll for x86 system. r=freddyb,mhowell 2020-08-28 21:27:22 +00:00
widget.rc
WidgetTraceEvent.cpp
WinCompositorWidget.cpp
WinCompositorWidget.h Bug 1728991 - Drop some unused gfxASurface includes. r=aosmond 2021-09-03 16:00:34 +00:00
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
WindowHook.cpp
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 1715415 - part1 : enable the stop button on Windows. r=chunmin 2021-07-08 21:28:47 +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 1641280 - Part 2: Resolve WindowsUIUtils::Share without waiting action on Windows r=smaug,agashlin 2021-08-04 13:53:12 +00:00
WindowsUIUtils.h Bug 1641280 - Part 1: Fix lint warnings in WindowsUIUtils r=smaug 2021-08-04 13:53:12 +00:00
WinEventObserver.cpp Bug 1732733 - Add support of window occlusion on Windows by disabling it by pref r=jrmuizel,gfx-reviewers 2021-10-06 07:21:59 +00:00
WinEventObserver.h Bug 1732733 - Add support of window occlusion on Windows by disabling it by pref r=jrmuizel,gfx-reviewers 2021-10-06 07:21:59 +00:00
WinHeaderOnlyUtils.h Bug 1519636 - Initial reformat of C/C++ code with clang-format version 12.0.0. r=sylvestre 2021-05-10 07:15:07 +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 1708829 - Expose WheelEvent.wheelDelta{,X,Y} for compat with other engines. r=masayuki 2021-05-14 15:17:33 +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 Bug 1719802 - Remove WinTaskbar::SetCurrentProcessExplicitAppUserModelIDPtr. r=jmathies 2021-07-22 08:05:17 +00:00
WinTextEventDispatcherListener.cpp
WinTextEventDispatcherListener.h
WinUtils.cpp Bug 1732733 - Add support of window occlusion on Windows by disabling it by pref r=jrmuizel,gfx-reviewers 2021-10-06 07:21:59 +00:00
WinUtils.h Bug 1732733 - Add support of window occlusion on Windows by disabling it by pref r=jrmuizel,gfx-reviewers 2021-10-06 07:21:59 +00:00
WinWindowOcclusionTracker.cpp Bug 1732733 - Add support of window occlusion on Windows by disabling it by pref r=jrmuizel,gfx-reviewers 2021-10-06 07:21:59 +00:00
WinWindowOcclusionTracker.h Bug 1732733 - Add support of window occlusion on Windows by disabling it by pref r=jrmuizel,gfx-reviewers 2021-10-06 07:21:59 +00:00