[Webkit-unassigned] [Bug 203165] First page load after WKWebView init waits for Networking process creation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 19 15:36:21 PDT 2019


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

--- Comment #3 from Chris Dumez <cdumez at apple.com> ---
This is about the webcontent process getting the ipc connection to the network process from the uiprocess. While this could be made async, this would require all call sites to ensureNetworkProcess() to deal this it be async. It is also unclear what the WebProcess would be able to do in the mean time. Pretty much the first thing it needs to do is schedule loads with the network process.

-- 
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/20191019/bf0ab976/attachment.html>


More information about the webkit-unassigned mailing list