Bug 87971

Summary: Web Inspector: add RenderArena sizes to the memory pie-chart
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
Status: RESOLVED FIXED    
Severity: Normal CC: alph, apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 87984    
Bug Blocks: 87262    
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

Description Yury Semikhatsky 2012-05-31 07:21:17 PDT
It can be easily measured and may well represent a considerable part of memory on some pages.
Comment 1 Yury Semikhatsky 2012-05-31 07:24:04 PDT
Created attachment 145087 [details]
Patch
Comment 2 Yury Semikhatsky 2012-05-31 07:29:11 PDT
Created attachment 145088 [details]
Patch
Comment 3 Ilya Tikhonovsky 2012-05-31 07:39:58 PDT
Comment on attachment 145088 [details]
Patch

looks good to me
Comment 4 Pavel Feldman 2012-06-01 01:12:06 PDT
Comment on attachment 145088 [details]
Patch

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

> Source/WebCore/inspector/InspectorMemoryAgent.cpp:342
> +

I leke the vertical builder code layout better.
Comment 5 Yury Semikhatsky 2012-06-01 01:35:12 PDT
Committed r119201: <http://trac.webkit.org/changeset/119201>