Bug 107303

Summary: Web Inspector: Native Memory Instrumentation: provide edge names and class names for WTF containers and strings
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, benjamin, keishi, loislo, ojan.autocc, pfeldman, pmuellr, vsevik, web-inspector-bugs, webkit.review.bot, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 107254, 107278    
Attachments:
Description Flags
Patch
none
Patch yurys: review+

Description Ilya Tikhonovsky 2013-01-18 10:45:33 PST
I think ValueType[] would be good class name for the containers internal data buffers.
I can eval the actual class name for ValueType but it will gives us nothing new because the same class name is a part of the container class name.
Like WebCore::HashMap<String>

Also this class name may significantly increase the footprint of the binary.
Comment 1 Ilya Tikhonovsky 2013-01-18 10:52:02 PST
Created attachment 183504 [details]
Patch
Comment 2 Ilya Tikhonovsky 2013-01-19 04:21:28 PST
Created attachment 183620 [details]
Patch
Comment 3 Ilya Tikhonovsky 2013-02-01 07:34:25 PST
Committed r141591: <http://trac.webkit.org/changeset/141591>