Closed
Bug 620610
Opened 13 years ago
Closed 13 years ago
Dump layer tree assignments when dumping display lists
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: roc, Assigned: roc)
Details
Attachments
(1 file, 1 obsolete file)
3.52 KB,
patch
|
tnikkel
:
review+
|
Details | Diff | Splinter Review |
It's very helpful when debugging to be able to see which display items ended up in which display lists. This is easy to add.
Assignee | ||
Comment 1•13 years ago
|
||
Attachment #498957 -
Flags: review?(tnikkel)
Comment 2•13 years ago
|
||
Comment on attachment 498957 [details] [diff] [review] fix Yay! >- fprintf(aOutput, "%s %p(%s) (%d,%d,%d,%d)(%d,%d,%d,%d)%s%s\n", >+ fprintf(aOutput, "%s 0x%p(%s) (%d,%d,%d,%d)(%d,%d,%d,%d)%s%s", >+ fprintf(aOutput, " layer=0x%p", layer); I think this will print two copies of '0x' on Linux (at least in a little test program it did).
Assignee | ||
Comment 3•13 years ago
|
||
Hmm, it doesn't on Windows. I guess I'll just remove the 0xs.
Assignee | ||
Comment 4•13 years ago
|
||
Attachment #498957 -
Attachment is obsolete: true
Attachment #498975 -
Flags: review?(tnikkel)
Attachment #498957 -
Flags: review?(tnikkel)
Updated•13 years ago
|
Attachment #498975 -
Flags: review?(tnikkel) → review+
Assignee | ||
Updated•13 years ago
|
Whiteboard: [needs landing]
Assignee | ||
Comment 5•13 years ago
|
||
Comment on attachment 498975 [details] [diff] [review] fix v2 Changes only debug-only code
Attachment #498975 -
Flags: approval2.0?
Assignee | ||
Comment 6•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/c2325c5439c3
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Whiteboard: [needs landing]
Assignee | ||
Updated•13 years ago
|
Attachment #498975 -
Flags: approval2.0?
You need to log in
before you can comment on or make changes to this bug.
Description
•