Bug 1477404 - Enable RDL for mozilla-release. r?miko draft
authorMatt Woodrow <mwoodrow@mozilla.com>
Mon, 30 Jul 2018 13:29:25 +1200
changeset 823937 1d8f950b9a374599f292a31952b4bc7a95b663b3
parent 823935 d0dc3821d102bb403e9f3810f83cc164018e9f85
push id117823
push usermwoodrow@mozilla.com
push dateMon, 30 Jul 2018 01:29:54 +0000
reviewersmiko
bugs1477404
milestone61.0.2
Bug 1477404 - Enable RDL for mozilla-release. r?miko MozReview-Commit-ID: 4qMCcOrunRN
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -3011,17 +3011,17 @@ pref("layout.interruptible-reflow.enable
 pref("layout.frame_rate", -1);
 
 // pref to dump the display list to the log. Useful for debugging drawing.
 pref("layout.display-list.dump", false);
 pref("layout.display-list.dump-content", false);
 pref("layout.display-list.dump-parent", false);
 
 // Toggle retaining display lists between paints
-pref("layout.display-list.retain", false);
+pref("layout.display-list.retain", true);
 pref("layout.display-list.retain.chrome", false);
 
 // Set the maximum amount of modified frames allowed before doing a full
 // display list rebuild.
 pref("layout.display-list.rebuild-frame-limit", 500);
 
 // pref to control whether layout warnings that are hit quite often are enabled
 pref("layout.spammy_warnings.enabled", false);