Bug 48853

Summary: WebProcessManager informed about crashes too late (pages may have already tried to load a new URL)
Product: WebKit Reporter: Mike Thole <mthole>
Component: WebKit2Assignee: Mike Thole <mthole>
Status: RESOLVED FIXED    
Severity: Normal CC: eric
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.6   
Attachments:
Description Flags
Proposed patch andersca: review+

Description Mike Thole 2010-11-02 11:01:44 PDT
The WebProcessProxy informs the WebProcessManager about crashes AFTER it informs the individual pages about the crash.  This can cause individual pages to try to reload a new URL using the dead WebProcess.

The WebProcessProxy should tell the shared WebProcessManager abut the crash before telling the individual pages.
Comment 1 Mike Thole 2010-11-02 11:04:28 PDT
Created attachment 72699 [details]
Proposed patch
Comment 2 Eric Seidel (no email) 2010-11-10 14:15:03 PST
Attachment 72699 [details] was posted by a committer and has review+, assigning to Mike Thole for commit.
Comment 3 Mike Thole 2010-11-10 14:21:39 PST
<rdar://problem/8610451>

Committed revision 71135.