Bug 168752

Summary: Web Inspector: Add "goto arrow" to DOMNodeTreeElements in the Debugger tab
Product: WebKit Reporter: Matt Baker <mattbaker>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, inspector-bugzilla-changes
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 168101    
Bug Blocks:    
Attachments:
Description Flags
[Image] DOM node tree element UI
none
[Image] "Reveal in DOM tree"
none
Patch
none
Patch for landing none

Description Matt Baker 2017-02-22 16:00:16 PST
Created attachment 302457 [details]
[Image] DOM node tree element UI

See screenshot.
Comment 1 Matt Baker 2017-03-11 14:26:43 PST
Created attachment 304177 [details]
[Image] "Reveal in DOM tree"
Comment 2 Matt Baker 2017-03-11 14:35:24 PST
Created attachment 304178 [details]
Patch
Comment 3 Devin Rousso 2017-03-11 17:12:31 PST
Comment on attachment 304178 [details]
Patch

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

> Source/WebInspectorUI/UserInterface/Views/DOMNodeTreeElement.js:54
> +        contextMenu.appendSeparator();
> +        contextMenu.appendItem(WebInspector.UIString("Reveal in DOM Tree"), () => {

NIT: I think there should be a newline between these lines.
Comment 4 Matt Baker 2017-03-11 20:21:03 PST
Created attachment 304182 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2017-03-11 21:02:29 PST
Comment on attachment 304182 [details]
Patch for landing

Clearing flags on attachment: 304182

Committed r213765: <http://trac.webkit.org/changeset/213765>
Comment 6 WebKit Commit Bot 2017-03-11 21:02:33 PST
All reviewed patches have been landed.  Closing bug.