Skip to content
  • yurys@chromium.org's avatar
    2009-11-26 Yury Semikhatsky <yurys@chromium.org> · 71495490
    yurys@chromium.org authored
            Reviewed by Pavel Feldman.
    
            This is a WebCore part of the fix that allows to view plugin
            resources loaded by plugins.
    
            https://bugs.webkit.org/show_bug.cgi?id=31832
    
            * inspector/InspectorController.cpp:
            (WebCore::InspectorController::willSendRequest):
            (WebCore::InspectorController::didReceiveResponse):
            (WebCore::InspectorController::didReceiveContentLength):
            (WebCore::InspectorController::didFinishLoading):
            (WebCore::InspectorController::didFailLoading):
            * inspector/InspectorController.h: Remove unused DocumentLoader parameters from inspector methods.
            * inspector/InspectorResource.cpp:
            (WebCore::InspectorResource::addLength): Update loading end time when new data are received.
            * loader/ResourceLoadNotifier.cpp:
            (WebCore::ResourceLoadNotifier::didFailToLoad): Notify InspectorController about the failure.
            (WebCore::ResourceLoadNotifier::dispatchWillSendRequest):
            (WebCore::ResourceLoadNotifier::dispatchDidReceiveResponse):
            (WebCore::ResourceLoadNotifier::dispatchDidReceiveContentLength):
            (WebCore::ResourceLoadNotifier::dispatchDidFinishLoading):
    
    2009-11-26  Yury Semikhatsky  <yurys@chromium.org>
    
            Reviewed by Pavel Feldman.
    
            WebCore part of the fix that allows to view plugin
            resources loaded by plugins. Methods that for resource
            loading notifications are exposed through WebDevToolsAgent
            interface to the glue code to allow Chromium's plugin
            implementation to notify InspectorController about resource
            loading in plugins.
    
            https://bugs.webkit.org/show_bug.cgi?id=31832
    
            * public/WebDevToolsAgent.h:
            * public/WebView.h:
            * src/WebViewImpl.cpp:
            (WebKit::WebViewImpl::createUniqueIdentifierForRequest):
            * src/WebViewImpl.h:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@51421 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    71495490