Bug 72576

Summary: [chromium] Add some useful text to existing debug dump
Product: WebKit Reporter: Shawn Singh <shawnsingh>
Component: Layout and RenderingAssignee: Shawn Singh <shawnsingh>
Status: RESOLVED FIXED    
Severity: Normal CC: cc-bugs, enne, jamesr, kbr, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Shawn Singh
Reported 2011-11-16 18:34:50 PST
The --show-composited-layer-tree flag shows a useful dump of the tree as text, but I had to modify it and then revert it for several patches already. Could we just add this information into the debug dump so its always there? Specifically: (1) adding the draw transform for RenderSurfaces, and (2) using "//" as a divider between columns to visualize the matrix more easily. Patch is coming in just a moment.
Attachments
Patch (3.63 KB, patch)
2011-11-16 18:39 PST, Shawn Singh
no flags
Shawn Singh
Comment 1 2011-11-16 18:39:39 PST
Adrienne Walker
Comment 2 2011-11-17 09:42:30 PST
That looks really useful. This change looks good to me.
Kenneth Russell
Comment 3 2011-11-18 14:00:54 PST
Comment on attachment 115511 [details] Patch Does this change affect any layout tests? These are called from CCLayerImpl::layerTreeAsText() but I don't know whether that's related to LayoutTestController's similarly named functionality.
Shawn Singh
Comment 4 2011-11-18 15:03:50 PST
(In reply to comment #3) > (From update of attachment 115511 [details]) > Does this change affect any layout tests? These are called from CCLayerImpl::layerTreeAsText() but I don't know whether that's related to LayoutTestController's similarly named functionality. No, this is simply a debug dump local to our compositor code that is visualized with --show-composited-layer-tree command-line flag. Just in case, I also double-checked layout tests before and after this patch, and I don't see any obvious regressions.
WebKit Review Bot
Comment 5 2011-11-18 16:15:05 PST
Comment on attachment 115511 [details] Patch Clearing flags on attachment: 115511 Committed r100823: <http://trac.webkit.org/changeset/100823>
WebKit Review Bot
Comment 6 2011-11-18 16:15:09 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.