mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset cfa13a24045b (bug 1177399) for m2 test failures
This commit is contained in:
parent
fadbe946a3
commit
e2a15a4f02
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user