gecko-dev/browser/components/sessionstore
Nika Layzell 6eb2084136 Bug 1544811 - Use web processes on a per-site basis for fission-enabled windows, r=mconley
This patch introduces a new type of content process, which has a dynamic name.
This type of content process is labeled as `webIsolated=${SITE_ORIGIN}` and is
used within fission-enabled windows.

To enable this, additional information about the fission status of the target
window must be passed into E10SUtils. This was done by updating every call site
manually to pass an extra boolean. A better solution perhaps should be used in
the future.

With this patch enabled, we now perform process switches, but only when
navigating to HTTP URIs. If we navigate to a non-HTTP URI in an iframe with
fission enabled, it will not behave correctly. This must be done in a
follow-up.

Differential Revision: https://phabricator.services.mozilla.com/D29570

--HG--
extra : moz-landing-system : lando
2019-05-03 21:31:57 +00:00
..
content Bug 1546501 - Remove unnecessary type attributes (i.e. [type="application/javascript"]) on non-test script tags r=mossop 2019-04-24 19:43:57 +00:00
test Bug 1320404 - Remove appId from origin attributes - part 1 - OriginAttributes and nsIPrincipal, r=Ehsan,flod 2019-05-03 17:13:17 +00:00
ContentRestore.jsm Bug 1534638 - Part 1: remove unused arguments from session history listeners. r=qdot 2019-04-04 16:18:48 +00:00
ContentSessionStore.jsm Bug 1534638 - Part 1: remove unused arguments from session history listeners. r=qdot 2019-04-04 16:18:48 +00:00
GlobalState.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
jar.mn
moz.build Bug 1507286 - Convert content-sessionStore.jsm to C++ r=mikedeboer,nika 2019-01-28 14:53:18 +00:00
RecentlyClosedTabsAndWindowsMenuUtils.jsm Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
RunState.jsm
SessionCookies.jsm Bug 1260399 - Remove deprecated messages in nsICookieManager methods - part 3 - nsICookieManager.cookieExists, r=ehsan 2018-09-24 11:37:57 +02:00
SessionFile.jsm Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
SessionMigration.jsm Bug 1521549 - Move (de)serializePrincipal from sessionstore Utils to E10SUtils. r=Gijs 2019-02-19 02:34:09 +00:00
SessionSaver.jsm Bug 827976 - Use requestIdleCallback from Timer.jsm instead of from the hidden window. r=mconley 2019-03-04 18:53:22 +00:00
SessionStartup.jsm Bug 1514594: Part 3 - Change ChromeUtils.import API. 2019-01-17 10:18:31 -08:00
SessionStore.jsm Bug 1544811 - Use web processes on a per-site basis for fission-enabled windows, r=mconley 2019-05-03 21:31:57 +00:00
SessionWorker.js Bug 1518283 - prohibit blank lines at the beginning and end of blocks (eslint padded-blocks) r=mossop,Standard8 2019-01-30 17:26:25 +00:00
SessionWorker.jsm
StartupPerformance.jsm Bug 1511714 - Unbreak on platform without GeckoProfiler after bug 1509571. r=mconley 2018-12-02 11:56:00 +02:00
TabAttributes.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00
TabState.jsm Bug 1522637 - Part 3: Send history index when resuming redirected loads, r=qdot 2019-02-15 19:49:11 +00:00
TabStateCache.jsm Bug 1480951 - Make SessionStore respect sessionStorage.clear(). r=mikedeboer 2018-09-05 14:52:00 -04:00
TabStateFlusher.jsm Bug 1486739 - Add missing dangling commas in browser/, services/, taskcluster/ and toolkit/. r=mossop 2018-08-31 05:59:17 +00:00