Bug 1236616 - Enable 'browser.tabs.useCache' by default r=margaret

This commit is contained in:
Mark Finkle 2016-01-18 14:21:30 -05:00
parent 8c0588f842
commit 3f57a66d4a

View File

@ -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);