Bug 191819

Summary: [iOS] Remove all usages of UIItemProvider, UIItemProviderReading, and related classes
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, mitz, rniwa, thorton, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 191818    
Attachments:
Description Flags
First pass
none
Patch none

Description Wenson Hsieh 2018-11-17 18:15:51 PST
Now that the earliest iOS SDK that trunk WebKit supports building against is iOS 12, we can remove all usages of UIItemProvider.

Motivated by https://bugs.webkit.org/show_bug.cgi?id=191818
Comment 1 Wenson Hsieh 2018-11-17 18:32:42 PST
Created attachment 355218 [details]
First pass
Comment 2 Wenson Hsieh 2018-11-17 19:51:12 PST
Created attachment 355224 [details]
Patch
Comment 3 Wenson Hsieh 2018-11-17 19:53:01 PST
<rdar://problem/34121543>
Comment 4 Wenson Hsieh 2018-11-17 19:56:56 PST
A couple of items to consider:
• Source/binary compat when building iOS 12 UIKit (mitigated here using __kindof)
• Source/binary compat when building against iOS 12 SDK (EWS should help catch this)
Comment 5 mitz 2018-11-17 20:06:43 PST
Comment on attachment 355224 [details]
Patch

rs=me
Comment 6 WebKit Commit Bot 2018-11-17 22:17:52 PST
Comment on attachment 355224 [details]
Patch

Clearing flags on attachment: 355224

Committed r238360: <https://trac.webkit.org/changeset/238360>
Comment 7 WebKit Commit Bot 2018-11-17 22:17:53 PST
All reviewed patches have been landed.  Closing bug.