Bug 192283

Summary: [iOSMac] Unable to upload non-image files using drag and drop in WKWebView
Product: WebKit Reporter: Wenson Hsieh <wenson_hsieh>
Component: HTML EditingAssignee: Wenson Hsieh <wenson_hsieh>
Status: RESOLVED FIXED    
Severity: Normal CC: bdakin, commit-queue, megan_gardner, rniwa, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
First pass
rniwa: review+
Patch for landing none

Description Wenson Hsieh 2018-12-01 18:49:06 PST
SSIA
Comment 1 Radar WebKit Bug Importer 2018-12-01 18:49:35 PST
<rdar://problem/46399461>
Comment 2 Wenson Hsieh 2018-12-02 16:05:27 PST
Created attachment 356350 [details]
First pass
Comment 3 Wenson Hsieh 2018-12-02 22:25:37 PST
Comment on attachment 356350 [details]
First pass

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

Thanks for the review!

> Source/WebCore/ChangeLog:42
> +        If the pasteboard contains "public.file-url", don't consider "text-uri-list" to be one of the data types that's

Oops, I just noticed that I wrote "text-uri-list" here instead of "text/uri-list". I'll fix this typo before landing.

> Source/WebCore/ChangeLog:43
> +        safe to expose to the page. Our currently behavior in this case is that we will advertise "text-uri-list" as a

(here too)
Comment 4 Wenson Hsieh 2018-12-03 07:04:46 PST
Created attachment 356378 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2018-12-03 07:42:19 PST
Comment on attachment 356378 [details]
Patch for landing

Clearing flags on attachment: 356378

Committed r238795: <https://trac.webkit.org/changeset/238795>