gecko-dev/docshell/base
Andreas Farre f9f96d23ca Bug 1662410 - Part 1: Fix usage of ChildSHistory.legacySHistory . r=peterv
ChildSHistory.legacySHistory isn't valid for content processes when
session history in the parent is enabled. We try to fix this by either
delegating to the parent by IPC or move the implementation partially
or as a whole to the parent.

Differential Revision: https://phabricator.services.mozilla.com/D89353
2020-09-16 14:51:01 +00:00
..
crashtests Bug 1585496 - Add a crashtest for bug 1584467, r=nika 2020-05-08 18:39:28 +00:00
timeline Bug 1654992 - Use std::move instead of SwapElements where possible. r=froydnj 2020-08-04 11:27:07 +00:00
BaseHistory.cpp Bug 1645339 - Use range-based for with nsTObserverArray in docshell. r=nika 2020-06-16 10:14:24 +00:00
BaseHistory.h
BrowsingContext.cpp Bug 1663486 - Synchronize ChildSHistory state when sending a browsing context to a new process. r=smaug 2020-09-08 15:24:13 +00:00
BrowsingContext.h Bug 1662410 - Part 1: Fix usage of ChildSHistory.legacySHistory . r=peterv 2020-09-16 14:51:01 +00:00
BrowsingContextGroup.cpp Backed out 7 changesets (bug 1661364, bug 1660342) for making bug 1551615 perma fail CLOSED TREE 2020-09-11 14:13:46 +03:00
BrowsingContextGroup.h Bug 1652085 - Delay BrowsingContextGroup destruction until acked, r=farre 2020-07-30 20:27:41 +00:00
BrowsingContextWebProgress.cpp Bug 1646582 - Remove DOM(Inner)WindowID from nsIWebProgress. r=nika 2020-06-24 19:58:15 +00:00
BrowsingContextWebProgress.h Bug 1644943 - Create single webprogress for CanonicalBrowsingContext, regardless of process the browser element contents are in. r=nika,kmag,Gijs 2020-06-17 02:59:29 +00:00
CanonicalBrowsingContext.cpp Bug 1662410 - Part 1: Fix usage of ChildSHistory.legacySHistory . r=peterv 2020-09-16 14:51:01 +00:00
CanonicalBrowsingContext.h Bug 1662407 - Call nsSHistory::GotoIndex directly when loading from session history in the parent process. r=smaug 2020-09-08 19:32:27 +00:00
ChildProcessChannelListener.cpp Bug 1646892 - Allow DocumentChannel process switches into the parent process. r=jya,nika 2020-06-27 04:10:23 +00:00
ChildProcessChannelListener.h Bug 1646892 - Allow DocumentChannel process switches into the parent process. r=jya,nika 2020-06-27 04:10:23 +00:00
IHistory.h
LoadContext.cpp Bug 1633820 - Part 3: Get rid of PBrowserOrId, r=mattwoodrow,necko-reviewers,dragana 2020-05-07 22:49:06 +00:00
LoadContext.h Bug 1633820 - Part 3: Get rid of PBrowserOrId, r=mattwoodrow,necko-reviewers,dragana 2020-05-07 22:49:06 +00:00
SerializedLoadContext.cpp Bug 1634370. Make `docshell/` buildable outside of `unified-build` environment. r=farre 2020-05-04 14:53:34 +00:00
SerializedLoadContext.h
SyncedContext.h Bug 1659520 - Use explicit type arguments for `SyncedContext` field setters, r=farre 2020-08-26 07:53:26 +00:00
SyncedContextInlines.h Bug 1613431 - Part 1: Have synced setters return nsresult. r=nika 2020-07-31 13:36:45 +00:00
URIFixup.jsm Bug 1641467 - Remove temporary browser.fixup.defaultToSearch feature pref and its code. r=Gijs 2020-07-15 09:53:04 +00:00
WindowContext.cpp Bug 1650257: Part 3 - Remove obsolete diagnostic crash annotations and assertions. r=nika 2020-08-31 18:51:54 +00:00
WindowContext.h Bug 1646601 document as const some WindowContext members r=farre 2020-09-15 22:13:22 +00:00
moz.build Bug 1644943 - Create single webprogress for CanonicalBrowsingContext, regardless of process the browser element contents are in. r=nika,kmag,Gijs 2020-06-17 02:59:29 +00:00
nsAboutRedirector.cpp Bug 1635253 - Add new about:glean to control Glean SDK debugging, logging r=janerik,flod 2020-07-30 16:35:17 +00:00
nsAboutRedirector.h
nsCTooltipTextProvider.h
nsDSURIContentListener.cpp Bug 1634370. Make `docshell/` buildable outside of `unified-build` environment. r=farre 2020-05-04 14:53:34 +00:00
nsDSURIContentListener.h
nsDocShell.cpp Bug 1662410 - Part 1: Fix usage of ChildSHistory.legacySHistory . r=peterv 2020-09-16 14:51:01 +00:00
nsDocShell.h Bug 1662410 - Part 1: Fix usage of ChildSHistory.legacySHistory . r=peterv 2020-09-16 14:51:01 +00:00
nsDocShellEditorData.cpp Bug 1634370. Make `docshell/` buildable outside of `unified-build` environment. r=farre 2020-05-04 14:53:34 +00:00
nsDocShellEditorData.h
nsDocShellEnumerator.cpp Bug 1634370. Make `docshell/` buildable outside of `unified-build` environment. r=farre 2020-05-04 14:53:34 +00:00
nsDocShellEnumerator.h
nsDocShellLoadState.cpp Bug 1375244 - Remove sync KeywordToURI and related IPC messages as they are no longer required. r=Gijs,mak,mccr8 2020-09-11 07:15:21 +00:00
nsDocShellLoadState.h Bug 1663488 - Fix CanonicalBrowsingContext::NotifyOnHistoryReload. r=smaug 2020-09-08 14:04:33 +00:00
nsDocShellLoadTypes.h
nsDocShellTelemetryUtils.cpp Bug 1636962 - Add telemetry for all page load errors r=johannh,xeonchen,nika 2020-05-27 22:33:02 +00:00
nsDocShellTelemetryUtils.h Bug 1636962 - Add telemetry for all page load errors r=johannh,xeonchen,nika 2020-05-27 22:33:02 +00:00
nsDocShellTreeOwner.cpp Bug 1659758 - Null-check event target in nsDocShellTreeOwner::AddChromeListeners. r=smaug 2020-08-24 23:51:26 +00:00
nsDocShellTreeOwner.h
nsIContentViewer.idl Bug 1636728 - Make calling window.print() before load keep deferring the actual printing and closing the window until load. r=smaug 2020-08-25 17:45:24 +00:00
nsIContentViewerEdit.idl
nsIDocShell.idl Bug 1662410 - Part 1: Fix usage of ChildSHistory.legacySHistory . r=peterv 2020-09-16 14:51:01 +00:00
nsIDocShellTreeItem.idl
nsIDocShellTreeOwner.idl
nsIDocumentLoaderFactory.idl
nsILoadContext.idl
nsILoadURIDelegate.idl
nsIPrivacyTransitionObserver.idl
nsIReflowObserver.idl
nsIRefreshURI.idl
nsIScrollObserver.h
nsITooltipListener.idl
nsITooltipTextProvider.idl
nsIURIFixup.idl Bug 1643093 - Remove references to 'whitelist' in browser/components/urlbar. r=jaws 2020-06-24 15:59:04 +00:00
nsIWebNavigation.idl 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
nsIWebNavigationInfo.idl
nsIWebPageDescriptor.idl Bug 1655572 - Make view-source not require session history, r=peterv 2020-09-14 19:00:05 +00:00
nsPingListener.cpp Bug 1366973: Rename security flags to not contain DATA anymore r=geckoview-reviewers,ckerschb,snorp 2020-07-15 11:20:45 +00:00
nsPingListener.h
nsRefreshTimer.cpp
nsRefreshTimer.h
nsWebNavigationInfo.cpp Bug 1634370. Make `docshell/` buildable outside of `unified-build` environment. r=farre 2020-05-04 14:53:34 +00:00
nsWebNavigationInfo.h