Skip to content
  • kmccullough@apple.com's avatar
    WebCore: · 907d84c4
    kmccullough@apple.com authored
    2009-07-29  Kevin McCullough  <kmccullough@apple.com>
    
            Reviewed by Darin Adler.
    
            Added foundation work to allow a testing infrastructure for the Web
            Inspector.
    
            * inspector/InspectorClient.h:
            * inspector/InspectorController.cpp:
            (WebCore::InspectorController::scriptObjectReady): Tell the testing
            harness that the window object is ready.
            * loader/EmptyClients.h: Empty class support for SVG.
            (WebCore::EmptyInspectorClient::inspectorWindowObjectCleared):
    
    WebKit/gtk:
    
    2009-07-29  Kevin McCullough  <kmccullough@apple.com>
    
            Reviewed by Darin Adler.
    
            Added foundation work to allow a testing infrastructure for the Web
            Inspector.
     
            * WebCoreSupport/InspectorClientGtk.cpp:
            (WebKit::InspectorClient::inspectorWindowObjectCleared):
            * WebCoreSupport/InspectorClientGtk.h:
    
    WebKit/mac:
    
    2009-07-29  Kevin McCullough  <kmccullough@apple.com>
    
            Reviewed by Darin Adler.
    
            Added foundation work to allow a testing infrastructure for the Web
            Inspector.
    
            * WebCoreSupport/WebInspectorClient.h:
            * WebCoreSupport/WebInspectorClient.mm:
            (WebInspectorClient::inspectorWindowObjectCleared): Send the delegate
            callback.
            * WebView/WebDelegateImplementationCaching.h:
            * WebView/WebView.mm:
            (-[WebView _cacheFrameLoadDelegateImplementations]):
            * WebView/WebViewPrivate.h: The delegate SPI.
    
    WebKit/qt:
    
    2009-07-29  Kevin McCullough  <kmccullough@apple.com>
    
            Reviewed by Darin Adler.
    
            Added foundation work to allow a testing infrastructure for the Web
            Inspector.
    
            * WebCoreSupport/InspectorClientQt.cpp:
            (WebCore::InspectorClientQt::inspectorWindowObjectCleared):
            * WebCoreSupport/InspectorClientQt.h:
    
    WebKit/win:
    
    2009-07-29  Kevin McCullough  <kmccullough@apple.com>
    
            Reviewed by Darin Adler.
    
            Added foundation work to allow a testing infrastructure for the Web
            Inspector.
    
            * WebCoreSupport/WebInspectorClient.cpp:
            (WebInspectorClient::inspectorWindowObjectCleared): Empty definition
            to let Windows compile but we should implement this at some point so
            that the tests can be run on Windows too.
            * WebCoreSupport/WebInspectorClient.h:
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@46558 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    907d84c4