gecko-dev/browser/components/shell
Barret Rennie a12040d47d Bug 1766434 - Do not run nsIWindowsShellService::CheckPinCurrentAppToTaskbar on main thread in ShellService.jsm r=bhearsum
`nsIWindowsShellService::CheckPinCurrentAppToTaskbar` does IO which we want to
move off of the main thread. There is now an async version,
`CheckPinCurrentAppToTaskbarAsync`, that runs the IO on a background thread and
returns a promise, which we now use in ShellService.jsm.

Differential Revision: https://phabricator.services.mozilla.com/D145244
2022-05-03 20:50:09 +00:00
..
content Bug 1750974 - Extend our ESLint import-globals-from function to support absolute directories. r=Gijs,mossop 2022-01-20 14:15:34 +00:00
search-provider-files
test Bug 1753696 - Automatic rewrite: replace add_task(setup with add_setup in browser mochitest, r=Standard8,webcompat-reviewers,twisniewski 2022-03-30 16:16:42 +00:00
HeadlessShell.jsm Bug 1743783 - Ignore extra command options when taking a screenshot. r=mossop 2021-12-16 16:16:16 +00:00
jar.mn
moz.build Bug 1750991: Automatically create shortcut if it's not already present when pinning to the Windows Taskbar. r=mhowell 2022-03-17 16:33:34 +00:00
nsGNOMEShellDBusHelper.cpp
nsGNOMEShellDBusHelper.h
nsGNOMEShellSearchProvider.cpp
nsGNOMEShellSearchProvider.h Bug 1764407 - Cleanup toolkit/components/remote/ includes r=sylvestre 2022-04-20 11:13:20 +00:00
nsGNOMEShellService.cpp Bug 1760839 - Use more automatic memory management in GTK code. r=stransky 2022-03-23 16:14:34 +00:00
nsGNOMEShellService.h
nsIGNOMEShellService.idl
nsIMacShellService.idl
nsIShellService.idl
nsIWindowsShellService.idl Bug 1766434 - Do not run nsIWindowsShellService::CheckPinCurrentAppToTaskbar on main thread in ShellService.jsm r=bhearsum 2022-05-03 20:50:09 +00:00
nsMacShellService.cpp
nsMacShellService.h
nsShellService.h
nsToolkitShellService.h
nsWindowsShellService.cpp Bug 1766434 - Do not run nsIWindowsShellService::CheckPinCurrentAppToTaskbar on main thread in ShellService.jsm r=bhearsum 2022-05-03 20:50:09 +00:00
nsWindowsShellService.h
ScreenshotChild.jsm
ShellService.jsm Bug 1766434 - Do not run nsIWindowsShellService::CheckPinCurrentAppToTaskbar on main thread in ShellService.jsm r=bhearsum 2022-05-03 20:50:09 +00:00
WindowsDefaultBrowser.cpp Bug 1743427 - Enable pre-spawn CIG for socket process. r=bobowen 2021-12-27 02:40:14 +00:00
WindowsDefaultBrowser.h Bug 1743427 - Enable pre-spawn CIG for socket process. r=bobowen 2021-12-27 02:40:14 +00:00
WindowsUserChoice.cpp Bug 1766377 - Fix remaining sign-compare warnings in Windows builds. r=rkraesig,gsvelto,media-playback-reviewers,gfx-reviewers,bryce,sotaro 2022-04-29 09:14:12 +00:00
WindowsUserChoice.h