Back out fb167937d25b (bug 799332) because I fail at copy-paste

This commit is contained in:
Phil Ringnalda 2012-10-15 21:02:56 -07:00
Родитель be844fab64
Коммит fde68c3c72
2 изменённых файлов: 0 добавлений и 4 удалений

2
layout/tools/reftest/bootstrap.js поставляемый
Просмотреть файл

@ -27,8 +27,6 @@ function setDefaultPrefs() {
// Disable addon updates and prefetching so we don't leak them
branch.setBoolPref("extensions.update.enabled", false);
branch.setBoolPref("extensions.getAddons.cache.enabled", false);
// Make url-classifier updates so rare that they won't affect tests
user_pref("urlclassifier.updateinterval", 172800);
// Disable high-quality downscaling, since it makes reftests more difficult.
branch.setBoolPref("image.high_quality_downscaling.enabled", false);
}

Просмотреть файл

@ -91,8 +91,6 @@ RefTestCmdLineHandler.prototype =
// Disable addon updates and prefetching so we don't leak them
branch.setBoolPref("extensions.update.enabled", false);
branch.setBoolPref("extensions.getAddons.cache.enabled", false);
// Make url-classifier updates so rare that they won't affect tests
user_pref("urlclassifier.updateinterval", 172800);
// Disable high-quality downscaling, since it makes reftests more difficult.
branch.setBoolPref("image.high_quality_downscaling.enabled", false);