RESOLVED FIXED 61177
Web Inspector: [Chromium] Show URL of DOMWindow in heap profiles
https://bugs.webkit.org/show_bug.cgi?id=61177
Summary Web Inspector: [Chromium] Show URL of DOMWindow in heap profiles
Mikhail Naganov
Reported 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.
Attachments
patch (1.47 KB, patch)
2011-05-27 12:28 PDT, Mikhail Naganov
pfeldman: review+
mnaganov: commit-queue-
Mikhail Naganov
Comment 1 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.
Mikhail Naganov
Comment 2 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):
Note You need to log in before you can comment on or make changes to this bug.