From d5831722aaf033cd33bc16a8673d625152f5fc5d Mon Sep 17 00:00:00 2001 From: Mike Conley Date: Wed, 19 Nov 2014 15:32:45 -0500 Subject: [PATCH] Bug 1101193 - Disable e10s on Nightly for several days before Aurora uplift. r=felipe, a=pref-only Landing this directly on mozilla-central in order to ensure this gets into the Nightly of November 24th, 2014. That's to ensure a solid week of non-e10s testing on Nightly. I felt this matched the 4th bullet for good reasons to land directly on mozilla-central as listed here: https://wiki.mozilla.org/Tree_Rules#mozilla-central_.28Nightly_channel.29 --HG-- extra : rebase_source : 29e6342890785361517ad4ca22dc9dd44a436893 extra : amend_source : 5b1d730487f5b5e88a1850a95d59b9b50b8e3559 --- 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 36d2166c482b..5d55c6493b39 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1810,7 +1810,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.