Skip to content
  • kaustubh@motorola.com's avatar
    [DRT] LTC:: counterValueForElementById() could be moved to Internals. · 479cf83d
    kaustubh@motorola.com authored
    https://bugs.webkit.org/show_bug.cgi?id=84406
    
    Reviewed by Hajime Morita.
    
    .: 
    
    Exporting Internals::counterValueForElement symbols for the Gtk build.
    
    * Source/autotools/symbols.filter:
    
    Source/WebCore: 
    
    Move the counterValueForElementById from LayoutTestCotroller to Internals and
    remove the old platform specific implementations as it exclusively tests WebCore functionality.
    
    Covered by existing test cases.
    
    * testing/Internals.cpp:
    (WebCore::Internals::counterValue):
    (WebCore):
    * testing/Internals.h:
    (Internals):
    * testing/Internals.idl:
    
    Source/WebKit/efl: 
    
    Move the counterValueForElementById from LayoutTestCotroller to Internals and
    remove the old platform specific implementations as it exclusively tests WebCore functionality.
    
    * WebCoreSupport/DumpRenderTreeSupportEfl.cpp:
    
    Source/WebKit/gtk: 
    
    Move the counterValueForElementById from LayoutTestCotroller to Internals and
    remove the old platform specific implementations as it exclusively tests WebCore functionality.
    
    * WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
    * WebCoreSupport/DumpRenderTreeSupportGtk.h:
    (DumpRenderTreeSupportGtk):
    
    Source/WebKit/qt: 
    
    Move the counterValueForElementById from LayoutTestCotroller to Internals and
    remove the old platform specific implementations as it exclusively tests WebCore functionality.
    
    * WebCoreSupport/DumpRenderTreeSupportQt.cpp:
    * WebCoreSupport/DumpRenderTreeSupportQt.h:
    
    Source/WebKit/win: 
    
    Move the counterValueForElementById from LayoutTestCotroller to Internals and
    remove the old platform specific implementations as it exclusively tests WebCore functionality.
    
    * Interfaces/IWebFramePrivate.idl:
    * WebFrame.cpp:
    * WebFrame.h:
    
    Source/WebKit2: 
    
    Exporting Internals::counterValueForElement symbols for the win build.
    
    * win/WebKit2.def:
    
    Tools: 
    
    Move the counterValueForElementById from LayoutTestCotroller to Internals and
    remove the old platform specific implementations as it exclusively tests WebCore functionality.
    
    * DumpRenderTree/LayoutTestController.cpp:
    (LayoutTestController::staticFunctions):
    * DumpRenderTree/LayoutTestController.h:
    (LayoutTestController):
    * DumpRenderTree/blackberry/LayoutTestControllerBlackBerry.cpp:
    * DumpRenderTree/chromium/LayoutTestController.cpp:
    (LayoutTestController::LayoutTestController):
    (LayoutTestController::setPOSIXLocale):
    * DumpRenderTree/chromium/LayoutTestController.h:
    (LayoutTestController):
    * DumpRenderTree/efl/LayoutTestControllerEfl.cpp:
    * DumpRenderTree/gtk/LayoutTestControllerGtk.cpp:
    * DumpRenderTree/mac/LayoutTestControllerMac.mm:
    * DumpRenderTree/qt/LayoutTestControllerQt.cpp:
    * DumpRenderTree/qt/LayoutTestControllerQt.h:
    (LayoutTestController):
    * DumpRenderTree/win/LayoutTestControllerWin.cpp:
    * DumpRenderTree/wx/LayoutTestControllerWx.cpp:
    * WebKitTestRunner/InjectedBundle/Bindings/LayoutTestController.idl:
    * WebKitTestRunner/InjectedBundle/LayoutTestController.cpp:
    (WTR):
    * WebKitTestRunner/InjectedBundle/LayoutTestController.h:
    (LayoutTestController):
    
    LayoutTests: 
    
    Move the counterValueForElementById from LayoutTestCotroller to Internals and
    remove the old platform specific implementations as it exclusively tests WebCore functionality.
    
    * fast/css/counters/2displays-expected.txt:
    * fast/css/counters/2displays.html:
    * fast/css/counters/adding-nodes.html:
    * fast/css/counters/after-continuation-expected.txt:
    * fast/css/counters/after-continuation.html:
    * fast/css/counters/content-021-expected.txt:
    * fast/css/counters/content-021.html:
    * fast/css/counters/counter-before-content-not-incremented.html:
    * fast/css/counters/counter-increment-000-expected.txt:
    * fast/css/counters/counter-increment-000.html:
    * fast/css/counters/counter-increment-001-expected.txt:
    * fast/css/counters/counter-increment-001.html:
    * fast/css/counters/counter-increment-002.html:
    * fast/css/counters/counter-increment-inherit-expected.txt:
    * fast/css/counters/counter-increment-inherit.htm:
    * fast/css/counters/counter-increment-overflow.html:
    * fast/css/counters/counter-increment-tests-expected.txt:
    * fast/css/counters/counter-increment-tests.htm:
    * fast/css/counters/counter-reset-000.html:
    * fast/css/counters/counter-reset-001.html:
    * fast/css/counters/counter-reset-002.html:
    * fast/css/counters/counterValueForElementById-expected.txt:
    * fast/css/counters/counterValueForElementById.html:
    * fast/css/counters/deep-before-expected.txt:
    * fast/css/counters/deep-before.html:
    * fast/css/counters/invalidate-cached-counter-node.html:
    * fast/css/counters/nesting.html:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@120054 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    479cf83d