[Webkit-unassigned] [Bug 201642] [GTK][WPE] Add WebKitWebView:page-id property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 13 00:59:11 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=201642

--- Comment #4 from Carlos Garcia Campos <cgarcia at igalia.com> ---
When we designed the WebKit2 API we decided not to expose any API to share user messages between the UI process and the injected bundle in the web process. I don't remember exactly why (I think we wanted to make sure user messages don't affect the internal IPC traffic), but I see Apple ports don't expose it either. We might reconsider it and expose it now (users can still use their own way). With API for that, users no longer need to worry about what process to talk too, webkit_web_view_send_message() and webkit_web_page_send_message() (or whatever they are called) will always do the right thing. We would need a message-received signal in both WebKitWebView and WebKitWebPage too.

-- 
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/20190913/2e9e5194/attachment.html>


More information about the webkit-unassigned mailing list