Commit a0b6c096 authored by mozilla.mano%sent.com's avatar mozilla.mano%sent.com
Browse files

Bug 343587 - Make mousedown-to-scroll faster (150ms delay), r=beltzner.

parent a778372e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -167,7 +167,7 @@ pref("browser.tabs.maxOpenBeforeWarn", 15);
pref("browser.tabs.loadGroup", 1);

pref("toolkit.scrollbox.scrollIncrement", 20);
pref("toolkit.scrollbox.clickToScroll.scrollDelay", 200);
pref("toolkit.scrollbox.clickToScroll.scrollDelay", 150);

// lets new tab/window load something different than first window
// -1 - use navigator startup preference
+1 −1
Original line number Diff line number Diff line
@@ -230,7 +230,7 @@

      <field name="_scrollTimer">null</field>
      <field name="_scrollLines">0</field>
      <field name="_scrollDelay">200</field>
      <field name="_scrollDelay">150</field>

      <method name="notify">
        <parameter name="aTimer"/>