gecko-dev/uriloader/exthandler
Andrew McCreight c8c5c819df Bug 1514936, part 1 - Remove the outer argument to nsIFactory::createInstance. r=xpcom-reviewers,preferences-reviewers,nika,Gijs
This patch won't actually build, because a few bits of code are used
for both nsIFactory::createInstance and static components, and static
components are not fixed until the next patch.

The first place is nsLoadGroupConstructor, which uses an nsIFactory
macro to create a static component constructor. (This could be worked
around by expanding the macro to the state before this patch.)

The other issue is that nsAppShellConstructor is used in an nsIFactory
on OSX, but as a static component on all other platforms. This could
be worked around by wrapping nsAppShellConstructor in an adaptor that
passes in the extra null argument to nsAppShellConstructor.

Differential Revision: https://phabricator.services.mozilla.com/D146456
2022-05-17 20:24:19 +00:00
..
android
docs
mac Bug 1750042 - local files that trip the 'what do you want to do with this file' dialog should open from their initial location, r=mhowell,mtigley 2022-01-19 23:48:19 +00:00
tests Bug 1514936, part 1 - Remove the outer argument to nsIFactory::createInstance. r=xpcom-reviewers,preferences-reviewers,nika,Gijs 2022-05-17 20:24:19 +00:00
uikit
unix Bug 1730891 - Set default preferredAction for handling files to save directly to disk on GNOME environments. r=mhowell 2021-09-15 17:36:14 +00:00
win Bug 1766561 - Adjust UTF-16 string formatting. r=nika 2022-05-03 20:49:09 +00:00
ContentHandlerService.cpp Bug 1767214: Make ContentHandlerService::Init return an error on failed initialization. r=smaug 2022-05-05 12:35:41 +00:00
ContentHandlerService.h
DBusHelpers.h
ExternalHelperAppChild.cpp
ExternalHelperAppChild.h Bug 1768189 - Part 47: Apply modernize-concat-nested-namespaces to layout/style/MediaQueryList.h ... r=andi 2022-05-09 20:41:21 +00:00
ExternalHelperAppParent.cpp Bug 1747033 - "Back" does not work correctly for pages with multipart/x-mixed-replace and history.replaceState. r=smaug,necko-reviewers,valentin 2022-02-19 08:30:35 +00:00
ExternalHelperAppParent.h
HandlerList.jsm Bug 1733497 - Remove region.properties. r=geckoview-reviewers,m_kato,flod 2022-01-13 21:18:30 +00:00
HandlerService.js Bug 1753819 - Prevent download improvements migration in Thunderbird. r=Gijs 2022-03-29 22:06:15 +00:00
HandlerService.manifest
HandlerServiceChild.h
HandlerServiceParent.cpp
HandlerServiceParent.h
PExternalHelperApp.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PHandlerService.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
WebHandlerApp.jsm Bug 1705202 - Strip user & password from FTP schemes when going through webhandler r=Gijs 2022-01-21 18:49:01 +00:00
components.conf
moz.build Bug 1733497 - Remove region.properties. r=geckoview-reviewers,m_kato,flod 2022-01-13 21:18:30 +00:00
nsCExternalHandlerService.idl
nsContentHandlerApp.h
nsDBusHandlerApp.cpp
nsDBusHandlerApp.h
nsExternalHelperAppService.cpp Bug 1749525 - Download fails because it doesn't contain an auth header. r=Gijs,freddyb 2022-05-06 11:56:52 +00:00
nsExternalHelperAppService.h Bug 1746052, add methods to the mime service that compute and validate a filename for a given content type, r=Gijs 2022-05-06 10:00:52 +00:00
nsExternalProtocolHandler.cpp Bug 1735746 - Block external protocol navigation from sandboxed contexts. r=nika,ckerschb,Gijs,smaug 2022-04-20 11:06:50 +00:00
nsExternalProtocolHandler.h
nsIContentDispatchChooser.idl
nsIExternalHelperAppService.idl Backed out changeset 076c2a81804a (bug 1739348) for xpcshell failures on test_DownloadBlockedTelemetry.js. CLOSED TREE 2022-05-06 12:07:31 +03:00
nsIExternalProtocolService.idl Bug 1735746 - Block external protocol navigation from sandboxed contexts. r=nika,ckerschb,Gijs,smaug 2022-04-20 11:06:50 +00:00
nsIHandlerService.idl
nsIHelperAppLauncherDialog.idl
nsISharingHandlerApp.idl
nsLocalHandlerApp.cpp
nsLocalHandlerApp.h
nsMIMEInfoChild.h
nsMIMEInfoImpl.cpp Bug 1747343 - Add pref to set default action for new mimetypes. r=Gijs,fluent-reviewers,preferences-reviewers 2022-04-15 18:13:11 +00:00
nsMIMEInfoImpl.h Bug 1750253 - stop infinite file handling loops by checking if we're about to pass files to ourselves via the OS, r=mhowell 2022-02-03 11:25:59 +00:00
nsOSHelperAppServiceChild.cpp
nsOSHelperAppServiceChild.h