[Webkit-unassigned] [Bug 13750] New: REGRESSION: load failures never complete
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed May 16 12:21:40 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13750
Summary: REGRESSION: load failures never complete
Product: WebKit
Version: 522+ (nightly)
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Page Loading
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: idealisms at gmail.com
Steps to reproduce:
1) Go to a valid site (e.g., http://www.apple.com)
2) Enter a fake domain in the url bar (e.g., http://www.apple.comz)
3) The dns error page never loads
This appears related to the recent change in
WebCore/loader/FrameLoader.cpp:mainReceivedCompletedError from using
checkLoadComplete to checkCompleted. In the case of a failed load,
m_isComplete never gets set to false so the call to checkCompleted exits early
rather than making it to checkLoadComplete.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list