• sullivan's avatar
    WebCore: · b7f98995
    sullivan authored
            Reviewed by Darin
    
            - WebCore part of fix for: <rdar://problem/4451715> REGRESSION: On some sites, have to 
              type a character before username/password autofill kicks in
    
            * loader/FrameLoaderClient.h:
            new dispatchDidFinishDocumentLoad call
    
            * loader/FrameLoader.cpp:
            (WebCore::FrameLoader::finishedParsing):
            call dispatchDidFinishDocumentLoad
            
            * platform/graphics/svg/SVGImageEmptyClients.h:
            (WebCore::SVGEmptyFrameLoaderClient::dispatchDidFinishDocumentLoad):
            empty implementation for dispatchDidFinishDocumentLoad
    
    WebKit:
    
            Reviewed by Darin
    
            - WebKit part of fix for: <rdar://problem/4451715> REGRESSION: On some sites, have to 
              type a character before username/password autofill kicks in
              
            Added new webView:didFinishDocumentLoadForFrame: SPI and wired it up
    
            * WebView/WebViewPrivate.h:
            declare new delegate method
    
            * WebCoreSupport/WebFrameLoaderClient.h:
            declare dispatchDidFinishDocumentLoad()
    
            * WebCoreSupport/WebFrameLoaderClient.mm:
            (WebFrameLoaderClient::dispatchDidFinishDocumentLoad):
            new method, calls new delegate method
    
            * DefaultDelegates/WebDefaultFrameLoadDelegate.m:
            (-[WebDefaultFrameLoadDelegate webView:didFinishDocumentLoadForFrame:]):
            empty default implementation of new delegate method
    
    WebKitQt:
    
            Added stubs for new callbacks, to try to avoid breaking the Qt port.
    
            * WebCoreSupport/FrameLoaderClientQt.cpp:
            (WebCore::FrameLoaderClientQt::dispatchDidFinishDocumentLoad):
            * WebCoreSupport/FrameLoaderClientQt.h:
    
    
    
    git-svn-id: svn://svn.chromium.org/blink/trunk@18994 bbb929c8-8fbe-4397-9dbb-9b2b20218538
    b7f98995
ChangeLog 341 KB