[Webkit-unassigned] [Bug 189443] Implement the Web Share API for mac
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 11 11:19:41 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=189443
--- Comment #24 from Tim Horton <thorton at apple.com> ---
Comment on attachment 349416
--> https://bugs.webkit.org/attachment.cgi?id=349416
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=349416&action=review
> Source/WebKit/UIProcess/Cocoa/WebViewImpl.h:657
> + RetainPtr<WKShareSheet> _shareSheet;
Probably need some WK_API_ENABLED in this file
> Source/WebKit/UIProcess/Cocoa/WebViewImpl.mm:2730
> +void WebViewImpl::showShareSheet(const WebCore::ShareDataWithParsedURL& data, WTF::CompletionHandler<void(bool)>&& completionHandler, WKWebView *view)
And here.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180911/e548a755/attachment.html>
More information about the webkit-unassigned
mailing list