mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1035422 - Control the layout.imagevisibility.enabled pref in a single place. r=tn
This commit is contained in:
parent
bca1a2fd97
commit
b0d099f5c4
@ -851,7 +851,6 @@ pref("memory.system_memory_reporter", true);
|
||||
// Don't dump memory reports on OOM, by default.
|
||||
pref("memory.dump_reports_on_oom", false);
|
||||
|
||||
pref("layout.imagevisibility.enabled", true);
|
||||
pref("layout.imagevisibility.numscrollportwidths", 1);
|
||||
pref("layout.imagevisibility.numscrollportheights", 1);
|
||||
|
||||
|
@ -671,7 +671,6 @@ pref("full-screen-api.ignore-widgets", true);
|
||||
// image visibility prefs.
|
||||
// image visibility tries to only keep images near the viewport decoded instead
|
||||
// of keeping all images decoded.
|
||||
pref("layout.imagevisibility.enabled", true);
|
||||
pref("layout.imagevisibility.numscrollportwidths", 1);
|
||||
pref("layout.imagevisibility.numscrollportheights", 1);
|
||||
|
||||
|
@ -724,7 +724,6 @@ pref("app.orientation.default", "");
|
||||
// back to the system.
|
||||
pref("memory.free_dirty_pages", true);
|
||||
|
||||
pref("layout.imagevisibility.enabled", true);
|
||||
pref("layout.imagevisibility.numscrollportwidths", 1);
|
||||
pref("layout.imagevisibility.numscrollportheights", 1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user