Bug 191819 - [iOS] Remove all usages of UIItemProvider, UIItemProviderReading, and related classes
Summary: [iOS] Remove all usages of UIItemProvider, UIItemProviderReading, and related...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: InRadar
Depends on:
Blocks: 191818
  Show dependency treegraph
 
Reported: 2018-11-17 18:15 PST by Wenson Hsieh
Modified: 2018-11-17 22:17 PST (History)
8 users (show)

See Also:


Attachments
First pass (68.12 KB, patch)
2018-11-17 18:32 PST, Wenson Hsieh
no flags Details | Formatted Diff | Diff
Patch (68.20 KB, patch)
2018-11-17 19:51 PST, Wenson Hsieh
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.