Loading modules/libpref/src/init/all.js +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading toolkit/content/widgets/scrollbox.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading Loading
modules/libpref/src/init/all.js +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
toolkit/content/widgets/scrollbox.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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"/> Loading