gecko-dev/docshell/base
Emilio Cobos Álvarez 164acdc0b9 Bug 1634218 - Remove the zoom actors. r=nika
After the recent simplifications to the zoom code, they only take care
of forwarding the enlarge / decrease zoom messages.

We can do that via PBrowser instead, and get rid of the actors. We can
also remove ZoomChangeUsingMouseWheel. Zooming with the mouse wheel will
end up in a *ZoomChange event anyways, and the only consumer already
listened for them.

Differential Revision: https://phabricator.services.mozilla.com/D73175
2020-04-30 16:35:35 +00:00
..
crashtests Bug 1617315. Add crashtest. 2020-03-07 19:59:39 +00:00
timeline Bug 1628715 - Part 10: Activate nodiscard attributes on AppendElement(s). r=xpcom-reviewers,nika,peterv 2020-04-24 14:34:15 +00:00
BaseHistory.cpp Bug 1626586 - Make history notifications do a bit less work. r=mak,lina,agi,snorp 2020-04-15 21:19:41 +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 1634289: Add CanSet method for browsing context field IsSecure. r=mattwoodrow 2020-04-30 09:56:25 +00:00
BrowsingContext.h Bug 1634289: Add CanSet method for browsing context field IsSecure. r=mattwoodrow 2020-04-30 09:56:25 +00:00
BrowsingContextGroup.cpp Bug 1633204 - Live WindowContexts should keep BrowsingContextGroup alive, r=farre 2020-04-29 18:49:10 +00:00
BrowsingContextGroup.h Bug 1633204 - Live WindowContexts should keep BrowsingContextGroup alive, r=farre 2020-04-29 18:49:10 +00:00
CanonicalBrowsingContext.cpp Bug 1634218 - Remove the zoom actors. r=nika 2020-04-30 16:35:35 +00:00
CanonicalBrowsingContext.h Bug 1634218 - Remove the zoom actors. r=nika 2020-04-30 16:35:35 +00:00
ChildProcessChannelListener.cpp Bug 1597159 - Defer creating DocumentLoadListener's stream filter until after we process switch. r=kmag 2020-04-09 07:03:49 +00:00
ChildProcessChannelListener.h Bug 1597159 - Defer creating DocumentLoadListener's stream filter until after we process switch. r=kmag 2020-04-09 07:03:49 +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 1602318 - Expose LoadContext on BrowsingContext webidl. r=nika,kmag,necko-reviewers 2020-04-26 00:53:01 +00:00
LoadContext.h Bug 1602318 - Expose LoadContext on BrowsingContext webidl. r=nika,kmag,necko-reviewers 2020-04-26 00:53:01 +00:00
moz.build Bug 1496578 - convert nsDefaultURIFixup to URIFixup.jsm. r=Gijs,farre 2020-04-08 11:30:14 +00:00
nsAboutRedirector.cpp Bug 1515945 - Run about:serviceworkers in the parent process. r=perry 2020-03-12 15:53:59 +00:00
nsAboutRedirector.h
nsCTooltipTextProvider.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsDocShell.cpp Bug 1630234 - Manually persist layout history state when process flipping. r=peterv 2020-04-29 13:38:47 +00:00
nsDocShell.h Bug 1630234 - Manually persist layout history state when process flipping. r=peterv 2020-04-29 13:38:47 +00:00
nsDocShellEditorData.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
nsDocShellEditorData.h
nsDocShellEnumerator.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
nsDocShellEnumerator.h
nsDocShellLoadState.cpp Bug 1623565 - P4: Make browser.cache.check_doc_frequency a StaticPref. r=nika 2020-04-27 05:38:22 +00:00
nsDocShellLoadState.h Bug 1623565 - P2: Refactor document channel load flags computation. r=nika,mattwoodrow 2020-04-27 05:38:07 +00:00
nsDocShellLoadTypes.h
nsDocShellTreeOwner.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsDocShellTreeOwner.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsDSURIContentListener.cpp Bug 1607984 - P3. Fix leak in nsDSURIContentListener. r=smaug 2020-04-24 01:43:54 +00:00
nsDSURIContentListener.h Bug 1531289 - target=_blank with a download should close the download tab, r=nika,Gijs 2020-03-19 13:03:14 +00:00
nsIContentViewer.idl Bug 1612068 - Move zoom from the content viewer to the browsing context. r=nika 2020-04-22 19:32:52 +00:00
nsIContentViewerEdit.idl
nsIDocShell.idl Bug 1630234 - Manually persist layout history state when process flipping. r=peterv 2020-04-29 13:38:47 +00:00
nsIDocShellTreeItem.idl Bug 1594288 - Remove nsIDocShellTreeItem.findChildWithName. r=annyG 2019-12-12 13:29:39 +00:00
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 Bug 1602483 part 1. Add a window id argument to SetupRefreshURIFromHeader. r=ckerschb 2019-12-12 16:41:21 +00:00
nsIScrollObserver.h
nsITooltipListener.idl
nsITooltipTextProvider.idl
nsIURIFixup.idl Bug 1080682 - Use the Public Suffix List to distinguish foo.bar searches in URIFixup (and consequently the Address Bar). r=Gijs,dao 2020-04-20 12:39:08 +00:00
nsIWebNavigation.idl Bug 1616353 - Part 6.2: Remove setOriginAttributesBeforeLoading API, r=smaug 2020-04-07 21:39:14 +00:00
nsIWebNavigationInfo.idl
nsIWebPageDescriptor.idl
nsPingListener.cpp Bug 1583863 - Part 3: WindowContext using SyncedContext, r=peterv 2020-01-20 14:58:52 +00:00
nsPingListener.h
nsRefreshTimer.cpp
nsRefreshTimer.h
nsWebNavigationInfo.cpp Bug 1623562 - Refactor allowPlugins to use BrowsingContext. r=nika 2020-03-20 04:53:43 +00:00
nsWebNavigationInfo.h Bug 1574372 - Allow using nsWebNavigationInfo statically. r=bzbarsky 2019-12-17 03:01:37 +00:00
SerializedLoadContext.cpp
SerializedLoadContext.h
SyncedContext.h Bug 1626504 - Fix outdated BrowsingContext/SyncedContext comments. r=farre 2020-04-07 06:57:11 +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 1080682 - Use the Public Suffix List to distinguish foo.bar searches in URIFixup (and consequently the Address Bar). r=Gijs,dao 2020-04-20 12:39:08 +00:00
WindowContext.cpp Bug 1633204 - Live WindowContexts should keep BrowsingContextGroup alive, r=farre 2020-04-29 18:49:10 +00:00
WindowContext.h Bug 1612376 - P5. Remove HasStoragePermission from WindowContext r=timhuang,baku 2020-04-29 14:48:39 +00:00