From 6dcb1c4f7d8eacaffc57be6ec104bbcfd51b9766 Mon Sep 17 00:00:00 2001 From: Mike Conley Date: Mon, 5 Jan 2015 13:44:25 -0500 Subject: [PATCH] Bug 1117867 - Disable e10s by default for a week of non-e10s testing on Nightly. r=felipe. --HG-- extra : amend_source : 8b87f93f4b7156d2f07044af8579c78002e14160 --- browser/app/profile/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index bc9545dc4e2..4baa6b14387 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1816,7 +1816,7 @@ pref("privacy.trackingprotection.ui.enabled", false); #endif #ifdef NIGHTLY_BUILD -pref("browser.tabs.remote.autostart.1", true); +pref("browser.tabs.remote.autostart.1", false); #endif // Temporary pref to allow printing in e10s windows on some platforms.