Closed
Bug 1526593
Opened 6 years ago
Closed 6 years ago
Capture frame builder state in WebRender
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: kvark, Assigned: kvark)
Details
Attachments
(1 file)
WebRender captures currently dump:
- scene
- frame
- interned storages
- clip-scroll tree (in text)
- backend and resources
What's missing is a number of internal structures used during frame building. Seeing things like a picture tree in clear light is helpful for debugging. We don't necessarily need to be able to load it on replay even, just serialization is fine.
Assignee | ||
Comment 1•6 years ago
|
||
Saves a whole lot of useful data to peek in "builder-X-Y.ron"
Updated•6 years ago
|
Priority: -- → P3
Pushed by dmalyshau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6eca46400d21
WR capture frame builder state r=gw
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dmalyshau
Status: NEW → ASSIGNED
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•