Bug 63690 - Web Inspector: [Chromium] Support annotations for arrays in heap profiler
Summary: Web Inspector: [Chromium] Support annotations for arrays in heap profiler
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-06-30 00:47 PDT by Mikhail Naganov
Modified: 2011-06-30 05:11 PDT (History)
10 users (show)

See Also:


Attachments
patch (1.35 KB, patch)
2011-06-30 01:02 PDT, Mikhail Naganov
yurys: 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-06-30 00:47:06 PDT
Support for array annotations is being added into VM. We need to support in UI.
Comment 1 Mikhail Naganov 2011-06-30 01:02:24 PDT
Created attachment 99253 [details]
patch
Comment 2 Mikhail Naganov 2011-06-30 05:11:42 PDT
Manually committed http://trac.webkit.org/changeset/90107

2011-06-30  Mikhail Naganov  <mnaganov@chromium.org>

        Reviewed by Yury Semikhatsky.

        Web Inspector: [Chromium] Support annotations for arrays in heap profiler.
        https://bugs.webkit.org/show_bug.cgi?id=63690

        * inspector/front-end/DetailedHeapshotGridNodes.js:
        (WebInspector.HeapSnapshotGenericObjectNode.prototype.get data):