[Webkit-unassigned] [Bug 211350] [GTK] WEBKIT_LOAD_FINISHED not reached if WebKitWebView has no parent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 19 06:13:22 PDT 2020


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

Carlos Garcia Campos <cgarcia at igalia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cgarcia at igalia.com

--- Comment #1 from Carlos Garcia Campos <cgarcia at igalia.com> ---
I don't think this is because the webview doesn't have a parent (even though I don't know why the example works when adding the view to a container). I think it has to do with the soup server and the different run loops, but I'm not sure either. When not starting the soup server and loading the document with load_html instead of load_uri the load completes. The weird thing is that our unit tests also run a soup server and don't add the view to a container, so the problem must be something else. 

The reason why the load doesn't complete is because the WebProcess exists, because the connection to the UI process receives a G_IO_HUP, and WebKit exits the process in that case.

-- 
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/20200619/0ff22346/attachment.htm>


More information about the webkit-unassigned mailing list