Skip to content
  • kaustubh@motorola.com's avatar
    .: [DRT] LTC:: pageNumberForElementById() could be moved to Internals. · 8e91b051
    kaustubh@motorola.com authored
    https://bugs.webkit.org/show_bug.cgi?id=92091
    
    Reviewed by Adam Barth.
    
    Exporting Internals::pageNumber symbols for the Gtk build.
    
    * Source/autotools/symbols.filter:
    
    Source/WebCore: [DRT] LTC:: pageNumberForElementById() could be moved to Internals
    https://bugs.webkit.org/show_bug.cgi?id=92091
    
    Reviewed by Adam Barth.
    
    Move the pageNumberForElementById 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):
    (WebCore::Internals::pageNumber):
    * testing/Internals.h:
    (Internals):
    (WebCore::Internals::pageNumber):
    * testing/Internals.idl:
    
    Source/WebKit/efl: [DRT] LTC:: pageNumberForElementById() could be moved to Internals
    https://bugs.webkit.org/show_bug.cgi?id=92091
    
    Reviewed by Adam Barth.
    
    Move the pageNumberForElementById from LayoutTestCotroller to Internals and
    remove the old platform specific implementations as it exclusively tests WebCore functionality.
    
    * WebCoreSupport/DumpRenderTreeSupportEfl.cpp:
    
    Source/WebKit/gtk: [DRT] LTC:: pageNumberForElementById() could be moved to Internals
    https://bugs.webkit.org/show_bug.cgi?id=92091
    
    Reviewed by Adam Barth.
    
    Move the pageNumberForElementById 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: [DRT] LTC:: pageNumberForElementById() could be moved to Internals
    https://bugs.webkit.org/show_bug.cgi?id=92091
    
    Reviewed by Adam Barth.
    
    Move the pageNumberForElementById 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: [DRT] LTC:: pageNumberForElementById() could be moved to Internals
    https://bugs.webkit.org/show_bug.cgi?id=92091
    
    Reviewed by Adam Barth.
    
    Moved the pageNumberForElementById from LayoutTestCotroller to Internals and
    remove the old platform specific implementations as it exclusively tests WebCore functionality.
    
    * WebFrame.cpp: Added comment for removing the function. Removed implementation.
    
    Tools: [DRT] LTC:: pageNumberForElementById() could be moved to Internals
    https://bugs.webkit.org/show_bug.cgi?id=92091
    
    Reviewed by Adam Barth.
    
    Move the pageNumberForElementById 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::setPrinting):
    * 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: [DRT] LTC:: pageNumberForElementById() could be moved to Internals
    https://bugs.webkit.org/show_bug.cgi?id=92091
    
    Reviewed by Adam Barth.
    
    Move the pageNumberForElementById from LayoutTestCotroller to Internals and
    remove the old platform specific implementations as it exclusively tests WebCore functionality.
    
    * printing/pageNumerForElementById-expected.txt:
    * printing/resources/paged-media-test-utils.js:
    (pageNumberForElementShouldBe):
    * printing/return-from-printing-mode.html:
    * printing/script-tests/pageNumerForElementById.js:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@123711 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    8e91b051