зеркало из https://github.com/mozilla/gecko-dev.git
Back out bccc0adeebd7 (bug 715198) for test failures aplenty
This commit is contained in:
Родитель
89bb21fc35
Коммит
20b0b33e49
|
@ -108,9 +108,6 @@ pref("browser.cache.offline.capacity", 5120); // kilobytes
|
|||
pref("offline-apps.quota.max", 2048); // kilobytes
|
||||
pref("offline-apps.quota.warn", 1024); // kilobytes
|
||||
|
||||
// cache compression turned off for now - see bug #715198
|
||||
pref("browser.cache.compression_level", 0);
|
||||
|
||||
/* protocol warning prefs */
|
||||
pref("network.protocol-handler.warn-external.tel", false);
|
||||
pref("network.protocol-handler.warn-external.mailto", false);
|
||||
|
|
|
@ -106,8 +106,8 @@ pref("browser.cache.offline.capacity", 5120); // kilobytes
|
|||
pref("offline-apps.quota.max", 2048); // kilobytes
|
||||
pref("offline-apps.quota.warn", 1024); // kilobytes
|
||||
|
||||
// cache compression turned off for now - see bug #715198
|
||||
pref("browser.cache.compression_level", 0);
|
||||
/* zlib compression level used for cache compression */
|
||||
pref("browser.cache.compression_level", 1);
|
||||
|
||||
/* protocol warning prefs */
|
||||
pref("network.protocol-handler.warn-external.tel", false);
|
||||
|
|
|
@ -96,8 +96,7 @@ pref("offline-apps.quota.warn", 51200);
|
|||
// 0 => disable compression
|
||||
// 1 => best speed
|
||||
// 9 => best compression
|
||||
// cache compression turned off for now - see bug #715198
|
||||
pref("browser.cache.compression_level", 0);
|
||||
pref("browser.cache.compression_level", 5);
|
||||
|
||||
// Whether or not indexedDB is enabled.
|
||||
pref("dom.indexedDB.enabled", true);
|
||||
|
|
Загрузка…
Ссылка в новой задаче