Bug 60057

Summary: Unreachable URL is lost when canceling load of a new page
Product: WebKit Reporter: Jeff Miller <jeffm>
Component: WebKit2Assignee: Jeff Miller <jeffm>
Status: RESOLVED FIXED    
Severity: Normal Keywords: InRadar
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch darin: review+

Description Jeff Miller 2011-05-03 13:39:50 PDT
In bug 47938 <http://trac.webkit.org/changeset/70097>, we added support for tracking the unreachable URL in the UI process in WebFrameProxy.  However, as soon as you start loading a new URL, any previous unreachable URL is lost.  If you cancel loading the new page, the previous page is still shown, but it no longer has an unreachable URL.
Comment 1 Jeff Miller 2011-05-03 13:40:14 PDT
<rdar://problem/9049135>
Comment 2 Jeff Miller 2011-05-03 13:50:15 PDT
Created attachment 92121 [details]
Patch
Comment 3 Jeff Miller 2011-05-03 13:54:31 PDT
Committed r85655: <http://trac.webkit.org/changeset/85655>