fune/toolkit/components/browser
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
..
build
moz.build
nsEmbedCID.h
nsIEmbeddingSiteWindow.idl
nsIPrintingPromptService.idl
nsIPrintPreviewNavigation.idl
nsIWebBrowser.idl
nsIWebBrowserChrome.idl
nsIWebBrowserChrome3.idl 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
nsIWebBrowserChromeFocus.idl
nsIWebBrowserPrint.idl Bug 1618909. Remove nsIWebBrowserPrint.documentName. r=nordzilla 2020-03-02 20:10:10 +00:00
nsWebBrowser.cpp Bug 1515073 - Part 2 - Allow nsIWebNavigation::{goBack,goForward} to skip entries without user interaction. r=Gijs,peterv 2020-06-09 14:50:14 +00:00
nsWebBrowser.h Bug 1624550 - P4: Cleanup APIs for setting BrowsingContext::UseGlobalHistory. r=farre 2020-05-08 03:28:44 +00:00
nsWebBrowserContentPolicy.cpp Bug 1631305 - Remove unnecessary and incorrect content policy check. r=ckerschb 2020-04-22 09:26:54 +00:00
nsWebBrowserContentPolicy.h