DescriptionFix: canPlayType() gives false positive for */ogg and audio/x-wav
Adding the following mime types and their codecs in format_codec_mappings[].
This will prevent the browser from giving wrong result for "canPlayType()" query
for these mime types:
audio/ogg
video/ogg
application/ogg
audio/x-wav
Adding unit test for checking StrictMediaMimeType() method
BUG=53193
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=262374
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressing comments #
Total comments: 2
Patch Set 3 : Changing comments #Patch Set 4 #Patch Set 5 #Patch Set 6 #
Messages
Total messages: 24 (0 generated)
|