[webkit-changes] [WebKit/WebKit] fa0b2e: Web Inspector: REGRESSION(290430 at main, 291074 at main...
Devin Rousso
noreply at github.com
Thu Feb 27 18:57:41 PST 2025
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fa0b2e54ab2dd8373a205dcbb273e7f26c5d957d
https://github.com/WebKit/WebKit/commit/fa0b2e54ab2dd8373a205dcbb273e7f26c5d957d
Author: Devin Rousso <hi at devinrousso.com>
Date: 2025-02-27 (Thu, 27 Feb 2025)
Changed paths:
M Source/WebInspectorUI/UserInterface/Views/ScriptClusterTimelineView.js
Log Message:
-----------
Web Inspector: REGRESSION(290430 at main, 291074 at main): Timeline view has no grid node for record selected in timeline overview.
https://bugs.webkit.org/show_bug.cgi?id=288686
Reviewed by BJ Burg.
Now that there is a separate `WI.ScriptDetailsTimelineView` (and `WI.ScriptProfileTimelineView`) for each `WI.Target`, we can't just use the `currentContentView` when selecting a `WI.ScriptTimelineRecord`.
* Source/WebInspectorUI/UserInterface/Views/ScriptClusterTimelineView.js:
(WI.ScriptClusterTimelineView.prototype.selectRecord):
Switch to the Events view for the `WI.Target` of the `WI.ScriptTimelineRecord` being selected.
Canonical link: https://commits.webkit.org/291287@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list