fune/browser/components/shell
Gijs Kruitbosch 9e07759558 Bug 1810141 - fix loadURI callers that already have an nsIURI reference or where creating one is clearly safe, r=mossop,geckoview-reviewers,extension-reviewers,settings-reviewers,mconley,m_kato
There are 3 types of changes in this commit:

- from `loadURI(foo.spec)` to `loadURI(foo)`, as there's already a URI
- from `loadURI("string")` to `loadURI(Services.io.newURI("string"))` as the URL is hardcoded
- one or two where there is perhaps an intermediate variable but the patch
  context should still make it trivial to ascertain the change is correct.

Depends on D168393

Differential Revision: https://phabricator.services.mozilla.com/D168394
2023-02-13 23:50:40 +00:00
..
content
search-provider-files
test Bug 1795255 - autofix duplicate imports in tests under browser/, r=Standard8 2023-01-31 11:48:41 +00:00
HeadlessShell.jsm Bug 1810141 - fix loadURI callers that already have an nsIURI reference or where creating one is clearly safe, r=mossop,geckoview-reviewers,extension-reviewers,settings-reviewers,mconley,m_kato 2023-02-13 23:50:40 +00:00
jar.mn
moz.build
nsGNOMEShellDBusHelper.cpp Bug 1804659: GNOME Shell search provider creates unnecessary windows r=jhorak 2022-12-16 16:30:33 +00:00
nsGNOMEShellDBusHelper.h
nsGNOMEShellSearchProvider.cpp
nsGNOMEShellSearchProvider.h
nsGNOMEShellService.cpp Bug 1805939 - Have a central source of truth for desktop environment detection. r=stransky,jld 2023-01-20 11:26:11 +00:00
nsGNOMEShellService.h
nsIGNOMEShellService.idl Bug 1802288 - remove trailing whitespaces in idl/webidl files r=credential-management-reviewers,webidl,smaug,sgalich 2022-12-28 09:52:44 +00:00
nsIMacShellService.idl
nsIShellService.idl
nsIWindowsShellService.idl
nsMacShellService.cpp
nsMacShellService.h
nsShellService.h
nsToolkitShellService.h
nsWindowsShellService.cpp
nsWindowsShellService.h
ScreenshotChild.jsm
ShellService.jsm Bug 1811334 - Automatically replace Cu.reportError with console.error (most of browser/components). r=settings-reviewers,mconley 2023-01-20 17:49:21 +00:00
WindowsDefaultBrowser.cpp
WindowsDefaultBrowser.h
WindowsUserChoice.cpp
WindowsUserChoice.h