Bug 76813

Summary: Web Inspector: DetailedHeapSnapshot: Replace the list of retainers with the expandable tree (to get rid of cycles)
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
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   
Bug Depends on:    
Bug Blocks: 78411    
Attachments:
Description Flags
Patch
pfeldman: review+
screenshot none

Description Ilya Tikhonovsky 2012-01-23 00:49:10 PST
%subj%
Comment 1 Ilya Tikhonovsky 2012-01-23 00:51:59 PST
Created attachment 123527 [details]
Patch
Comment 2 Pavel Feldman 2012-01-23 00:58:38 PST
Comment on attachment 123527 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=123527&action=review

Looks sane.

> Source/WebCore/inspector/front-end/DetailedHeapshotView.js:194
> +    },

trailing comma

> Source/WebCore/inspector/front-end/DetailedHeapshotView.js:462
> +    retainingPathsTitle.textContent = WebInspector.UIString("Object's retaining tree");

Please bring localized strings in sync with the change.
Comment 3 Ilya Tikhonovsky 2012-01-23 01:09:43 PST
Created attachment 123528 [details]
screenshot
Comment 4 Ilya Tikhonovsky 2012-01-23 01:24:07 PST
Committed r105598: <http://trac.webkit.org/changeset/105598>