Open
Bug 1348865
Opened 8 years ago
Updated 3 years ago
Provide a way to restrict MOZ_DUMP_PAINT to just a single content window's document tree
Categories
(Core :: Graphics, enhancement, P3)
Core
Graphics
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox55 | --- | affected |
People
(Reporter: jwatt, Unassigned)
Details
(Whiteboard: [gfx-noted])
It would be really helpful if there was a way to restrict MOZ_DUMP_PAINT to just a single content window's document tree. The performance of logging the entire browser is bad, and the amount of noise in the log output makes it hard to extract relevant information. (Maybe there's a trick that I'm missing/overlooking.)
Comment 1•8 years ago
|
||
I usually use the pref layout.display-list.dump-content which only affects content processes.
Updated•8 years ago
|
Whiteboard: [gfx-noted]
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•