gecko-dev/uriloader/base
Nika Layzell cde53b3bec Bug 1508306 - Part 1: Migate the Large-Allocation handler to DocumentLoadListener, r=mattwoodrow,necko-reviewers,geckoview-reviewers,agi,valentin
This removes the diagnostic warnings which used to be logged when the
Large-Allocation header was present, but failed to switch into a
Large-Allocation process. Due to the low adoption of the header, this shouldn't
be too large of a problem, but we can look into re-adding the diagnostics if
needed in the future.

The new codepath no longer performs multiple network requests for
Large-Allocation resources, and now relies on the battle-tested
DocumentLoadListener codepath for process switching.

Differential Revision: https://phabricator.services.mozilla.com/D78998
2020-06-15 23:24:07 +00:00
..
moz.build Bug 1627533 - Create LoadGroups for docshells using the BrowsingContext's request context id. r=dragana,necko-reviewers 2020-05-21 03:38:37 +00:00
nsCURILoader.idl
nsDocLoader.cpp Bug 1645382 - Remove unnecessary arguments from NS_OBSERVER_ARRAY_NOTIFY_* macros. r=froydnj 2020-06-15 09:05:00 +00:00
nsDocLoader.h Bug 1620679 - Don't fire load event from within Stop(). r=smaug 2020-05-30 17:19:54 +00:00
nsIContentHandler.idl
nsIDocumentLoader.idl
nsITransfer.idl Bug 773942 - Create a new init method in nsITransfer that accepts a BrowsingContext and if the download should be handled internally for backwards-compat. r=Gijs 2020-05-16 06:00:08 +00:00
nsIURIContentListener.idl Bug 1625792 - Remove nsIURIContentListener.onStartURIOpen. r=mattwoodrow 2020-03-29 22:10:09 +00:00
nsIURILoader.idl
nsIWebProgress.idl
nsIWebProgressListener.idl Bug 1589476 - Emit a separate notification when a tracker from the Level 2 Disconnect blocklist is observed on a page and use this code to avoid using the URL classifer service in the front-end; r=nhnt11,droeh 2019-11-18 20:56:36 +00:00
nsIWebProgressListener2.idl
nsURILoader.cpp Bug 1508306 - Part 1: Migate the Large-Allocation handler to DocumentLoadListener, r=mattwoodrow,necko-reviewers,geckoview-reviewers,agi,valentin 2020-06-15 23:24:07 +00:00
nsURILoader.h Bug 1628961 - Replace MOZ_MUST_USE with [[nodiscard]] in docshell and uriloader. r=smaug 2020-04-14 06:41:42 +00:00