[Webkit-unassigned] [Bug 153193] Reproducible "Unhanded web process message 'WebUserContentController:AddUserScripts'" and friends

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 17 01:02:03 PST 2016


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

--- Comment #3 from Tim Horton <thorton at apple.com> ---
The fix is not super obvious.

I considered moving the offending block:

if (m_process->state() == WebProcessProxy::State::Running) {
    if (m_userContentController)
        m_process->addWebUserContentControllerProxy(*m_userContentController);
    m_process->addVisitedLinkStore(m_visitedLinkStore);
}

to the end of initializeWebPage, after CreateWebPage is sent, but then in the reattachToWebProcess case, we'll end up doing the work twice (because reattachToWebProcess calls processDidFinishLaunching if the process is up, which ALSO includes the above block).

-- 
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/20160117/bc5c81c0/attachment.html>


More information about the webkit-unassigned mailing list