Bug 1381953 - Enable the new preferences organization for Firefox 56. r?mconley
Support for browser.preferences.useOldOrganization will be removed later towards the end of the 56 beta cycle when we are sure that there are no late-breaking issues that will cause us to hold back on shipping the new preferences.
MozReview-Commit-ID: 6EWbWJNnbIQ
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -725,21 +725,17 @@ pref("browser.preferences.instantApply",
#else
pref("browser.preferences.instantApply", true);
#endif
// Toggling Search bar on and off in about:preferences
pref("browser.preferences.search", true);
// Use the new in-content about:preferences in Nightly only for now
-#if defined(NIGHTLY_BUILD)
pref("browser.preferences.useOldOrganization", false);
-#else
-pref("browser.preferences.useOldOrganization", true);
-#endif
// Once the Storage Management is completed.
// (The Storage Management-related prefs are browser.storageManager.* )
// The Offline(Appcache) Group section in about:preferences will be hidden.
// And the task to clear appcache will be done by Storage Management.
#if defined(NIGHTLY_BUILD)
pref("browser.preferences.offlineGroup.enabled", false);
#else