[webkit-reviews] review granted: [Bug 195284] [iOS] Improve our file picker : [Attachment 363523] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 4 10:45:48 PST 2019


Tim Horton <thorton at apple.com> has granted Chris Dumez <cdumez at apple.com>'s
request for review:
Bug 195284: [iOS] Improve our file picker
https://bugs.webkit.org/show_bug.cgi?id=195284

Attachment 363523: Patch

https://bugs.webkit.org/attachment.cgi?id=363523&action=review




--- Comment #3 from Tim Horton <thorton at apple.com> ---
Comment on attachment 363523
  --> https://bugs.webkit.org/attachment.cgi?id=363523
Patch

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

> Source/WebKit/UIProcess/ios/forms/WKFileUploadPanel.mm:321
> +	   if (auto UTI =
adoptCF(UTTypeCreatePreferredIdentifierForTag(kUTTagClassMIMEType,
(CFStringRef)mimeType, NULL)))

Can this use UTIUtilities' UTIFromMIMEType?


More information about the webkit-reviews mailing list