gecko-dev/docshell/base
Gabriel Luong bcf1de6e49 Bug 1647972 - Add a new PlatformOverride field onto BrowsingContext r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D81285
2020-06-26 14:17:08 +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 1647972 - Add a new PlatformOverride field onto BrowsingContext r=smaug 2020-06-26 14:17:08 +00:00
BrowsingContext.h Bug 1647972 - Add a new PlatformOverride field onto BrowsingContext r=smaug 2020-06-26 14:17:08 +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 1648270: Get rid of unused ContentParent 'opener' field. r=nika 2020-06-26 16:26:50 +00:00
CanonicalBrowsingContext.h Bug 1648033 - Call session history listener for reload in the parent process if session history in the parent is on. r=smaug 2020-06-26 14:34:12 +00:00
ChildProcessChannelListener.cpp Bug 1624550 - P3: Update Global History from DocumentLoadListener in Parent process. r=mak,farre,mattwoodrow 2020-05-08 03:28:42 +00:00
ChildProcessChannelListener.h Bug 1624550 - P3: Update Global History from DocumentLoadListener in Parent process. r=mak,farre,mattwoodrow 2020-05-08 03:28:42 +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
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 1643093 - Remove references to 'whitelist' in browser/components/urlbar. r=jaws 2020-06-24 15:59:04 +00:00
WindowContext.cpp Backed out changeset d9608e8bff0c (bug 1633338) on request by dev. a=backout 2020-06-16 12:05:54 +03:00
WindowContext.h Backed out changeset d9608e8bff0c (bug 1633338) on request by dev. a=backout 2020-06-16 12:05:54 +03: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
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 1647972 - Add a new PlatformOverride field onto BrowsingContext r=smaug 2020-06-26 14:17:08 +00:00
nsDocShell.h Bug 1648033 - Call session history listener for reload in the parent process if session history in the parent is on. r=smaug 2020-06-26 14:34:12 +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 1647307 - Simplify SessionHistoryInfo ID handling, r=peterv 2020-06-25 16:20:32 +00:00
nsDocShellLoadState.h Bug 1647307 - Simplify SessionHistoryInfo ID handling, r=peterv 2020-06-25 16:20:32 +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 1640623 - Use enum classes for LookAndFeel int and float IDs. r=jmathies,geckoview-reviewers,esawin 2020-06-11 11:27:43 +00:00
nsDocShellTreeOwner.h
nsIContentViewer.idl Bug 1643656 - Remove prefers-color-scheme: no-preference. r=gl,remote-protocol-reviewers,hiro,whimboo 2020-06-14 23:26:04 +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
nsPingListener.cpp
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