Backed out changeset 8615f78ac4f4 (bug 1324117) for scrolling bustage a=backout CLOSED TREE

This commit is contained in:
Wes Kocher 2016-12-19 13:09:22 -08:00
Родитель a2a8f73530
Коммит 5e9085a5a7
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -631,11 +631,7 @@ pref("apz.axis_lock.breakout_threshold", "0.03125"); // 1/32 inches
pref("apz.axis_lock.breakout_angle", "0.3926991"); // PI / 8 (22.5 degrees)
pref("apz.axis_lock.direct_pan_angle", "1.047197"); // PI / 3 (60 degrees)
pref("apz.content_response_timeout", 400);
#ifdef NIGHTLY_BUILD
pref("apz.drag.enabled", true);
#else
pref("apz.drag.enabled", false);
#endif
pref("apz.danger_zone_x", 50);
pref("apz.danger_zone_y", 100);
pref("apz.disable_for_scroll_linked_effects", false);