Bug 154954 - Web Inspector: Timelines UI redesign: use DataGridNode for TimelineView selection path components
Summary: Web Inspector: Timelines UI redesign: use DataGridNode for TimelineView selec...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Matt Baker
URL:
Keywords: InRadar
Depends on:
Blocks: 153036
  Show dependency treegraph
 
Reported: 2016-03-02 21:53 PST by Matt Baker
Modified: 2016-03-09 17:37 PST (History)
8 users (show)

See Also:


Attachments
[Patch] Proposed Fix (31.72 KB, patch)
2016-03-09 15:41 PST, Matt Baker
no flags Details | Formatted Diff | Diff
[Patch] Proposed Fix (33.45 KB, patch)
2016-03-09 16:49 PST, Matt Baker
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Baker 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.
Comment 1 Radar WebKit Bug Importer 2016-03-02 21:53:57 PST
<rdar://problem/24947939>
Comment 2 Matt Baker 2016-03-09 15:41:56 PST
Created attachment 273492 [details]
[Patch] Proposed Fix
Comment 3 Timothy Hatcher 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.
Comment 4 Matt Baker 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.
Comment 5 Matt Baker 2016-03-09 16:49:56 PST
Created attachment 273511 [details]
[Patch] Proposed Fix
Comment 6 WebKit Commit Bot 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>
Comment 7 WebKit Commit Bot 2016-03-09 17:37:55 PST
All reviewed patches have been landed.  Closing bug.