Skip to content
  • commit-queue@webkit.org's avatar
    Web Inspector: Use console.timeStamp instead of console.markTimeline · 06bd1042
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=117810
    
    Patch by Seokju Kwon <seokju.kwon@gmail.com> on 2013-06-20
    Reviewed by Joseph Pecoraro.
    
    Source/WebCore:
    
    Webkit supports both console.timeStamp and console.markTimeline.
    And they do the exact same thing.
    This patch gets rid of console.markTimeline for Chrome/Firebug compatibility.
    
    No new functionality, no new tests.
    
    * WebCore.order:
    * page/Console.cpp:
    * page/Console.h:
    * page/Console.idl:
    
    LayoutTests:
    
    Use 'console.timeStamp' instead of 'console.markTimeline' in LayoutTests.
    And remove inspector/timeline/timeline-mark-timeline.html.
    
    * inspector/console/console-messages-stack-traces-expected.txt:
    * inspector/console/console-messages-stack-traces.html:
    * inspector/timeline/timeline-mark-timeline-expected.txt: Removed.
    * inspector/timeline/timeline-mark-timeline.html: Removed.
    * inspector/timeline/timeline-timer-fired-from-eval-call-site.html:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@151774 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    06bd1042