mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
Bug 1381435 - Increase the touch_move_tolerance value on desktop, so taps in the tab bar are detected more reliably. r=botond
MozReview-Commit-ID: DHKsD4EQK3z --HG-- extra : rebase_source : c2f9990871281dc96cb97e10b817e27268b74362
This commit is contained in:
parent
7aa3f6f7e8
commit
fdc58801fd
@ -335,7 +335,7 @@ private:
|
||||
DECL_GFX_PREF(Live, "apz.record_checkerboarding", APZRecordCheckerboarding, bool, false);
|
||||
DECL_GFX_PREF(Live, "apz.test.fails_with_native_injection", APZTestFailsWithNativeInjection, bool, false);
|
||||
DECL_GFX_PREF(Live, "apz.test.logging_enabled", APZTestLoggingEnabled, bool, false);
|
||||
DECL_GFX_PREF(Live, "apz.touch_move_tolerance", APZTouchMoveTolerance, float, 0.0);
|
||||
DECL_GFX_PREF(Live, "apz.touch_move_tolerance", APZTouchMoveTolerance, float, 0.1f);
|
||||
DECL_GFX_PREF(Live, "apz.touch_start_tolerance", APZTouchStartTolerance, float, 1.0f/4.5f);
|
||||
DECL_GFX_PREF(Live, "apz.velocity_bias", APZVelocityBias, float, 0.0f);
|
||||
DECL_GFX_PREF(Live, "apz.velocity_relevance_time_ms", APZVelocityRelevanceTime, uint32_t, 150);
|
||||
|
@ -562,6 +562,7 @@ pref("apz.fling_friction", "0.004");
|
||||
pref("apz.fling_stopped_threshold", "0.0");
|
||||
pref("apz.max_velocity_inches_per_ms", "0.07");
|
||||
pref("apz.overscroll.enabled", true);
|
||||
pref("apz.touch_move_tolerance", "0.03");
|
||||
pref("apz.touch_start_tolerance", "0.06");
|
||||
|
||||
pref("layers.progressive-paint", true);
|
||||
|
@ -743,7 +743,7 @@ pref("apz.record_checkerboarding", false);
|
||||
#endif
|
||||
pref("apz.test.logging_enabled", false);
|
||||
pref("apz.touch_start_tolerance", "0.1");
|
||||
pref("apz.touch_move_tolerance", "0.03");
|
||||
pref("apz.touch_move_tolerance", "0.1");
|
||||
pref("apz.velocity_bias", "0.0");
|
||||
pref("apz.velocity_relevance_time_ms", 150);
|
||||
pref("apz.x_skate_highmem_adjust", "0.0");
|
||||
|
Loading…
x
Reference in New Issue
Block a user