Bug 60029

Summary: Web Inspector: [Chromium] Clicking on non-object entry in detailed heap snapshots should clear retaining paths shown
Product: WebKit Reporter: Mikhail Naganov <mnaganov>
Component: Web Inspector (Deprecated)Assignee: Mikhail Naganov <mnaganov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch pfeldman: review+, mnaganov: commit-queue-

Description Mikhail Naganov 2011-05-03 08:33:42 PDT
It's confusing when clicking on a constructor entry doesn't change anything in retaining paths list. The retaining paths list should hint user that it needs to click on object entries to see paths.
Comment 1 Mikhail Naganov 2011-05-03 08:36:28 PDT
Created attachment 92081 [details]
patch
Comment 2 Mikhail Naganov 2011-05-03 12:55:21 PDT
Manually committed http://trac.webkit.org/changeset/85641

2011-05-03  Mikhail Naganov  <mnaganov@chromium.org>

        Reviewed by Pavel Feldman.

        WebInspector: [Chromium] Hint user that to display retaining paths, an object entry must be clicked.
        https://bugs.webkit.org/show_bug.cgi?id=60029

        * English.lproj/localizedStrings.js:
        * inspector/front-end/DetailedHeapshotView.js:
        (WebInspector.HeapSnapshotRetainingPathsList.prototype.reset):
        (WebInspector.DetailedHeapshotView.prototype._mouseClickInContainmentGrid):