Bug 1682936 - [remote] Re-enable browser.tabs.remote.separatePrivilegedContentProcess for remote protocols r=webdriver-reviewers,whimboo

This preference should no longer be necessary now that Bug 1513045 is fixed

Differential Revision: https://phabricator.services.mozilla.com/D121530
This commit is contained in:
Julian Descottes 2021-08-04 09:27:17 +00:00
parent 3364a9d1f7
commit 1c16859c67

View File

@ -118,9 +118,6 @@ const COMMON_PREFERENCES = new Map([
// unloaded
["browser.tabs.disableBackgroundZombification", false],
// Bug 1557457: Disable because modal dialogs might not appear in Firefox
["browser.tabs.remote.separatePrivilegedContentProcess", false],
// Don't unload tabs when available memory is running low
["browser.tabs.unloadOnLowMemory", false],