[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:36:04 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=161615
--- Comment #6 from Michael Catanzaro <mcatanzaro at igalia.com> ---
(In reply to comment #5)
> It's an Epiphany bug.
Sorry for being terrible at Bugzilla and making six comments in a row.
Anyway, the problem is we have this ephy_web_view_new_with_related_view function, which I misread as webkit_web_view_new_with_related_view. The WebKit API function is just fine. The Epiphany function uses g_object_new directly, assuming that setting the related-view property guarantees that the user content manager and settings will be set appropriately. That's not right, since they're only set by the webkit_web_view_new_with_related_view convenience func.
--
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/4d2ee58a/attachment.html>
More information about the webkit-unassigned
mailing list