RESOLVED FIXED 154954
Web Inspector: Timelines UI redesign: use DataGridNode for TimelineView selection path components
https://bugs.webkit.org/show_bug.cgi?id=154954
Summary Web Inspector: Timelines UI redesign: use DataGridNode for TimelineView selec...
Matt Baker
Reported 2016-03-02 21:53:44 PST
* SUMMARY Use DataGridNode for TimelineView selection path components. Currently GeneralTreeElementPathComponents are created from the selected tree element in the sidebar. The selected grid node should be used instead.
Attachments
[Patch] Proposed Fix (31.72 KB, patch)
2016-03-09 15:41 PST, Matt Baker
no flags
[Patch] Proposed Fix (33.45 KB, patch)
2016-03-09 16:49 PST, Matt Baker
no flags
Radar WebKit Bug Importer
Comment 1 2016-03-02 21:53:57 PST
Matt Baker
Comment 2 2016-03-09 15:41:56 PST
Created attachment 273492 [details] [Patch] Proposed Fix
Timothy Hatcher
Comment 3 2016-03-09 15:56:48 PST
Comment on attachment 273492 [details] [Patch] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=273492&action=review > Source/WebInspectorUI/UserInterface/Views/ProfileNodeDataGridNode.js:132 > + // Protected This would be public. Protected is for subclass internal use, not use from another class.
Matt Baker
Comment 4 2016-03-09 16:32:46 PST
Comment on attachment 273492 [details] [Patch] Proposed Fix View in context: https://bugs.webkit.org/attachment.cgi?id=273492&action=review >> Source/WebInspectorUI/UserInterface/Views/ProfileNodeDataGridNode.js:132 >> + // Protected > > This would be public. Protected is for subclass internal use, not use from another class. TimelineDataGridNode and its other subclasses should be updated too.
Matt Baker
Comment 5 2016-03-09 16:49:56 PST
Created attachment 273511 [details] [Patch] Proposed Fix
WebKit Commit Bot
Comment 6 2016-03-09 17:37:52 PST
Comment on attachment 273511 [details] [Patch] Proposed Fix Clearing flags on attachment: 273511 Committed r197909: <http://trac.webkit.org/changeset/197909>
WebKit Commit Bot
Comment 7 2016-03-09 17:37:55 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.