Skip to content
  • benjamin@webkit.org's avatar
    Move computedStyleIncludingVisitedInfo from TestRunner to Internals · 599049a9
    benjamin@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=109772
    
    Patch by Benjamin Poulain <bpoulain@apple.com> on 2013-03-02
    Reviewed by Andreas Kling.
    
    Source/WebCore: 
    
    The function computedStyleIncludingVisitedInfo() is purely internal to WebCore,
    it is better defined on Internals than on TestRunner.
    
    * testing/Internals.cpp:
    (WebCore::Internals::computedStyleIncludingVisitedInfo):
    * testing/Internals.h:
    * testing/Internals.idl:
    
    Source/WebKit/blackberry: 
    
    * WebKitSupport/DumpRenderTreeSupport.cpp:
    * WebKitSupport/DumpRenderTreeSupport.h:
    (DumpRenderTreeSupport):
    
    Source/WebKit/efl: 
    
    * WebCoreSupport/DumpRenderTreeSupportEfl.cpp:
    * WebCoreSupport/DumpRenderTreeSupportEfl.h:
    
    Source/WebKit/gtk: 
    
    * WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
    * WebCoreSupport/DumpRenderTreeSupportGtk.h:
    (DumpRenderTreeSupportGtk):
    
    Source/WebKit/mac: 
    
    * WebView/WebView.mm:
    * WebView/WebViewPrivate.h:
    
    Source/WebKit/qt: 
    
    * WebCoreSupport/DumpRenderTreeSupportQt.cpp:
    * WebCoreSupport/DumpRenderTreeSupportQt.h:
    
    Source/WebKit2: 
    
    * WebProcess/InjectedBundle/API/c/WKBundleFrame.cpp:
    * WebProcess/InjectedBundle/API/c/WKBundleFramePrivate.h:
    * WebProcess/WebPage/WebFrame.cpp:
    * WebProcess/WebPage/WebFrame.h:
    (WebFrame):
    
    Tools: 
    
    * DumpRenderTree/TestRunner.cpp:
    (TestRunner::staticFunctions):
    * DumpRenderTree/TestRunner.h:
    (TestRunner):
    * DumpRenderTree/blackberry/TestRunnerBlackBerry.cpp:
    * DumpRenderTree/efl/TestRunnerEfl.cpp:
    * DumpRenderTree/gtk/TestRunnerGtk.cpp:
    * DumpRenderTree/mac/TestRunnerMac.mm:
    * DumpRenderTree/qt/TestRunnerQt.cpp:
    * DumpRenderTree/qt/TestRunnerQt.h:
    (TestRunner):
    * DumpRenderTree/win/TestRunnerWin.cpp:
    * DumpRenderTree/wx/TestRunnerWx.cpp:
    * WebKitTestRunner/InjectedBundle/Bindings/TestRunner.idl:
    * WebKitTestRunner/InjectedBundle/TestRunner.cpp:
    * WebKitTestRunner/InjectedBundle/TestRunner.h:
    (TestRunner):
    
    LayoutTests: 
    
    Update the tests.
    
    * fast/history/multiple-classes-visited.html:
    * fast/history/nested-visited-test.html:
    * fast/history/self-is-visited.html:
    * fast/history/sibling-visited-test.html:
    * fast/loader/stateobjects/state-url-sets-links-visited.html:
    * platform/win/TestExpectations: unskip the tests.
    * platform/chromium/TestExpectations:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@144547 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    599049a9