Bug 109042

Summary: Web Inspector: Native Memory Instrumentation: provide name property for DOM Element and Attribute nodes.
Product: WebKit Reporter: Ilya Tikhonovsky <loislo>
Component: Web Inspector (Deprecated)Assignee: Ilya Tikhonovsky <loislo>
Status: RESOLVED WONTFIX    
Severity: Normal CC: apavlov, cmarcelo, 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    
Attachments:
Description Flags
Patch none

Ilya Tikhonovsky
Reported 2013-02-06 05:21:54 PST
EOM
Attachments
Patch (4.63 KB, patch)
2013-02-06 05:28 PST, Ilya Tikhonovsky
no flags
Ilya Tikhonovsky
Comment 1 2013-02-06 05:28:54 PST
Yury Semikhatsky
Comment 2 2013-02-08 00:22:47 PST
Comment on attachment 186836 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186836&action=review > Source/WebCore/dom/Element.cpp:2827 > + memoryObjectInfo->setName(buildElementSelectorString(this).utf8().data()); This may have a noticeable performance impact which should be avoided in the cases when we don't collect heap graph.
Pavel Feldman
Comment 3 2013-03-19 09:53:39 PDT
Comment on attachment 186836 [details] Patch Clearing r? - it has been there for ages, probably obsolete.
Note You need to log in before you can comment on or make changes to this bug.