Bug 27113

Summary: Ogg mimetypes are incorrect
Product: WebKit Reporter: John Drinkwater <john>
Component: PlatformAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, commit-queue, eric.carlson, jmalonzo, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
URL: http://www.ietf.org/rfc/rfc5334.txt
Attachments:
Description Flags
ogg is audio/ogg none

John Drinkwater
Reported 2009-07-09 05:18:04 PDT
The mimetypes introduced in the changeset here http://trac.webkit.org/changeset/43972 have incorrect types for the application/ogg in initializeMediaTypeMaps() application/ogg should no longer cover .ogg files, instead they should be under audio/ogg. Which would leave you with: // Ogg { "application/ogg", "ogx" }, { "audio/ogg", "ogg" }, { "audio/ogg", "oga" }, { "video/ogg", "ogv" }, See the attached URL for further information. You should also be able to refer to http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?view=co
Attachments
ogg is audio/ogg (1.50 KB, patch)
2009-12-09 02:43 PST, Philippe Normand
no flags
Philippe Normand
Comment 1 2009-12-09 02:43:18 PST
Created attachment 44527 [details] ogg is audio/ogg
WebKit Review Bot
Comment 2 2009-12-09 02:47:10 PST
style-queue ran check-webkit-style on attachment 44527 [details] without any errors.
Eric Carlson
Comment 3 2009-12-09 05:07:43 PST
Comment on attachment 44527 [details] ogg is audio/ogg r=me
WebKit Commit Bot
Comment 4 2009-12-09 14:11:26 PST
Comment on attachment 44527 [details] ogg is audio/ogg Clearing flags on attachment: 44527 Committed r51921: <http://trac.webkit.org/changeset/51921>
WebKit Commit Bot
Comment 5 2009-12-09 14:11:31 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.