From fde68c3c72c0ba1079d280cb0e1cae82737f44c9 Mon Sep 17 00:00:00 2001 From: Phil Ringnalda Date: Mon, 15 Oct 2012 21:02:56 -0700 Subject: [PATCH] Back out fb167937d25b (bug 799332) because I fail at copy-paste --- layout/tools/reftest/bootstrap.js | 2 -- layout/tools/reftest/reftest-cmdline.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/layout/tools/reftest/bootstrap.js b/layout/tools/reftest/bootstrap.js index 1e3ea281bc3f..7fdcf325435b 100644 --- a/layout/tools/reftest/bootstrap.js +++ b/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); } diff --git a/layout/tools/reftest/reftest-cmdline.js b/layout/tools/reftest/reftest-cmdline.js index 7b09a79eeee2..415e7d770dbb 100644 --- a/layout/tools/reftest/reftest-cmdline.js +++ b/layout/tools/reftest/reftest-cmdline.js @@ -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);