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:
Nika Layzell 2019-05-28 14:38:14 +00:00
Родитель 94db3c24c4
Коммит 245c6a0c97
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -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);