Skip to content
  • yurys@chromium.org's avatar
    2009-11-27 Yury Semikhatsky <yurys@chromium.org> · 2c3be838
    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:
            * inspector/InspectorResource.cpp:
            (WebCore::InspectorResource::addLength):
            * loader/ResourceLoadNotifier.cpp:
            (WebCore::ResourceLoadNotifier::didFailToLoad):
            (WebCore::ResourceLoadNotifier::dispatchWillSendRequest):
            (WebCore::ResourceLoadNotifier::dispatchDidReceiveResponse):
            (WebCore::ResourceLoadNotifier::dispatchDidReceiveContentLength):
            (WebCore::ResourceLoadNotifier::dispatchDidFinishLoading):
    2009-11-27  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@51440 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    2c3be838