mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Bug 1339831 - Disable scrollbar-dragging in Fennec. r=botond
MozReview-Commit-ID: BCm9dMr1Zdu --HG-- extra : rebase_source : 2f8dfa92975553cebf77209d7ec41881d29056ca
This commit is contained in:
parent
5241eb9523
commit
4c3b2842d6
@ -561,6 +561,7 @@ pref("apz.allow_immediate_handoff", false);
|
||||
pref("apz.axis_lock.breakout_angle", "0.7853982"); // PI / 4 (45 degrees)
|
||||
pref("apz.axis_lock.mode", 1); // Use "strict" axis locking
|
||||
pref("apz.content_response_timeout", 600);
|
||||
pref("apz.drag.enabled", false);
|
||||
pref("apz.fling_accel_interval_ms", 750);
|
||||
pref("apz.fling_curve_function_x1", "0.59");
|
||||
pref("apz.fling_curve_function_y1", "0.46");
|
||||
|
Loading…
Reference in New Issue
Block a user