Bug 61177 - Web Inspector: [Chromium] Show URL of DOMWindow in heap profiles
Summary: Web Inspector: [Chromium] Show URL of DOMWindow in heap profiles
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: Mikhail Naganov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-20 01:49 PDT by Mikhail Naganov
Modified: 2011-05-27 13:05 PDT (History)
10 users (show)

See Also:


Attachments
patch (1.47 KB, patch)
2011-05-27 12:28 PDT, Mikhail Naganov
pfeldman: review+
mnaganov: commit-queue-
Details | Formatted Diff | Diff

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