* SUMMARY Clarify Heap Snapshot instance Retained Size by hiding retained size of non-dominated children It can be confusing to expand a Heap Snapshot Instance and see a larger number than the retained size of the instance itself. That is because this is just a reference to another instance, but it is not dominated by the base object being expanded. Clarify this by only showing retained size of children that are dominated by the base object, and hiding the retained size of children that are not dominated.
<rdar://problem/25923913>
Created attachment 277314 [details] [PATCH] Proposed Fix
Created attachment 277316 [details] [IMAGE] Before - Show Retained Size for all
Created attachment 277317 [details] [IMAGE] Partial - Show Retained Size for immediately dominated children
Created attachment 277318 [details] [IMAGE] After - Show Retained Size for immediately dominated and transitively dominated children
Comment on attachment 277314 [details] [PATCH] Proposed Fix Clearing flags on attachment: 277314 Committed r200086: <http://trac.webkit.org/changeset/200086>
All reviewed patches have been landed. Closing bug.