Backed out changeset 9888c5676034 (bug 1727158) for causing failures on image-loading-lazy-negative-margin.html

This commit is contained in:
criss 2021-09-14 17:02:43 +03:00
Родитель ebe64856b4
Коммит 71bcf7f68f
1 изменённых файлов: 0 добавлений и 4 удалений

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

@ -2480,11 +2480,7 @@ pref("dom.ipc.processCount.privilegedabout", 1);
pref("dom.ipc.processCount.privilegedmozilla", 1);
// Maximum number of isolated content processes per-origin.
#ifdef ANDROID
pref("dom.ipc.processCount.webIsolated", 1);
#else
pref("dom.ipc.processCount.webIsolated", 4);
#endif
// Keep a single privileged about process alive for performance reasons.
// e.g. we do not want to throw content processes out every time we navigate