gecko-dev/widget/windows
Masayuki Nakano edfe4e01f5 Bug 1629347 - Make `TSFTextStore::SetInputContext()` emulate focus when the menu keyboard event listener is uninstalled r=m_kato
Currently, `IMEStateManager` sets `InputContext` to disable IME when the
menu keyboard event listener is installed, but does not destroy
`IMEContentObserver` which may be in a remote process.  And similarly,
it setns `InputContext` to enable IME when the menu keyboard event listener
is uninstalled, but does not make `IMEContentObserver` which may be in a remote
process send `NOTIFY_IME_OF_FOCUS` again.  Therefore, from point of view of
native IME handlers in widget, `NOTIFY_IME_OF_FOCUS` won't be sent in this
case, but `TSFTextStore::SetInputContext()` expects that it'll be followed
by `NOTIFY_IME_OF_FOCUS` unless it's called for `FOCUS_NOT_CHANGED`.
Therefore, `sEnabledTextStore` is `nullptr` when this bug occurs.

For fixing this bug **quickly**, this patch makes
`TSFTextStore::SetInputContext()` treat  `MENU_LOST_PSEUDO_FOCUS` as
`FOCUS_NOT_CHANGED` to create `TSFTextStore` instance if new state is
"enabled".

Ideally, we should redesign `IMEStateManager` because while menu keyboard
event listener has pseudo focus, web apps may change focus or create something
complicated cases.

Unfortunately, we still cannot write automated tests for `TSFTextStore`
due to bug 1322744.

