mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1181424 - Add pref nglayout.debug.invalidation to all.js. r=mattwoodrow
By doing so, we can easily toggle this preference in about:config.
This commit is contained in:
parent
147a590aaf
commit
907ddc6d00
@ -907,6 +907,9 @@ pref("nglayout.debug.paint_flashing_chrome", false);
|
||||
// BasicLayers (other layer managers always update the entire widget area)
|
||||
pref("nglayout.debug.widget_update_flashing", false);
|
||||
|
||||
// Enable/disable display list invalidation logging --- useful for debugging.
|
||||
pref("nglayout.debug.invalidation", false);
|
||||
|
||||
// Whether image visibility is enabled globally (ie we will try to unlock images
|
||||
// that are not visible).
|
||||
pref("layout.imagevisibility.enabled", true);
|
||||
|
Loading…
Reference in New Issue
Block a user