Skip to content
  • commit-queue@webkit.org's avatar
    Web Inspector: Rename console.markTimeline() to console.timeStamp() for Firebug compatibility. · 058fb454
    commit-queue@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=63317
    
    Patch by Mike West <mkwst@chromium.org> on 2011-07-15
    Reviewed by Pavel Feldman.
    
    Source/WebCore:
    
    Test: inspector/timeline/timeline-time-stamp.html
    
    * inspector/InspectorConsoleInstrumentation.h:
    (WebCore::InspectorInstrumentation::consoleTimeStamp):
    * inspector/InspectorInstrumentation.cpp:
    (WebCore::InspectorInstrumentation::consoleTimeStampImpl):
    * inspector/InspectorInstrumentation.h:
    * inspector/InspectorTimelineAgent.cpp:
    (WebCore::InspectorTimelineAgent::didTimeStamp):
    * inspector/InspectorTimelineAgent.h:
    * inspector/TimelineRecordFactory.cpp:
    (WebCore::TimelineRecordFactory::createTimeStampData):
    * inspector/TimelineRecordFactory.h:
    * inspector/front-end/TimelineAgent.js:
    * inspector/front-end/TimelineOverviewPane.js:
    (WebInspector.TimelineOverviewPane.prototype.update.markPercentagesForRecord):
    (WebInspector.TimelineOverviewPane.prototype.update):
    * inspector/front-end/TimelinePanel.js:
    (WebInspector.TimelinePanel):
    (WebInspector.TimelinePanel.prototype.get _recordStyles):
    (WebInspector.TimelinePanel.prototype._updateEventDividers):
    (WebInspector.TimelinePanel.prototype._createEventDivider):
    (WebInspector.TimelinePanel.prototype._innerAddRecordToTimeline):
    (WebInspector.TimelinePanel.prototype._clearPanel):
    (WebInspector.TimelinePanel.FormattedRecord.prototype._getRecordDetails):
    * page/Console.cpp:
    (WebCore::Console::markTimeline):
    (WebCore::Console::timeStamp):
    * page/Console.h:
    * page/Console.idl:
    
    LayoutTests:
    
    * inspector/timeline/resources/timeline-iframe-data.html:
    * inspector/timeline/timeline-enum-stability-expected.txt:
    * inspector/timeline/timeline-event-dispatch.html:
    * inspector/timeline/timeline-mark-timeline-expected.txt:
    * inspector/timeline/timeline-mark-timeline.html:
    * inspector/timeline/timeline-script-tag-1-expected.txt:
    * inspector/timeline/timeline-test.js:
    (initialize_Timeline.InspectorTest.dumpTimelineRecord):
    * inspector/timeline/timeline-time-stamp-expected.txt: Added.
    * inspector/timeline/timeline-time-stamp.html: Copied from LayoutTests/inspector/timeline/timeline-mark-timeline.html.
    * platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt:
    * platform/chromium/inspector/timeline/timeline-time-stamp-expected.txt: Copied from LayoutTests/platform/chromium/inspector/timeline/timeline-mark-timeline-expected.txt.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@91061 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    058fb454