Differential Revision: https://phabricator.services.mozilla.com/D93469
2020-10-16 06:14:23 +00:00
..
res
tests Bug 1630444: Part1 - Put LauncherError behind MOZ_USE_LAUNCHER_ERROR. r=aklotz 2020-08-26 19:01:44 +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 1616000 - Fix broken push notifications r=handyman 2020-02-19 22:20:33 +00:00
CompositorWidgetChild.h Bug 1604412 - Enable remote backbuffer GDI compositing r=jmathies,jld 2020-02-13 14:32:37 +00:00
CompositorWidgetParent.cpp Bug 1654619 - Do not use local backbuffer when remote backbuffer enabled r=mstange 2020-10-06 22:37:51 +00:00
CompositorWidgetParent.h Bug 1654619 - Do not use local backbuffer when remote backbuffer enabled r=mstange 2020-10-06 22:37:51 +00:00
DirectManipulationOwner.cpp Bug 1661108. Only send pan events from DManip if the delta is at least 1. r=kats 2020-09-04 03:27:09 +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 1671253 - Enable WebRender for Intel driver 23.20.16.4973 on nightly. r=jrmuizel 2020-10-14 18:25:28 +00:00
GfxInfo.h Bug 1602072 - Add a gfxInfo flag determine Firefox is embedded by FxR for telemetry. r=thomasmo,chutten,froydnj,jrmuizel,geckoview-reviewers,rbarker,snorp 2020-06-25 17:22:20 +00:00
IEnumFE.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
IEnumFE.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
IMMHandler.cpp Bug 1643464 - Part 1: Rename eLeft/eRight to ePrimary/eSecondary r=masayuki 2020-06-19 18:02:41 +00:00
IMMHandler.h Bug 1289211 - Rename InfallibleTArray to nsTArray in widget/ r=jmathies 2019-07-10 03:33:42 +00:00
IconLoaderHelperWin.cpp Bug 1663784 - Add Windows platform support for IconLoader. r=mhowell 2020-09-30 21:14:00 +00:00
IconLoaderHelperWin.h Bug 1663784 - Add Windows platform support for IconLoader. r=mhowell 2020-09-30 21:14:00 +00:00
InProcessWinCompositorWidget.cpp Bug 1604412 - Give CompositorWidgetChild more window info r=sotaro 2020-01-08 18:37:38 +00:00
InProcessWinCompositorWidget.h Bug 1604412 - Give CompositorWidgetChild more window info r=sotaro 2020-01-08 18:37:38 +00:00
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 Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
JumpListItem.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
JumpListItem.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
KeyboardLayout.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
KeyboardLayout.h Bug 1651165 - Rename idle service r=Gijs,geckoview-reviewers,snorp 2020-07-20 16:06:59 +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
PCompositorWidget.ipdl Bug 1604412 - Enable remote backbuffer GDI compositing r=jmathies,jld 2020-02-13 14:32:37 +00:00
PlatformWidgetTypes.ipdlh Bug 1651714 - Reduce expensive includes for TabMessageUtils.h. r=smaug 2020-07-15 13:24:20 +00:00
ProcInfo.cpp Bug 1652785 - Extract title, uri, window id for content processes;r=froydnj 2020-09-07 10:26:30 +00:00
RemoteBackbuffer.cpp Bug 1654619 - Do not use local backbuffer when remote backbuffer enabled r=mstange 2020-10-06 22:37:51 +00:00
RemoteBackbuffer.h Bug 1654617 - Remote Backbuffer: Use multiple dirty rectangles during present r=tkikuchi 2020-09-14 19:46:21 +00:00
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
SystemStatusBar.cpp Bug 1669649 - Use ShowPopupAtScreen to get the SystemStatusBar menu to open at the right coordinates. r=mhowell 2020-10-09 21:12:08 +00:00
SystemStatusBar.h Bug 1663784 - Implement basic nsISystemStatusBar service for Windows. r=mhowell 2020-09-30 21:14:05 +00:00
TSFTextStore.cpp Bug 1629347 - Make `TSFTextStore::SetInputContext()` emulate focus when the menu keyboard event listener is uninstalled r=m_kato 2020-10-16 06:14:23 +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
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 Bug 1560081 - Convert CSS pixels to device pixels in CursorForImage. r=jmathies 2019-06-20 20:00:24 +00:00
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 1661485 - Make TaskbarPreview::GetWindowHook() return a pointer. r=cmartin 2020-09-28 21:22:11 +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 1617628 - Hide nsBaseHashtable Put overloads in nsRefPtrHashtable subclass. r=froydnj 2020-02-25 17:03:36 +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 Bug 1605997: Send the finished notification when the notification is hidden. r=jmathies 2020-01-06 13:08:16 +00:00
UrlmonHeaderOnlyUtils.h Bug 1657208 - Dynamic-load urlmon.dll for x86 system. r=freddyb,mhowell 2020-08-28 21:27:22 +00:00
WidgetTraceEvent.cpp Bug 1470510 - Rename nsXULWindow and nsIXULWindow to AppWindow and nsIAppWindow. r=smaug 2019-11-05 17:56:28 +00:00
WinCompositorWidget.cpp Bug 1604412 - Duplicate WinCompositorWidget logic into subclasses r=sotaro 2020-01-08 18:35:22 +00:00
WinCompositorWidget.h Bug 1604412 - Give CompositorWidgetChild more window info r=sotaro 2020-01-08 18:37:38 +00:00
WinCompositorWindowThread.cpp Bug 1664898 - move media/mtransport to media/transport. r=ng 2020-09-22 21:43:49 +00:00
WinCompositorWindowThread.h
WinContentSystemParameters.cpp Bug 1400317 - Win32k Lockdown: Remote IsAppThemed() r=jmathies 2020-06-26 13:16:13 +00:00
WinContentSystemParameters.h Bug 1400317 - Win32k Lockdown: Remote IsAppThemed() r=jmathies 2020-06-26 13:16:13 +00:00
WinHeaderOnlyUtils.h Bug 1588245 - More values to DetourResultCode. r=mhowell 2020-10-12 18:25:47 +00:00
WinIMEHandler.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +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 1653576 - Don't let dmanip events roll up popups if the events are inside the popup. r=tnikkel 2020-08-11 21:44:30 +00:00
WinModifierKeyState.h
WinMouseScrollHandler.cpp Bug 1570124 - Enable mouse scrolling in FxR window r=masayuki 2019-11-06 20:38:45 +00:00
WinMouseScrollHandler.h Bug 1570124 - Enable mouse scrolling in FxR window r=masayuki 2019-11-06 20:38:45 +00:00
WinNativeEventData.h
WinPointerEvents.cpp Bug 1573992 - Convert dom.w3c_pointer_events.dispatch_by_pointer_messages to static pref. r=njn 2019-08-27 00:13:25 +00:00
WinPointerEvents.h Bug 1573992 - Convert dom.w3c_pointer_events.dispatch_by_pointer_messages to static pref. r=njn 2019-08-27 00:13:25 +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 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
WinTextEventDispatcherListener.cpp
WinTextEventDispatcherListener.h
WinUtils.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
WinUtils.h Bug 1665357 - Ensure DPI_AWARENESS_CONTEXT is defined r=mhowell 2020-09-16 20:14:40 +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 Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
WindowsConsole.cpp Bug 1569089 - Sync std handles after AttachConsole(). r=aklotz 2019-11-07 13:28:45 +00:00
WindowsConsole.h Bug 1528963 - Attach console before launching child. r=aklotz 2019-03-29 18:05:03 +00:00
WindowsEMF.cpp
WindowsEMF.h
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 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
WindowsUIUtils.h Bug 1573029 - Add WindowsShare API r=marcosc,agashlin 2020-02-06 11:12:55 +00:00
components.conf Bug 1663784 - Implement basic nsISystemStatusBar service for Windows. r=mhowell 2020-09-30 21:14:05 +00:00
moz.build Bug 1670370 - Move BUG_COMPONENT of widget's IME code to UI Events & Focus Handling. r=masayuki 2020-10-12 12:26:45 +00:00
nsAppShell.cpp Bug 1657043 - part3 : implement a new wakelock listener with new API. r=jmathies 2020-08-12 20:57:17 +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 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
nsClipboard.h Bug 1557847. Stop using [array] in nsIClipboard. r=NeilDeakin 2019-06-09 01:06:39 +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 1669419 - Remove unnecessary literal string constant from nsDataObj::CMemStream::Stat. r=aklotz 2020-10-13 21:39:09 +00:00
nsDataObj.h Bug 1602615 - Add a support for free-threaded IStream to handle Internet shortcuts. r=jmathies 2020-01-06 13:31:47 +00:00
nsDataObjCollection.cpp Bug 1532140 - Cleanup nsDataObj. r=jmathies 2019-03-13 19:00:59 +00:00
nsDataObjCollection.h Bug 1532140 - Cleanup nsDataObj. r=jmathies 2019-03-13 19:00:59 +00:00
nsDeviceContextSpecWin.cpp Bug 1667486 part 2 - Use our own localization for nsPrinterCUPS paper sizes when possible r=emilio 2020-10-13 21:52:04 +00:00
nsDeviceContextSpecWin.h Bug 1659807 - Add nsIPrinter.systemName and nsIPrinterList.getPrinterBySystemName r=emilio 2020-09-15 21:23:27 +00:00
nsDragService.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsDragService.h Bug 1543315 - part 17: Mark PresShell::HandleDOMEventWithTarget() as MOZ_CAN_RUN_SCRIPT r=smaug 2019-05-09 20:21:28 +00:00
nsFilePicker.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
nsFilePicker.h Bug 1644569: Removed unused nsFilePicker::mLastUsedDirectory; r=mhowell 2020-06-09 20:33:38 +00:00
nsLookAndFeel.cpp Bug 1652561 - Refactor nsLookAndFeel::GetFontImpl() to prepare for remoting r=jmathies 2020-07-31 17:32:57 +00:00
nsLookAndFeel.h Bug 1652561 - Refactor nsLookAndFeel::GetFontImpl() to prepare for remoting r=jmathies 2020-07-31 17:32:57 +00:00
nsNativeBasicThemeWin.cpp Bug 1640195: Address UX feedback for non-native widget styling. r=geckoview-reviewers,emilio,agi 2020-07-30 17:02:02 +00:00
nsNativeBasicThemeWin.h Bug 1640195: Address UX feedback for non-native widget styling. r=geckoview-reviewers,emilio,agi 2020-07-30 17:02:02 +00:00
nsNativeDragSource.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsNativeDragSource.h
nsNativeDragTarget.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsNativeDragTarget.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsNativeThemeWin.cpp Bug 1640195: Address UX feedback for non-native widget styling. r=geckoview-reviewers,emilio,agi 2020-07-30 17:02:02 +00:00
nsNativeThemeWin.h Backed out changeset 5777919cd214 (bug 1400317) for causing Windows MinGW all bustages on WinThemeData.cpp. CLOSED TREE 2020-06-16 02:08:51 +03:00
nsPrintDialogUtil.cpp Bug 1669409: Convert the nsIPrintSettings:kEnableSelectionRB flag into a boolean, since it's the only entry in a bitfield. r=jwatt,emilio 2020-10-07 00:36:51 +00:00
nsPrintDialogUtil.h Bug 1602125. Remove nsIPrintingPromptService.showPrintDialog's nsIWebBrowserPrint parameter and MockWebBrowserPrint. r=bobowen 2019-12-09 09:04:29 +00:00
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 Bug 1602125. Remove nsIPrintingPromptService.showPrintDialog's nsIWebBrowserPrint parameter and MockWebBrowserPrint. r=bobowen 2019-12-09 09:04:29 +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 Bug 1602125. Remove nsIPrintingPromptService.showPrintDialog's nsIWebBrowserPrint parameter and MockWebBrowserPrint. r=bobowen 2019-12-09 09:04:29 +00:00
nsPrintSettingsWin.cpp Bug 1668516: Account for orientation when getting paper size from device context in CopyFromNative. r=jwatt 2020-10-01 20:47:39 +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 1667486 part 2 - Use our own localization for nsPrinterCUPS paper sizes when possible r=emilio 2020-10-13 21:52:04 +00:00
nsPrinterWin.h Bug 1667486 part 2 - Use our own localization for nsPrinterCUPS paper sizes when possible r=emilio 2020-10-13 21:52:04 +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 Bug 1573029 - Windows Web Share implementation r=marcosc,farre 2020-02-13 14:21:06 +00:00
nsSound.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +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 Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsUXThemeConstants.h
nsUXThemeData.cpp Bug 1400317 - Win32k Lockdown: Remote IsAppThemed() r=jmathies 2020-06-26 13:16:13 +00:00
nsUXThemeData.h Bug 1400317 - Create single source of truth for IsAppThemed r=jmathies 2020-06-26 13:16:11 +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 Bug 1600545 - Remove useless inclusions of header files generated from IDL files in modules/, netwerk/, parser/, security/, startupcache/, storage/, toolkit/, tools/, uriloader/, widget/, xpcom/ and xpfe/ r=Ehsan 2019-12-06 09:17:57 +00:00
nsWidgetFactory.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsWinGesture.cpp
nsWinGesture.h
nsWindow.cpp Bug 1670003 - Add back the scroll input methods telemetry. r=botond 2020-10-10 17:41:47 +00:00
nsWindow.h Bug 1665456 - Ensure window focus received for skele UI window r=mhowell 2020-09-18 16:40:30 +00:00
nsWindowBase.cpp Bug 1519636 - Automatically reformat recent changes using clang-format r=Ehsan 2020-01-21 09:51:27 +00:00
nsWindowBase.h
nsWindowDbg.cpp Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsWindowDbg.h Bug 1547143 - Format the tree: Be prescriptive with the pointer style (left) r=Ehsan 2019-05-01 08:47:10 +00:00
nsWindowDefs.h
nsWindowGfx.cpp Bug 1604412 - Clarify purpose of PlatformCompositorWidgetDelegate r=sotaro 2020-01-08 18:36:30 +00:00
nsWindowGfx.h Bug 1560081 - Convert CSS pixels to device pixels in CursorForImage. r=jmathies 2019-06-20 20:00:24 +00:00
nsdefs.h
resource.h
touchinjection_sdk80.h Bug 1630912. Add PT_TOUCHPAD to touchinjection_sdk80.h. r=aklotz 2020-05-08 23:19:38 +00:00
widget.rc