[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
Thu Apr 11 15:15:00 PDT 2013


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


Benjamin Poulain <benjamin at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #197640|review?                     |review+
               Flag|                            |




--- Comment #17 from Benjamin Poulain <benjamin at webkit.org>  2013-04-11 15:13:14 PST ---
(From update of attachment 197640)
View in context: https://bugs.webkit.org/attachment.cgi?id=197640&action=review

> Source/WebKit2/ChangeLog:17
> +        closing connections. Otherwise, WebPageProxy can even be able to
> +        detect that WebProcess is no longer running, but a call to respawn
> +        the process will fail.

"Otherwise, WebPageProxy can even be able to detect that WebProcess [...]"

> Source/WebKit2/ChangeLog:19
> +        To fix this issues, this patch moves the cleanup code to a shared private function

"this issue" or "these issues".

> Tools/TestWebKitAPI/Tests/WebKit2/LoadPageOnCrash.cpp:83
> +    EXPECT_TRUE(testHelper->firstSuccessfulLoad);

This can never be false.

-- 
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