Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 39abc0748ebf842bfc66a51c49419cfd2bb7353e
https://github.com/WebKit/WebKit/commit/39abc0748ebf842bfc66a51c49419cfd2bb7353e
Author: Devin Rousso <[email protected]>
Date: 2026-06-29 (Mon, 29 Jun 2026)
Changed paths:
M Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js
Log Message:
-----------
Web Inspector: timeline exports/imports wrong timestamp for performance.mark()
https://bugs.webkit.org/show_bug.cgi?id=287639
<rdar://problem/145226764>
Reviewed by Qianlang Chen.
Wait to set the `title` of the `WI.TimelineMarker` until when it's added to the
DOM as it's not needed until then.
As a byproduct, this is after the `_startTime` is set, which is needed to
ensure the right timestamp is shown.
* Source/WebInspectorUI/UserInterface/Views/TimelineRuler.js:
(WI.TimelineRuler.prototype.addMarker):
(WI.TimelineRuler.prototype._updateMarkers):
Canonical link: https://commits.webkit.org/316073@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications