Backed out changeset d129d66a6491 (bug 812281) because apparently it broke Android reftest/crashtest/jsreftest

This commit is contained in:
Ehsan Akhgari 2012-11-15 14:35:41 -08:00
parent 13a09d1779
commit cc810d999e
2 changed files with 0 additions and 5 deletions

View File

@ -455,9 +455,6 @@ user_pref("security.turn_off_all_security_so_that_viruses_can_take_over_this_com
// Get network events.
user_pref("network.activity.blipIntervalMilliseconds", 250);
// Shut up the media volume level.
user_pref("media.volume_scale", "0.05");
""" % { "server" : self.webServer + ":" + str(self.httpPort) }
prefs.append(part)

View File

@ -33,8 +33,6 @@ function setDefaultPrefs() {
branch.setIntPref("urlclassifier.updateinterval", 172800);
// Disable high-quality downscaling, since it makes reftests more difficult.
branch.setBoolPref("image.high_quality_downscaling.enabled", false);
// Shut up the media prefs when running tests.
branch.setIntPref("media.volume_scale", "0.05");
}
var windowListener = {