зеркало из https://github.com/mozilla/gecko-dev.git
bug 858055 - disable cache_lock_stalled detector for tests that rely on cache r=jmaher
This commit is contained in:
Родитель
d52f661f4a
Коммит
464ef01edb
|
@ -123,3 +123,6 @@ user_pref("dom.global-constructor.disable.mozContact", false);
|
|||
// Enable mozSettings
|
||||
user_pref("dom.mozSettings.enabled", true);
|
||||
user_pref("dom.navigator-property.disable.mozSettings", false);
|
||||
|
||||
// Make sure the disk cache doesn't get auto disabled
|
||||
user_pref("network.http.bypass-cachelock-threshold", 200000);
|
||||
|
|
Загрузка…
Ссылка в новой задаче