mirror of
https://github.com/yokoffing/Betterfox.git
synced 2026-06-12 15:40:48 +05:30
comment out nglayout.initialpaint.delay
This commit is contained in:
+2
-2
@@ -18,8 +18,8 @@
|
|||||||
// PREF: initial paint delay
|
// PREF: initial paint delay
|
||||||
// How long FF will wait before rendering the page
|
// How long FF will wait before rendering the page
|
||||||
// [1] https://kb.mozillazine.org/Nglayout.initialpaint.delay
|
// [1] https://kb.mozillazine.org/Nglayout.initialpaint.delay
|
||||||
user_pref("nglayout.initialpaint.delay", 0); // default=5; used to be 250
|
//user_pref("nglayout.initialpaint.delay", 0); // default=5; used to be 250
|
||||||
user_pref("nglayout.initialpaint.delay_in_oopif", 0); // default=5; used to be 250
|
//user_pref("nglayout.initialpaint.delay_in_oopif", 0); // default=5; used to be 250
|
||||||
|
|
||||||
// PREF: control how tabs are loaded when a session is restored
|
// PREF: control how tabs are loaded when a session is restored
|
||||||
// true=Tabs are not loaded until they are selected (default)
|
// true=Tabs are not loaded until they are selected (default)
|
||||||
|
|||||||
Reference in New Issue
Block a user