Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Web Inspector: Can't select record bar in Frames timeline
https://bugs.webkit.org/show_bug.cgi?id=156963 <rdar://problem/25898256> Reviewed by Timothy Hatcher. Sync record selection between the Rendering Frames grid and overview graph. * UserInterface/Views/DataGrid.js: (WebInspector.DataGridNode.prototype.hasAncestor): Add helper function needed by TimelineView. * UserInterface/Views/RenderingFrameTimelineOverviewGraph.js: (WebInspector.RenderingFrameTimelineOverviewGraph.prototype._mouseClicked): Don't deselect the selected record when clicked. Initially this seemed like a good idea but it complicates the UI for no added value. * UserInterface/Views/TimelineRecordingContentView.js: (WebInspector.TimelineRecordingContentView.prototype._contentViewSelectionPathComponentDidChange): Get path components from the current TimelineView instead of the TimelineRecordingContentView, now that the selected record appears in the bottom ContentBrowser's navigation bar. Canonical link: https://commits.webkit.org/175683@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@200656 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
4 changed files
with
48 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters