Bug 132654

Summary: Eliminate "well known MIME type" support
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: WebCore Misc.Assignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch andersca: review+

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>.