Bug 132654 - Eliminate "well known MIME type" support
Summary: Eliminate "well known MIME type" support
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Proskuryakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-07 11:08 PDT by Alexey Proskuryakov
Modified: 2014-05-07 11:21 PDT (History)
0 users

See Also:


Attachments
proposed patch (10.39 KB, patch)
2014-05-07 11:11 PDT, Alexey Proskuryakov
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2014-05-07 11:08:42 PDT
Well known MIME types were needed for FileSystem API, which was removed. Now, we use AllContentTypes everywhere.
Comment 1 Alexey Proskuryakov 2014-05-07 11:11:47 PDT
Created attachment 231007 [details]
proposed patch
Comment 2 Anders Carlsson 2014-05-07 11:13:01 PDT
Comment on attachment 231007 [details]
proposed patch

View in context: https://bugs.webkit.org/attachment.cgi?id=231007&action=review

> Source/WebCore/fileapi/File.h:69
> +    File(const String& path);

Please make this explicit.
Comment 3 Alexey Proskuryakov 2014-05-07 11:21:04 PDT
Committed <http://trac.webkit.org/r168430>.