зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1124072 - Disable decode-on-draw on B2G due to frequent reftest failures.
This commit is contained in:
Родитель
3b62ac5b76
Коммит
b0ba31bcc7
|
@ -322,7 +322,7 @@ pref("media.fragmented-mp4.gonk.enabled", true);
|
|||
pref("media.video-queue.default-size", 3);
|
||||
|
||||
// optimize images' memory usage
|
||||
pref("image.mem.decodeondraw", true);
|
||||
pref("image.mem.decodeondraw", false);
|
||||
pref("image.mem.allow_locking_in_content_processes", false); /* don't allow image locking */
|
||||
// Limit the surface cache to 1/8 of main memory or 128MB, whichever is smaller.
|
||||
// Almost everything that was factored into 'max_decoded_image_kb' is now stored
|
||||
|
|
Загрузка…
Ссылка в новой задаче