Bug 1117934 - Re-enable e10s by default on Nightly 38. r=felipe.

--HG--
extra : amend_source : 0c1f171cd1b41c255492283f14d6494f2d9a64b9
This commit is contained in:
Mike Conley 2015-01-13 10:49:33 -05:00
parent 9382e5ec49
commit 2c9e54e94f
2 changed files with 2 additions and 2 deletions

View File

@ -1783,7 +1783,7 @@ pref("privacy.trackingprotection.ui.enabled", false);
#endif
#ifdef NIGHTLY_BUILD
pref("browser.tabs.remote.autostart.1", false);
pref("browser.tabs.remote.autostart.1", true);
#endif
// Temporary pref to allow printing in e10s windows on some platforms.

View File

@ -2502,7 +2502,7 @@ let DefaultBrowserCheck = {
let E10SUINotification = {
// Increase this number each time we want to roll out an
// e10s testing period to Nightly users.
CURRENT_NOTICE_COUNT: 3,
CURRENT_NOTICE_COUNT: 4,
CURRENT_PROMPT_PREF: "browser.displayedE10SPrompt.1",
PREVIOUS_PROMPT_PREF: "browser.displayedE10SPrompt",