Skip to content
  • ddkilzer's avatar
    LayoutTests: · 09cbb70c
    ddkilzer authored
            Reviewed by ggaren.
    
            - test and results for http://bugzilla.opendarwin.org/show_bug.cgi?id=9150
              DumpRenderTree should be able to keep URL history during runs
    
            * fast/history/clicked-link-is-visited-expected.checksum: Added.
            * fast/history/clicked-link-is-visited-expected.png: Added.
            * fast/history/clicked-link-is-visited-expected.txt: Added.
            * fast/history/clicked-link-is-visited.html: Added.
            * fast/history/resources/clicked-link-is-visited-2.html: Added.
    
    WebCore:
    
            Reviewed by ggaren.
    
            - Update a manual test for http://bugzilla.opendarwin.org/show_bug.cgi?id=9150
              DumpRenderTree should be able to keep URL history during runs
    
            * manual-tests/redraw-page-cache-visited-links.html: Added note about window.history hack.
            Fixed coordinates for mouse events.  Added call to keepWebHistory().
            * manual-tests/resources/redraw-page-cache-visited-links-2.html: Added note about
            window.history hack.
    
    WebKitTools:
    
            Reviewed by ggaren.
    
            - http://bugzilla.opendarwin.org/show_bug.cgi?id=9150
              DumpRenderTree should be able to keep URL history during runs
    
            Test: LayoutTests/fast/history/clicked-link-is-visited.html
    
            * DumpRenderTree/DumpRenderTree.m: Add keepWebHistory function to layoutTestController
            (+[LayoutTestController isSelectorExcludedFromWebScript:]): Updated for keepWebHistory.
            (-[LayoutTestController keepWebHistory]): Added.  We only set optional shared history if
            it is currently nil since keepWebHistory() might be called more than once incidentally
            for the same test.
            (dumpRenderTree): Set optional shared history in WebHistory to nil by default.
            * DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj: Xcode 2.3 clean up.
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@14905 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    09cbb70c