Bug 127367

Summary: Web Inspector: Show Resource and Record selection path in the navigation bar
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch joepeck: review+, joepeck: commit-queue-

Description Timothy Hatcher 2014-01-21 14:17:09 PST
Selecting a Resource in the Timeline does not show Resource details sidebar. This is because the selection path is missing.
Comment 1 Radar WebKit Bug Importer 2014-01-21 14:17:46 PST
<rdar://problem/15873932>
Comment 2 Timothy Hatcher 2014-01-21 14:19:19 PST
Created attachment 221786 [details]
Patch
Comment 3 Joseph Pecoraro 2014-01-21 14:31:41 PST
Comment on attachment 221786 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=221786&action=review

r=me

> Source/WebInspectorUI/UserInterface/OverviewTimelineView.js:118
> +            console.log(treeElement);

Debug! Unless you wanted to change this be a console.assert.
Comment 4 Timothy Hatcher 2014-01-22 09:50:32 PST
https://trac.webkit.org/r162527