[Webkit-unassigned] [Bug 161615] [GTK] User script message handlers broken in related web views

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 5 22:19:28 PDT 2016


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

--- Comment #3 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to comment #0)
> webkit_web_view_new_with_related_view() creates a new WebKitWebView with the
> same WebKitUserContentManager as the related view. It works in the UI
> process

This is wrong too. The failure is in the UI process. webkit_web_view_new_with_related_view() results in a WebKitWebView with a null WebKitUserContentManager. It gets set properly in webkitWebViewSetProperty, but somehow gets nulled out before webkitWebViewConstructed is called.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160906/ca983d28/attachment.html>


More information about the webkit-unassigned mailing list