зеркало из https://github.com/mozilla/gecko-dev.git
Bug 896250 - Set layers to 1 for android, since 20 causes reftest to fail. r=joe
This commit is contained in:
Родитель
0c56314e69
Коммит
7b957af952
|
@ -551,7 +551,7 @@ pref("layers.low-precision-resolution", 250);
|
|||
// 2) Pages that have too many layers consume too much memory and crash.
|
||||
// By limiting the number of layers on mobile we're making the main thread
|
||||
// work harder keep scrolling smooth and memory low.
|
||||
pref("layers.max-active", 20);
|
||||
pref("layers.max-active", 1);
|
||||
|
||||
pref("notification.feature.enabled", true);
|
||||
pref("dom.webnotifications.enabled", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче