Bug 1181424 - Add pref nglayout.debug.invalidation to all.js. r=mattwoodrow

By doing so, we can easily toggle this preference in about:config.

--HG--
extra : commitid : thKwTBeMbT
This commit is contained in:
Ting-Yu Lin 2015-07-07 19:49:00 +08:00
Родитель cf76c4bea8
Коммит f6d0405855
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -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);