1
0
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:
yokoffing
2022-11-28 01:33:07 -05:00
committed by GitHub
parent da0e4c2e2e
commit 405cbc7a86
+2 -2
View File
@@ -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)