[webkit-reviews] review granted: [Bug 196267] Implement async paste method on UIWKInteractionViewProtocol : [Attachment 365991] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 26 13:19:51 PDT 2019


Tim Horton <thorton at apple.com> has granted Wenson Hsieh
<wenson_hsieh at apple.com>'s request for review:
Bug 196267: Implement async paste method on UIWKInteractionViewProtocol
https://bugs.webkit.org/show_bug.cgi?id=196267

Attachment 365991: Patch

https://bugs.webkit.org/attachment.cgi?id=365991&action=review




--- Comment #2 from Tim Horton <thorton at apple.com> ---
Comment on attachment 365991
  --> https://bugs.webkit.org/attachment.cgi?id=365991
Patch

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

> Tools/TestWebKitAPI/Tests/ios/UIPasteboardTests.mm:151
> +    [UIPasteboard generalPasteboard].URLs = @[[NSURL
URLWithString:@"https://www.apple.com/"]];

@[ [thing thing] ];?


More information about the webkit-reviews mailing list