Bug 1384708 - Enable apz.frame_delay.enabled on Nightly builds. r=kats
authorBotond Ballo <botond@mozilla.com>
Wed, 26 Jul 2017 15:49:01 -0400
changeset 617543 49555e689cc8b55c56d413c88ffbe6a4d0e610fd
parent 617542 fcae3602b0c39c00ed550e2339363dab8b7c2052
child 617826 039ee2964fb9f43765ff90564a9311f456a2ee16
push id71073
push userbballo@mozilla.com
push dateFri, 28 Jul 2017 15:30:27 +0000
reviewerskats
bugs1384708
milestone56.0a1
Bug 1384708 - Enable apz.frame_delay.enabled on Nightly builds. r=kats MozReview-Commit-ID: IOzSKRkiKXz
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -704,17 +704,21 @@ pref("apz.fling_curve_function_x1", "0.0
 pref("apz.fling_curve_function_y1", "0.0");
 pref("apz.fling_curve_function_x2", "1.0");
 pref("apz.fling_curve_function_y2", "1.0");
 pref("apz.fling_curve_threshold_inches_per_ms", "-1.0");
 pref("apz.fling_friction", "0.002");
 pref("apz.fling_min_velocity_threshold", "0.5");
 pref("apz.fling_stop_on_tap_threshold", "0.05");
 pref("apz.fling_stopped_threshold", "0.01");
+#ifdef NIGHTLY_BUILD
+pref("apz.frame_delay.enabled", true);
+#else
 pref("apz.frame_delay.enabled", false);
+#endif
 #if defined(NIGHTLY_BUILD) && !defined(MOZ_WIDGET_ANDROID)
 pref("apz.keyboard.enabled", true);
 #else
 pref("apz.keyboard.enabled", false);
 #endif
 pref("apz.max_velocity_inches_per_ms", "-1.0");
 pref("apz.max_velocity_queue_size", 5);
 pref("apz.min_skate_speed", "1.0");