[webkit-changes] [WebKit/WebKit] d59181: Merge InspectorInstrumentation::performanceMarkImpl

Ryosuke Niwa noreply at github.com
Sat Jun 24 01:39:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d5918187d18a309512bf04da9a709f43762634a0
      https://github.com/WebKit/WebKit/commit/d5918187d18a309512bf04da9a709f43762634a0
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2023-06-24 (Sat, 24 Jun 2023)

  Changed paths:
    M LayoutTests/inspector/timeline/timeline-event-performance-mark.html
    M Source/WebCore/inspector/InspectorInstrumentation.cpp
    M Source/WebCore/inspector/InspectorInstrumentation.h
    M Source/WebCore/page/PerformanceUserTiming.cpp
    M Source/WebInspectorUI/UserInterface/Models/TimelineRecording.js

  Log Message:
  -----------
  Merge InspectorInstrumentation::performanceMarkImpl
https://bugs.webkit.org/show_bug.cgi?id=258489

Reviewed by Devin Rousso.

Merge two implementations of InspectorInstrumentation::performanceMarkImpl.

Also renamed TimelineRecording.prototype.get markers to markersForTesting.

* LayoutTests/inspector/timeline/timeline-event-performance-mark.html:
* Source/WebCore/inspector/InspectorInstrumentation.cpp:
(WebCore::InspectorInstrumentation::performanceMarkImpl):
* Source/WebCore/inspector/InspectorInstrumentation.h:
(WebCore::InspectorInstrumentation::performanceMark):
* Source/WebCore/page/PerformanceUserTiming.cpp:
(WebCore::PerformanceUserTiming::mark):
* Source/WebInspectorUI/UserInterface/Models/TimelineRecording.js:
(WI.TimelineRecording):
(WI.TimelineRecording.prototype.exportData):
(WI.TimelineRecording.prototype.reset):
(WI.TimelineRecording.prototype.addEventMarker):
(WI.TimelineRecording.prototype.get markersForTesting): Renamed from markers.

Canonical link: https://commits.webkit.org/265496@main




More information about the webkit-changes mailing list