[Webkit-unassigned] [Bug 173712] [WPE] User script messages don't work
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jun 22 07:40:40 PDT 2017
https://bugs.webkit.org/show_bug.cgi?id=173712
Sam Weinig <sam at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sam at webkit.org
Attachment #313613|review? |review-
Flags| |
--- Comment #3 from Sam Weinig <sam at webkit.org> ---
Comment on attachment 313613
--> https://bugs.webkit.org/attachment.cgi?id=313613
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=313613&action=review
> Source/WebKit2/UIProcess/WebPageProxy.h:641
> +#if PLATFORM(WPE)
> + WKWPE::View& view();
> +#endif
Please don't add view accessors to WebPageProxy, we have been working to remove the ones in the cocoa platform. Instead please add PageClient functions for the functionality you need.
--
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/20170622/868d0b48/attachment-0001.html>
More information about the webkit-unassigned
mailing list