RESOLVED FIXED 170050
[XDG] MIMETypeRegistry::getMIMETypeForExtension should return a null/empty string when mime type is unknown
https://bugs.webkit.org/show_bug.cgi?id=170050
Summary [XDG] MIMETypeRegistry::getMIMETypeForExtension should return a null/empty st...
Carlos Garcia Campos
Reported 2017-03-24 06:09:37 PDT
That's what the callers expect, but we alre always returning XDG_MIME_TYPE_UNKNOWN which is application/octet-stream. This is causing several test failures
Attachments
Patch (1.75 KB, patch)
2017-03-24 06:13 PDT, Carlos Garcia Campos
mcatanzaro: review+
Carlos Garcia Campos
Comment 1 2017-03-24 06:13:21 PDT
Carlos Garcia Campos
Comment 2 2017-03-25 01:21:12 PDT
Note You need to log in before you can comment on or make changes to this bug.