gecko-dev/docshell/base
Steven MacLeod 971103bdd5 Bug 1606061 - move TouchEventsOverride to BrowsingContext. r=farre,devtools-backward-compat-reviewers
This change removes docshell's `mTouchEventsOverride` and replaces it
with a new `BrowsingContext` field `TouchEventsOverrideInternal`.
All uses of the old field have been replaced and an override should
now work under fission when there are cross-origin descendent frames.

Differential Revision: https://phabricator.services.mozilla.com/D96414
2020-11-10 15:57:30 +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 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +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 1606061 - move TouchEventsOverride to BrowsingContext. r=farre,devtools-backward-compat-reviewers 2020-11-10 15:57:30 +00:00
BrowsingContext.h Bug 1606061 - move TouchEventsOverride to BrowsingContext. r=farre,devtools-backward-compat-reviewers 2020-11-10 15:57:30 +00:00
BrowsingContextGroup.cpp Bug 1670841 - part2 : prevent tab with a main controller from being suspended. r=snorp,nika 2020-10-22 21:31:18 +00:00
BrowsingContextGroup.h Bug 1670841 - part2 : prevent tab with a main controller from being suspended. r=snorp,nika 2020-10-22 21:31:18 +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 1673702 - Wrong page loaded when reloading after navigating back across an eTLD+1 boundary. r=smaug 2020-10-30 23:49:14 +00:00
CanonicalBrowsingContext.h Bug 1671962 - Iframes loaded from restored session are loaded out of order when Fission enabled, r=peterv 2020-10-30 22:10:15 +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
SerializedLoadContext.cpp
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 1626016 - Remove createFixupURI and move postData inside URIFixupInfo. r=Gijs,geckoview-reviewers,preferences-reviewers,snorp 2020-10-13 10:20:16 +00:00
WindowContext.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi,necko-reviewers,dragana 2020-10-06 16:12:00 +00:00
WindowContext.h Bug 1653026 - Added HTTPS-Only Mode upgrade info to browser UI state. r=mattwoodrow,necko-reviewers,dragana 2020-10-06 00:34:55 +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 1606061 - move TouchEventsOverride to BrowsingContext. r=farre,devtools-backward-compat-reviewers 2020-11-10 15:57:30 +00:00
nsDocShell.h Bug 1606061 - move TouchEventsOverride to BrowsingContext. r=farre,devtools-backward-compat-reviewers 2020-11-10 15:57:30 +00:00
nsDocShellEditorData.cpp
nsDocShellEditorData.h
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 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 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
nsILoadURIDelegate.idl
nsIPrivacyTransitionObserver.idl
nsIReflowObserver.idl
nsIRefreshURI.idl
nsIScrollObserver.h
nsITooltipListener.idl
nsITooltipTextProvider.idl
nsIURIFixup.idl Backed out 7 changesets (bug 1658084, bug 1671983) for perma failures on browser_async_remove_tab.js and browser_e10s_chrome_process.js. CLOSED TREE 2020-11-04 04:23:47 +02: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 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
nsPingListener.h
nsRefreshTimer.cpp
nsRefreshTimer.h
nsWebNavigationInfo.cpp
nsWebNavigationInfo.h