Bug 61177

Summary: Web Inspector: [Chromium] Show URL of DOMWindow in heap profiles
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-20 01:49:03 PDT
When there are multiple DOMWindow objects, it's hard to tell which one corresponds to page, etc. We need to show an URL next to an object for identification.
Comment 1 Mikhail Naganov 2011-05-27 12:28:40 PDT
Created attachment 95205 [details]
patch

We need very little from the UI. The main change is in the VM.
Comment 2 Mikhail Naganov 2011-05-27 13:05:39 PDT
Manually committed http://trac.webkit.org/changeset/87538

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

        Reviewed by Pavel Feldman.

        Web Inspector: [Chromium] Add support for showing URL of DOMWindow in heap profiles.
        https://bugs.webkit.org/show_bug.cgi?id=61177

        * inspector/front-end/HeapSnapshot.js:
        (WebInspector.HeapSnapshotNode.prototype.get className):