Skip to content
  • dglazkov@chromium.org's avatar
    WebCore: · 8ac9b855
    dglazkov@chromium.org authored
    2009-05-01  Pavel Feldman  <pfeldman@chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Add a FrameLoaderClient callback for the ResourceRetrievedByXMLHttpRequest.
            This is the only resource-related information that is available in InspectorController
            and is missing in the FrameLoaderClient.
    
            https://bugs.webkit.org/show_bug.cgi?id=25347
    
            * WebCore.xcodeproj/project.pbxproj: Made ScriptSource private.
            * dom/Document.cpp: Made a call to a client along with the call to the InspectorController.
            (WebCore::Document::resourceRetrievedByXMLHttpRequest):
            * loader/EmptyClients.h: Added stub implementation.
            (WebCore::EmptyFrameLoaderClient::dispatchDidLoadResourceByXMLHttpRequest):
            * loader/FrameLoader.cpp: Call initiating dispatches.
            (WebCore::FrameLoader::resourceRetrievedByXMLHttpRequest):
            * loader/FrameLoader.h:
            * loader/FrameLoaderClient.h:
    
    WebKit/gtk:
    
    2009-05-01  Pavel Feldman  <pfeldman@chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Add a FrameLoaderClient callback for the ResourceRetrievedByXMLHttpRequest.
    
            https://bugs.webkit.org/show_bug.cgi?id=25347
    
            * WebCoreSupport/FrameLoaderClientGtk.cpp:
            (WebKit::FrameLoaderClient::dispatchDidLoadResourceByXMLHttpRequest):
            * WebCoreSupport/FrameLoaderClientGtk.h:
    
    WebKit/mac:
    
    2009-05-01  Pavel Feldman  <pfeldman@chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Add a FrameLoaderClient callback for the ResourceRetrievedByXMLHttpRequest.
    
            https://bugs.webkit.org/show_bug.cgi?id=25347
    
            * WebCoreSupport/WebFrameLoaderClient.h:
            * WebCoreSupport/WebFrameLoaderClient.mm:
            (WebFrameLoaderClient::dispatchDidLoadResourceByXMLHttpRequest):
    
    WebKit/qt:
    
    2009-05-01  Pavel Feldman  <pfeldman@chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Add a FrameLoaderClient callback for the ResourceRetrievedByXMLHttpRequest.
    
            https://bugs.webkit.org/show_bug.cgi?id=25347
    
            * WebCoreSupport/FrameLoaderClientQt.cpp:
            (WebCore::FrameLoaderClientQt::dispatchDidLoadResourceByXMLHttpRequest):
            * WebCoreSupport/FrameLoaderClientQt.h:
    
    WebKit/win:
    
    2009-05-01  Pavel Feldman  <pfeldman@chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Add a FrameLoaderClient callback for the ResourceRetrievedByXMLHttpRequest.
    
            https://bugs.webkit.org/show_bug.cgi?id=25347
    
            * WebCoreSupport/WebFrameLoaderClient.cpp:
            (WebFrameLoaderClient::dispatchDidLoadResourceByXMLHttpRequest):
            * WebCoreSupport/WebFrameLoaderClient.h:
    
    WebKit/wx:
    
    2009-05-01  Pavel Feldman  <pfeldman@chromium.org>
    
            Reviewed by Timothy Hatcher.
    
            Add a FrameLoaderClient callback for the ResourceRetrievedByXMLHttpRequest.
    
            https://bugs.webkit.org/show_bug.cgi?id=25347
    
            * WebKitSupport/FrameLoaderClientWx.cpp:
            (WebCore::FrameLoaderClientWx::dispatchDidLoadResourceByXMLHttpRequest):
            * WebKitSupport/FrameLoaderClientWx.h:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@43113 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    8ac9b855