Backed out changeset 967ed92f3655 (bug 1418822) for causing mochitest and reftest failures in layout/generic/test/test_page_scroll_with_fixed_pos.html CLOSED TREE

This commit is contained in:
shindli 2020-02-08 01:01:05 +02:00
parent 5419708e2a
commit 8e0101fc54

View File

@ -2458,7 +2458,7 @@ pref("mousewheel.with_win.delta_multiplier_z", 100);
// If line-height is lower than this value (in device pixels), 1 line scroll
// scrolls this height.
pref("mousewheel.min_line_scroll_amount", 35);
pref("mousewheel.min_line_scroll_amount", 5);
// Auto-dir is a feature which treats any single-wheel scroll as a scroll in the
// only one scrollable direction if the target has only one scrollable
@ -2492,8 +2492,8 @@ pref("mousewheel.autodir.honourroot", false);
// Scrollbars: Clicking scrollbars arrows, clicking scrollbars tracks
// Note: Currently OS X trackpad and magic mouse don't use our smooth scrolling
// Note: These are relevant only when "general.smoothScroll" is enabled
pref("general.smoothScroll.scrollbars.durationMinMS", 100);
pref("general.smoothScroll.scrollbars.durationMaxMS", 100);
pref("general.smoothScroll.scrollbars.durationMinMS", 150);
pref("general.smoothScroll.scrollbars.durationMaxMS", 150);
// Enable disable smooth scrolling for different triggers (when "general.smoothScroll" is enabled)
pref("general.smoothScroll.pixels", true);
pref("general.smoothScroll.lines", true);