зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1236616 - Enable 'browser.tabs.useCache' by default r=margaret
This commit is contained in:
Родитель
0be0553eb7
Коммит
c64f3d25c3
|
@ -33,11 +33,7 @@ pref("browser.tabs.expireTime", 900);
|
|||
|
||||
// Control whether tab content should try to load from disk cache when network
|
||||
// is offline.
|
||||
#ifdef NIGHTLY_BUILD
|
||||
pref("browser.tabs.useCache", true);
|
||||
#else
|
||||
pref("browser.tabs.useCache", false);
|
||||
#endif
|
||||
|
||||
// From libpref/src/init/all.js, extended to allow a slightly wider zoom range.
|
||||
pref("zoom.minPercent", 20);
|
||||
|
|
Загрузка…
Ссылка в новой задаче