Back out bccc0adeebd7 (bug 715198) for test failures aplenty

This commit is contained in:
Phil Ringnalda 2012-01-15 18:45:03 -08:00
parent 352359e595
commit 67ebb04f91
3 changed files with 3 additions and 7 deletions

View File

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

View File

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

View File

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