From 0fc050a8b087fb75b3b493237e3971e082605eeb Mon Sep 17 00:00:00 2001 From: Nika Layzell Date: Fri, 15 Feb 2019 19:49:02 +0000 Subject: [PATCH] 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 --- .../test/tabs/browser_new_web_tab_in_file_process_pref.js | 1 + dom/ipc/WindowGlobalChild.h | 1 + 2 files changed, 2 insertions(+) diff --git a/browser/base/content/test/tabs/browser_new_web_tab_in_file_process_pref.js b/browser/base/content/test/tabs/browser_new_web_tab_in_file_process_pref.js index fa3166099640..31948fe20feb 100644 --- a/browser/base/content/test/tabs/browser_new_web_tab_in_file_process_pref.js +++ b/browser/base/content/test/tabs/browser_new_web_tab_in_file_process_pref.js @@ -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. diff --git a/dom/ipc/WindowGlobalChild.h b/dom/ipc/WindowGlobalChild.h index 2910e75b8fd3..5f1fe5b953ce 100644 --- a/dom/ipc/WindowGlobalChild.h +++ b/dom/ipc/WindowGlobalChild.h @@ -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