WR capture multiple frames
Categories
(Core :: Graphics: WebRender, enhancement, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox77 | --- | fixed |
People
(Reporter: kvark, Assigned: aosmond)
References
Details
Attachments
(1 file)
Currently WR captures only a single frame. In some cases, it's difficult to catch a visual issue. Capturing a sequence of frames would help.
Updated•6 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
I'm currently looking at this. It would help greatly with debugging issues such as bug 1526298 and bug 1596460, and no doubt issues in the future.
Assignee | ||
Comment 2•5 years ago
|
||
This patch adds support for the capture and replaying of multiple frames
during normal operation of Firefox. Ctrl + Shift + 6 starts capturing
and Ctrl + Shift + 7 stops capturing. It attempts to capture the minimum
amount of data required to replay a sequence for debugging purposes.
There are several known limitations, particularly surrounding replaying
when transitioning between snapshots of the resource cache. These will
be resolved with time, and the current implementation should be workable
to at least capture/debug most animated issues with some effort.
It also adds support for loading dynamic properties which is necessary
for accurate replaying of a captured frame (sequence or individual)
which are in the middle of an animation.
Comment 4•5 years ago
|
||
Backed out changeset 419be9960357 (Bug 1561367) for causing wrench bustages CLOSED TREE
https://treeherder.mozilla.org/logviewer.html#?job_id=298406797&repo=autoland
Comment 6•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Description
•