Bug 1117867 - Disable e10s by default for a week of non-e10s testing on Nightly. r=felipe.

--HG--
extra : amend_source : 8b87f93f4b7156d2f07044af8579c78002e14160
This commit is contained in:
Mike Conley 2015-01-05 13:44:25 -05:00
parent 1c946a2f78
commit 6dcb1c4f7d

View File

@ -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.