RESOLVED DUPLICATE of bug 13683 13750
REGRESSION: Failing loads never show error page
https://bugs.webkit.org/show_bug.cgi?id=13750
Summary REGRESSION: Failing loads never show error page
Tony Chang
Reported 2007-05-16 12:21:38 PDT
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.
Attachments
Brady Eidson
Comment 1 2007-05-16 14:45:00 PDT
Dupe of http://bugs.webkit.org/show_bug.cgi?id=13683 *** This bug has been marked as a duplicate of 13683 ***
Note You need to log in before you can comment on or make changes to this bug.