Bug 1522637 - Part 1: Disable in tests for allowLinkedWebInFileUriProcess, r=bobowen

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Nika Layzell 2019-02-15 19:49:02 +00:00
parent 52dc4687b4
commit 0fc050a8b0
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ add_task(async function() {
await SpecialPowers.pushPrefEnv(
{set: [["browser.tabs.remote.separateFileUriProcess", true],
["browser.tabs.remote.allowLinkedWebInFileUriProcess", true],
["browser.tabs.remote.useHTTPResponseProcessSelection", false],
["dom.ipc.processCount.file", 2]]});
// Open file:// page.

View File

@ -20,6 +20,7 @@ namespace dom {
class BrowsingContext;
class WindowGlobalParent;
class JSWindowActorChild;
class TabChild;
/**
* Actor for a single nsGlobalWindowInner. This actor is used to communicate