Bug 105737

Summary: Memory instrumentation: provide a way to mark a node as a root
Product: WebKit Reporter: Yury Semikhatsky <yurys>
Component: Web Inspector (Deprecated)Assignee: Yury Semikhatsky <yurys>
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   
Attachments:
Description Flags
Patch apavlov: review+

Description Yury Semikhatsky 2012-12-24 22:34:41 PST
Some objects are considered as roots while traversing native heap and there should be a way to mark them as such in the memory graph.
Comment 1 Yury Semikhatsky 2012-12-24 22:48:50 PST
Created attachment 180701 [details]
Patch
Comment 2 Ilya Tikhonovsky 2012-12-24 22:58:53 PST
Comment on attachment 180701 [details]
Patch

looks good to me
Comment 3 Yury Semikhatsky 2012-12-24 23:42:23 PST
Committed r138454: <http://trac.webkit.org/changeset/138454>