gecko-dev/docshell/base
2020-07-10 23:58:30 +00:00
..
crashtests Bug 1585496 - Add a crashtest for bug 1584467, r=nika 2020-05-08 18:39:28 +00:00
timeline Bug 1634370. Make docshell/ buildable outside of unified-build environment. r=farre 2020-05-04 14:53:34 +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 Bug 1626586 - Make history notifications do a bit less work. r=mak,lina,agi,snorp 2020-04-15 21:19:41 +00:00
BrowsingContext.cpp Bug 1648583: Add GetCurrentTopByBrowserId() to get the BrowsingContext for a tab r=nika 2020-07-09 20:34:06 +00:00
BrowsingContext.h Bug 1648583: Add GetCurrentTopByBrowserId() to get the BrowsingContext for a tab r=nika 2020-07-09 20:34:06 +00:00
BrowsingContextGroup.cpp Bug 1634370. Make docshell/ buildable outside of unified-build environment. r=farre 2020-05-04 14:53:34 +00:00
BrowsingContextGroup.h Bug 1633204 - Live WindowContexts should keep BrowsingContextGroup alive, r=farre 2020-04-29 18:49:10 +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 1650163 - Part 2: Add a NOT_REMOTE_TYPE define to clarify calling code, r=farre 2020-07-08 20:16:04 +00:00
CanonicalBrowsingContext.h Bug 1650163 - Part 2: Add a NOT_REMOTE_TYPE define to clarify calling code, r=farre 2020-07-08 20:16:04 +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 Bug 1626586 - Make history notifications do a bit less work. r=mak,lina,agi,snorp 2020-04-15 21:19:41 +00:00
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
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 1637869 - P3. Force about:credits to load in the content process. r=nika 2020-05-28 00:07:46 +00:00
nsAboutRedirector.h
nsCTooltipTextProvider.h
nsDocShell.cpp Bug 1649879 - Handle URIFixup that happens on a failed channel in DocumentLoadListener if available, rather than waiting for it to reach nsDocShell. r=kmag 2020-07-08 23:38:22 +00:00
nsDocShell.h Bug 1646892 - Allow DocumentChannel process switches into the parent process. r=jya,nika 2020-06-27 04:10:23 +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 1649879 - Implement WebNavigationFlagsToFixupFlags in C++ so that we avoid needing to call into the URIFixup JS module. r=kmag 2020-07-08 23:37:42 +00:00
nsDocShellLoadState.h Bug 1646892 - Allow DocumentChannel process switches into the parent process. r=jya,nika 2020-06-27 04:10:23 +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 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsDocShellTreeOwner.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
nsIContentViewer.idl Bug 1647301 - Remove forceCharset from nsIContentViewer. r=m_kato 2020-07-02 06:23:24 +00:00
nsIContentViewerEdit.idl
nsIDocShell.idl Bug 1647972 - Add a new PlatformOverride field onto BrowsingContext r=smaug 2020-06-26 14:17:08 +00:00
nsIDocShellTreeItem.idl
nsIDocShellTreeOwner.idl
nsIDocumentLoaderFactory.idl
nsILoadContext.idl Bug 1602318 - Expose LoadContext on BrowsingContext webidl. r=nika,kmag,necko-reviewers 2020-04-26 00:53:01 +00:00
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 1649772 - Simplify nsIWebPageDescriptor, r=peterv 2020-07-02 14:58:15 +00:00
nsPingListener.cpp Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +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
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 1634370. Make docshell/ buildable outside of unified-build environment. r=farre 2020-05-04 14:53:34 +00:00
SyncedContextInlines.h Bug 1631533 - Allow to get old value in synced field's DidSet. r=nika 2020-04-20 20:25:22 +00:00
URIFixup.jsm Bug 1649554: Part 1 - Move deprecated component registration helpers out of XPCOMUtils. r=mccr8,remote-protocol-reviewers,marionette-reviewers,perftest-reviewers,webcompat-reviewers,whimboo,twisniewski 2020-07-10 23:58:30 +00:00
WindowContext.cpp Backed out changeset 6d882a42cfbe (bug 1646519) for causing failure on WindowContext.cpp. CLOSED TREE 2020-07-01 01:11:52 +03:00
WindowContext.h Backed out changeset 6d882a42cfbe (bug 1646519) for causing failure on WindowContext.cpp. CLOSED TREE 2020-07-01 01:11:52 +03:00