Bug 1472212 - Set browser.tabs.remote.separatePrivilegedContentProcess to true by default for Firefox Nightly builds. draft
authorimjching <jlim@mozilla.com>
Tue, 10 Jul 2018 13:46:59 -0400
changeset 827399 a6ffcdc3db79c888ad296a2ca80445e31bb094a8
parent 827268 936c5d6bd40b08188993cbd08e8622820398687a
child 827400 073e8cb415018a7bae0b96f4f4947839f5f72059
child 827728 e813860ce6817134d6485ddc3974609b1c4882ba
push id118529
push userbmo:jay@imjching.com
push dateWed, 08 Aug 2018 02:16:14 +0000
bugs1472212
milestone63.0a1
Bug 1472212 - Set browser.tabs.remote.separatePrivilegedContentProcess to true by default for Firefox Nightly builds. MozReview-Commit-ID: 3SsabxpxlpA
browser/app/profile/firefox.js
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -466,16 +466,21 @@ pref("browser.tabs.extraDragSpace", fals
 // true   return to the tab that opened this tab (its owner)
 // false  return to the adjacent tab (old default)
 pref("browser.tabs.selectOwnerOnClose", true);
 
 pref("browser.tabs.showAudioPlayingIcon", true);
 // This should match Chromium's audio indicator delay.
 pref("browser.tabs.delayHidingAudioPlayingIconMS", 3000);
 
+// Pref to control whether we use separate privileged content processes.
+#ifdef NIGHTLY_BUILD
+pref("browser.tabs.remote.separatePrivilegedContentProcess", true);
+#endif
+
 pref("browser.ctrlTab.recentlyUsedOrder", true);
 
 // By default, do not export HTML at shutdown.
 // If true, at shutdown the bookmarks in your menu and toolbar will
 // be exported as HTML to the bookmarks.html file.
 pref("browser.bookmarks.autoExportHTML",          false);
 
 // The maximum number of daily bookmark backups to