Bug 127367 - Web Inspector: Show Resource and Record selection path in the navigation bar
Summary: Web Inspector: Show Resource and Record selection path in the navigation bar
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Timothy Hatcher
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-01-21 14:17 PST by Timothy Hatcher
Modified: 2014-01-22 09:50 PST (History)
4 users (show)

See Also:


Attachments
Patch (15.00 KB, patch)
2014-01-21 14:19 PST, Timothy Hatcher
joepeck: review+
joepeck: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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