Backed out changeset cfa13a24045b (bug 1177399) for m2 test failures

This commit is contained in:
Carsten "Tomcat" Book 2015-07-14 11:18:40 +02:00
parent fadbe946a3
commit e2a15a4f02
2 changed files with 3 additions and 5 deletions

View File

@ -800,6 +800,9 @@ pref("dom.phonenumber.substringmatching.BR", 8);
pref("dom.phonenumber.substringmatching.CO", 10);
pref("dom.phonenumber.substringmatching.VE", 7);
// Support for the mozAudioChannel attribute on media elements is disabled in non-webapps
pref("media.useAudioChannelService", false);
// Enable hardware-accelerated Skia canvas
pref("gfx.canvas.azure.backends", "skia");
pref("gfx.canvas.azure.accelerated", true);

View File

@ -4991,8 +4991,3 @@ pref("memory.report_concurrency", 1);
// Desktop probably doesn't have swapped-out children like that.
pref("memory.report_concurrency", 10);
#endif
// Make <audio>, <video>, NPAPI plugins and webAudio talk to the AudioChannelService.
pref("media.useAudioChannelService", true);
// Add Mozilla AudioChannel APIs.
pref("media.useAudioChannelAPI", false);