Bug 1460206 - Let the new Android fling physics ride the trains. r=kats draft
authorBotond Ballo <botond@mozilla.com>
Fri, 01 Jun 2018 19:27:05 -0400
changeset 803167 a42e999a42620ae396d15aec787746e61390d965
parent 800733 b9e82e6439567ec8261f4431b56780638f62bbba
push id112032
push userbballo@mozilla.com
push dateFri, 01 Jun 2018 23:30:45 +0000
reviewerskats
bugs1460206
milestone62.0a1
Bug 1460206 - Let the new Android fling physics ride the trains. r=kats MozReview-Commit-ID: 9DSIDzqKnZX
modules/libpref/init/all.js
--- a/modules/libpref/init/all.js
+++ b/modules/libpref/init/all.js
@@ -617,21 +617,17 @@ pref("layers.geometry.basic.enabled", tr
 // Whether to enable arbitrary layer geometry for DirectX compositor
 pref("layers.geometry.d3d11.enabled", true);
 
 // APZ preferences. For documentation/details on what these prefs do, check
 // gfx/layers/apz/src/AsyncPanZoomController.cpp.
 pref("apz.allow_checkerboarding", true);
 pref("apz.allow_immediate_handoff", true);
 pref("apz.allow_zooming", false);
-#ifdef NIGHTLY_BUILD
 pref("apz.android.chrome_fling_physics.enabled", true);
-#else
-pref("apz.android.chrome_fling_physics.enabled", false);
-#endif
 pref("apz.android.chrome_fling_physics.friction", "0.015");
 pref("apz.android.chrome_fling_physics.inflexion", "0.35");
 pref("apz.android.chrome_fling_physics.stop_threshold", "0.1");
 pref("apz.autoscroll.enabled", true);
 
 // Whether to lock touch scrolling to one axis at a time
 // 0 = FREE (No locking at all)
 // 1 = STANDARD (Once locked, remain locked until scrolling ends)