Bug 1457929 Enable ontainer-based segregation of newtab thumbnails on all channels r?tanvi draft
authorTom Ritter <tom@mozilla.com>
Fri, 18 May 2018 09:18:26 -0500
changeset 796896 cf6b9955f3d25605a7181f2f317ec8d55ecba34b
parent 796870 11ee70f24ea52c4dc4f113593c288f4a6dc92c55
child 797532 91e1e647d93c115e5208c9024e576be262e41596
push id110381
push userbmo:tom@mozilla.com
push dateFri, 18 May 2018 14:18:37 +0000
reviewerstanvi
bugs1457929
milestone62.0a1
Bug 1457929 Enable ontainer-based segregation of newtab thumbnails on all channels r?tanvi MozReview-Commit-ID: IpNBIWu2fXh
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1493,28 +1493,28 @@ pref("browser.ping-centre.production.end
 
 // Enable GMP support in the addon manager.
 pref("media.gmp-provider.enabled", true);
 
 pref("privacy.trackingprotection.ui.enabled", true);
 pref("privacy.trackingprotection.introCount", 0);
 pref("privacy.trackingprotection.introURL", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tracking-protection/start/");
 
+// Always enable newtab segregation using containers
+pref("privacy.usercontext.about_newtab_segregation.enabled", true);
 // Enable Contextual Identity Containers
 #ifdef NIGHTLY_BUILD
 pref("privacy.userContext.enabled", true);
 pref("privacy.userContext.ui.enabled", true);
-pref("privacy.usercontext.about_newtab_segregation.enabled", true);
 
 // 0 disables long press, 1 when clicked, the menu is shown, 2 the menu is shown after X milliseconds.
 pref("privacy.userContext.longPressBehavior", 2);
 #else
 pref("privacy.userContext.enabled", false);
 pref("privacy.userContext.ui.enabled", false);
-pref("privacy.usercontext.about_newtab_segregation.enabled", false);
 
 // 0 disables long press, 1 when clicked, the menu is shown, 2 the menu is shown after X milliseconds.
 pref("privacy.userContext.longPressBehavior", 0);
 #endif
 pref("privacy.userContext.extension", "");
 
 // Start the browser in e10s mode
 pref("browser.tabs.remote.autostart", true);