RESOLVED FIXED 171156
Support reading NSURL titles from the pasteboard when performing data interaction
https://bugs.webkit.org/show_bug.cgi?id=171156
Summary Support reading NSURL titles from the pasteboard when performing data interac...
Wenson Hsieh
Reported 2017-04-21 18:23:05 PDT
Attachments
Dependent on wkbug.com/171155 (26.77 KB, patch)
2017-04-22 03:54 PDT, Wenson Hsieh
thorton: review+
Rebased on master (26.69 KB, patch)
2017-04-24 20:10 PDT, Wenson Hsieh
no flags
Fix OpenSource iOS build (26.72 KB, patch)
2017-04-24 21:03 PDT, Wenson Hsieh
no flags
Wenson Hsieh
Comment 1 2017-04-22 03:54:29 PDT
Created attachment 307907 [details] Dependent on wkbug.com/171155
Tim Horton
Comment 2 2017-04-24 11:15:54 PDT
Comment on attachment 307907 [details] Dependent on wkbug.com/171155 View in context: https://bugs.webkit.org/attachment.cgi?id=307907&action=review > Source/WebCore/platform/ios/PlatformPasteboardIOS.mm:407 > + if ([value respondsToSelector:@selector(_title)]) Can this be an SDK/deployment/something version check instead?
Wenson Hsieh
Comment 3 2017-04-24 20:10:02 PDT
Created attachment 308055 [details] Rebased on master
Wenson Hsieh
Comment 4 2017-04-24 21:03:40 PDT
Created attachment 308059 [details] Fix OpenSource iOS build
Wenson Hsieh
Comment 5 2017-04-24 21:04:59 PDT
WebKit Commit Bot
Comment 6 2017-04-25 00:01:02 PDT
Comment on attachment 308059 [details] Fix OpenSource iOS build Clearing flags on attachment: 308059 Committed r215724: <http://trac.webkit.org/changeset/215724>
Note You need to log in before you can comment on or make changes to this bug.