зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1672285: Set browser.tabs.remote.autostart = true in geckoview-prefs; r=geckoview-reviewers,agi
We used to do this as part of requesting multiprocess in runtime settings, but now that e10s is default, we need to set it here. Differential Revision: https://phabricator.services.mozilla.com/D94207
This commit is contained in:
Родитель
6d07594a61
Коммит
c0d4bbcc72
|
@ -17,6 +17,7 @@
|
|||
|
||||
pref("privacy.trackingprotection.pbmode.enabled", false);
|
||||
|
||||
pref("browser.tabs.remote.autostart", true);
|
||||
pref("dom.ipc.keepProcessesAlive.web", 1);
|
||||
pref("dom.ipc.processCount", 1);
|
||||
pref("dom.ipc.processPrelaunch.enabled", false);
|
||||
|
|
Загрузка…
Ссылка в новой задаче