Bug 42213

Summary: Show IDs and classnames in layer tree dumps
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: mitz
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Simon Fraser (smfr) 2010-07-13 16:53:19 PDT
The results of showLayerTree() should contain classes and IDs for ease of use.
Comment 1 Simon Fraser (smfr) 2010-07-13 16:59:14 PDT
Created attachment 61435 [details]
Patch
Comment 2 mitz 2010-07-13 17:28:49 PDT
Comment on attachment 61435 [details]
Patch

> +    RenderAsTextShowAttributes = 1 << 4, // Show id and class attributes

You could save the comment by naming this RenderAsTextShowIDAndClass
Comment 3 Simon Fraser (smfr) 2010-07-13 17:38:48 PDT
http://trac.webkit.org/changeset/63269