Bug 27113 - Ogg mimetypes are incorrect
Summary: Ogg mimetypes are incorrect
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL: http://www.ietf.org/rfc/rfc5334.txt
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-09 05:18 PDT by John Drinkwater
Modified: 2009-12-09 14:11 PST (History)
5 users (show)

See Also:


Attachments
ogg is audio/ogg (1.50 KB, patch)
2009-12-09 02:43 PST, Philippe Normand
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Drinkwater 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
Comment 1 Philippe Normand 2009-12-09 02:43:18 PST
Created attachment 44527 [details]
ogg is audio/ogg
Comment 2 WebKit Review Bot 2009-12-09 02:47:10 PST
style-queue ran check-webkit-style on attachment 44527 [details] without any errors.
Comment 3 Eric Carlson 2009-12-09 05:07:43 PST
Comment on attachment 44527 [details]
ogg is audio/ogg

r=me
Comment 4 WebKit Commit Bot 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>
Comment 5 WebKit Commit Bot 2009-12-09 14:11:31 PST
All reviewed patches have been landed.  Closing bug.