Changeset 21524 in webkit


Ignore:
Timestamp:
May 16, 2007 9:47:17 PM (17 years ago)
Author:
mjs
Message:

Reviewed by Adam.

<rdar://problem/5191024> Page never loads completely (emonome.vodpod.com)
<rdar://problem/5205162> REGRESSION (r21367): In the Address URL field, typing a site name doesn't redirect to site after pressing return
http://bugs.webkit.org/show_bug.cgi?id=13683
<rdar://problem/5208951> REGRESSION: Progress bar never completes on link click that downloads (13694)
http://bugs.webkit.org/show_bug.cgi?id=13694
<rdar://problem/5201598> REGRESSION: After uploading file to iDisk at mac.com, "loading" status remains and file does not appear in the list


  • loader/FrameLoader.cpp: (WebCore::FrameLoader::mainReceivedCompleteError): Make sure to always check whether the overall load completed, even if we think the current frame load is already complete.
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r21522 r21524  
     12007-05-16  Maciej Stachowiak  <mjs@apple.com>
     2
     3        Reviewed by Adam.
     4
     5        <rdar://problem/5191024> Page never loads completely (emonome.vodpod.com)
     6        <rdar://problem/5205162> REGRESSION (r21367): In the Address URL field, typing a site name doesn't redirect to site after pressing return
     7        http://bugs.webkit.org/show_bug.cgi?id=13683
     8        <rdar://problem/5208951> REGRESSION: Progress bar never completes on link click that downloads (13694)
     9        http://bugs.webkit.org/show_bug.cgi?id=13694
     10        <rdar://problem/5201598> REGRESSION: After uploading file to iDisk at mac.com, "loading" status remains and file does not appear in the list
     11       
     12        * loader/FrameLoader.cpp:
     13        (WebCore::FrameLoader::mainReceivedCompleteError): Make sure to always check whether the overall
     14        load completed, even if we think the current frame load is already complete.
     15
    1162007-05-16  dethbakin  <bdakin@apple.com>
    217
  • trunk/WebCore/loader/FrameLoader.cpp

    r21521 r21524  
    22462246}
    22472247
    2248 
    22492248void FrameLoader::setDocumentLoader(DocumentLoader* loader)
    22502249{
     
    42024201    m_client->dispatchDidLoadMainResource(activeDocumentLoader());
    42034202    checkCompleted();
    4204 #if PLATFORM(QT)
    42054203    checkLoadComplete();
    4206 #endif
    42074204}
    42084205
Note: See TracChangeset for help on using the changeset viewer.