gecko-dev/docshell/base
Andrew McCreight 9cc98c8bf5 Bug 1539948, part 2 - Make nsIWebNavigation and nsIWindowlessBrowser builtinclass. r=nika,Gijs
These two interfaces contain nostdcall methods, so they should be marked
builtinclass.

There is a JS implementation of nsIWebNavigation in RemoteWebNavigation,
but it appears to never be passed into C++, so it doesn't need to be
made into a "real" implementation of nsIWebNavigation that can be passed
through XPConnect.

Differential Revision: https://phabricator.services.mozilla.com/D98862
2020-12-09 02:40:14 +00:00
..
crashtests Bug 1552168: Remove pref security.data_uri.unique_opaque_origin. r=smaug 2020-10-08 16:55:25 +00:00
timeline Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +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 1677774 - don't clear descendant's overrides when setting TouchEventsOverride. r=farre 2020-11-27 14:53:27 +00:00
BrowsingContext.h Bug 1679417 - Remove the UserActivationState field on BrowsingContext, r=edgar 2020-11-26 18:51:29 +00:00
BrowsingContextGroup.cpp Backed out changeset 432c83951167 (bug 1662265) for perma failures on test_sync_xhr_event_handling_switch_bcg.html. CLOSED TREE 2020-12-03 23:03:05 +02:00
BrowsingContextGroup.h Backed out changeset 432c83951167 (bug 1662265) for perma failures on test_sync_xhr_event_handling_switch_bcg.html. CLOSED TREE 2020-12-03 23:03:05 +02:00
BrowsingContextWebProgress.cpp Bug 1661833 - Fix duplicate OnStateChange events during process switches, r=nika 2020-11-19 23:21:04 +00:00
BrowsingContextWebProgress.h Bug 1661833 - Fix duplicate OnStateChange events during process switches, r=nika 2020-11-19 23:21:04 +00:00
CanonicalBrowsingContext.cpp Bug 1656768 - Propagate SessionStorage data in BackgroundSessionStorageManager to the new top browsing context while replacing the top context id; r=nika,dom-workers-and-storage-reviewers,asuth 2020-12-03 14:19:35 +00:00
CanonicalBrowsingContext.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +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
LoadContext.h Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
SerializedLoadContext.cpp
SerializedLoadContext.h
SyncedContext.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +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 1638215: Use https for canonization the URL. r=mak 2020-12-07 01:54:05 +00:00
WindowContext.cpp Bug 1680721 - Grant a single iframe without user interaction to top windows. r=smaug,johannh 2020-12-08 10:15:18 +00:00
WindowContext.h Bug 1680721 - Grant a single iframe without user interaction to top windows. r=smaug,johannh 2020-12-08 10:15:18 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
nsAboutRedirector.cpp Bug 1559181 - Switch about blocking to use new REJECT_POLICY and cleanup tests r=Gijs 2020-10-22 19:36:52 +00:00
nsAboutRedirector.h
nsCTooltipTextProvider.h
nsDSURIContentListener.cpp Bug 1656753 - Track CrossGroupOpener on CanonicalBrowsingContext, r=farre 2020-09-22 16:28:37 +00:00
nsDSURIContentListener.h Bug 1656753 - Track CrossGroupOpener on CanonicalBrowsingContext, r=farre 2020-09-22 16:28:37 +00:00
nsDocShell.cpp Bug 1680721 - Grant a single iframe without user interaction to top windows. r=smaug,johannh 2020-12-08 10:15:18 +00:00
nsDocShell.h Bug 1676364 - Remove unused includes from nsDocShell.h. r=smaug 2020-11-23 16:09:17 +00:00
nsDocShellEditorData.cpp
nsDocShellEditorData.h Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
nsDocShellEnumerator.cpp
nsDocShellEnumerator.h
nsDocShellLoadState.cpp Bug 1673702 - Wrong page loaded when reloading after navigating back across an eTLD+1 boundary. r=smaug 2020-10-30 23:49:14 +00:00
nsDocShellLoadState.h Bug 1663488 - Fix CanonicalBrowsingContext::NotifyOnHistoryReload. r=smaug 2020-09-08 14:04:33 +00:00
nsDocShellLoadTypes.h
nsDocShellTelemetryUtils.cpp
nsDocShellTelemetryUtils.h
nsDocShellTreeOwner.cpp Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
nsDocShellTreeOwner.h
nsIContentViewer.idl Backed out changeset 428c9c1eabb8 (bug 1655866) for multiple failures. CLOSED TREE 2020-10-09 22:28:00 +03:00
nsIContentViewerEdit.idl
nsIDocShell.idl Bug 1606061 - move TouchEventsOverride to BrowsingContext. r=farre,devtools-backward-compat-reviewers 2020-11-10 15:57:30 +00:00
nsIDocShellTreeItem.idl Bug 1662841: Remove Fission-incompatible `nsDocumentViewer::AppendSubtree`. r=nika 2020-09-17 22:43:47 +00:00
nsIDocShellTreeOwner.idl
nsIDocumentLoaderFactory.idl
nsILoadContext.idl Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
nsILoadURIDelegate.idl
nsIPrivacyTransitionObserver.idl
nsIReflowObserver.idl
nsIRefreshURI.idl
nsIScrollObserver.h
nsITooltipListener.idl
nsITooltipTextProvider.idl
nsIURIFixup.idl Bug 1671983 - Part 2: Remove SessionStore.navigateAndRestore, r=annyG,kashav 2020-11-12 18:00:55 +00:00
nsIWebNavigation.idl Bug 1539948, part 2 - Make nsIWebNavigation and nsIWindowlessBrowser builtinclass. r=nika,Gijs 2020-12-09 02:40: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 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
nsPingListener.h
nsRefreshTimer.cpp
nsRefreshTimer.h
nsWebNavigationInfo.cpp
nsWebNavigationInfo.h