Bug 171156 - Support reading NSURL titles from the pasteboard when performing data interaction
Summary: Support reading NSURL titles from the pasteboard when performing data interac...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Wenson Hsieh
URL:
Keywords: InRadar
Depends on: 171155
Blocks:
  Show dependency treegraph
 
Reported: 2017-04-21 18:23 PDT by Wenson Hsieh
Modified: 2017-04-25 14:47 PDT (History)
3 users (show)

See Also:


Attachments
Dependent on wkbug.com/171155 (26.77 KB, patch)
2017-04-22 03:54 PDT, Wenson Hsieh
thorton: review+
Details | Formatted Diff | Diff
Rebased on master (26.69 KB, patch)
2017-04-24 20:10 PDT, Wenson Hsieh
no flags Details | Formatted Diff | Diff
Fix OpenSource iOS build (26.72 KB, patch)
2017-04-24 21:03 PDT, 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 2017-04-21 18:23:05 PDT
Work towards <rdar://problem/31356937>
Comment 1 Wenson Hsieh 2017-04-22 03:54:29 PDT
Created attachment 307907 [details]
Dependent on wkbug.com/171155
Comment 2 Tim Horton 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?
Comment 3 Wenson Hsieh 2017-04-24 20:10:02 PDT
Created attachment 308055 [details]
Rebased on master
Comment 4 Wenson Hsieh 2017-04-24 21:03:40 PDT
Created attachment 308059 [details]
Fix OpenSource iOS build
Comment 5 Wenson Hsieh 2017-04-24 21:04:59 PDT
<rdar://problem/31356937>
Comment 6 WebKit Commit Bot 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>