Bug 69431 - Web Inspector: move elements panel update semantics from ElementsPanel to ElementsTreeOutline.
Summary: Web Inspector: move elements panel update semantics from ElementsPanel to Ele...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-05 08:42 PDT by Pavel Feldman
Modified: 2011-10-05 09:13 PDT (History)
10 users (show)

See Also:


Attachments
Patch (35.30 KB, patch)
2011-10-05 08:47 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2011-10-05 08:42:46 PDT
ElementsTreeOutline should be self-sufficient. Today's control flow goes back and forth.
Comment 1 Pavel Feldman 2011-10-05 08:47:28 PDT
Created attachment 109804 [details]
Patch
Comment 2 Yury Semikhatsky 2011-10-05 09:02:08 PDT
Comment on attachment 109804 [details]
Patch

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

> Source/WebCore/inspector/front-end/ElementsPanel.js:-609
> -                panel.selectDOMNode(crumb.representedObject, true);

This line should remain.
Comment 3 Pavel Feldman 2011-10-05 09:13:45 PDT
Committed r96711: <http://trac.webkit.org/changeset/96711>