RESOLVED FIXED 132654
Eliminate "well known MIME type" support
https://bugs.webkit.org/show_bug.cgi?id=132654
Summary Eliminate "well known MIME type" support
Alexey Proskuryakov
Reported 2014-05-07 11:08:42 PDT
Well known MIME types were needed for FileSystem API, which was removed. Now, we use AllContentTypes everywhere.
Attachments
proposed patch (10.39 KB, patch)
2014-05-07 11:11 PDT, Alexey Proskuryakov
andersca: review+
Alexey Proskuryakov
Comment 1 2014-05-07 11:11:47 PDT
Created attachment 231007 [details] proposed patch
Anders Carlsson
Comment 2 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.
Alexey Proskuryakov
Comment 3 2014-05-07 11:21:04 PDT
Note You need to log in before you can comment on or make changes to this bug.