зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1554217 - Disable HTTPResponseProcessSelection on Beta, r=farre
Differential Revision: https://phabricator.services.mozilla.com/D32489 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
94db3c24c4
Коммит
245c6a0c97
|
@ -510,8 +510,13 @@ pref("browser.tabs.remote.separatePrivilegedContentProcess", true);
|
|||
pref("browser.tabs.remote.separatePrivilegedMozillaWebContentProcess", true);
|
||||
#endif
|
||||
|
||||
// Turn on HTTP response process selection.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("browser.tabs.remote.useHTTPResponseProcessSelection", true);
|
||||
#else
|
||||
// Disabled outside of nightly due to bug 1554217
|
||||
pref("browser.tabs.remote.useHTTPResponseProcessSelection", false);
|
||||
#endif
|
||||
|
||||
|
||||
// Unload tabs when available memory is running low
|
||||
pref("browser.tabs.unloadOnLowMemory", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче