[Webkit-unassigned] [Bug 110743] [WK2] WebPageProxy loadURL() won't work when called just after terminateProcess()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 26 17:59:26 PST 2013


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





--- Comment #2 from Benjamin Poulain <benjamin at webkit.org>  2013-02-26 18:01:48 PST ---
It looks like we need terminateProcess() to:
1) Ensure any future message from the WebProcess will be discarded.
2) Kill the Process
3) Reset to a clean state.
4) Maybe call processDidCrash, or maybe schedule its call, I am not sure.

When terminateProcess() finishes, any command on the PageProxy should be valid.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list