Bug 77201

Summary: Web Inspector: detailed heap snapshot: Replace (Native objects) root element with '(Detached DOM trees)' and '(Document DOM trees)'
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, apavlov, bweinstein, japhet, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 78411    
Attachments:
Description Flags
Patch yurys: review+

Description Ilya Tikhonovsky 2012-01-27 04:42:32 PST
Detailed heap snapshot usability improvement. 

The detailed heap snapshot has two groups of nodes. The first one 
is the group for heap nodes and the second one is the group for 
native objects. At the moment we have two different sets of native 
objects. There are 'Detached DOM trees' and 'Document DOM trees' type of objects. 

I think it'd be nice to replace one group containing all native objects with 
separate groups for different types of native objects.
Comment 1 Ilya Tikhonovsky 2012-01-27 05:31:41 PST
Created attachment 124297 [details]
Patch
Comment 2 Ilya Tikhonovsky 2012-01-27 06:09:07 PST
Committed r106115: <http://trac.webkit.org/changeset/106115>