Bug 60057 - Unreachable URL is lost when canceling load of a new page
Summary: Unreachable URL is lost when canceling load of a new page
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2011-05-03 13:39 PDT by Jeff Miller
Modified: 2011-05-03 13:54 PDT (History)
0 users

See Also:


Attachments
Patch (2.81 KB, patch)
2011-05-03 13:50 PDT, Jeff Miller
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>