Closed
Bug 984844
Opened 11 years ago
Closed 6 years ago
Can't generate screenshots when dealing with snapshots loaded from disk
Categories
(DevTools Graveyard :: Canvas Debugger, defect, P3)
DevTools Graveyard
Canvas Debugger
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: vporof, Unassigned)
References
Details
Since the screenshot generation logic is on the backend, we can't replay animation frames to generate screenshots, because we don't have any actors. We don't even have the original canvas, which is necessary when dealing with WebGL.
Not sure if we actually can/want to fix this. An alternative is generating screenshots for all the draw calls before serializing the snapshot, but that would be relatively slow.
Updated•8 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•6 years ago
|
||
The code behind DevTools:Canvas Debugger has gone away. Closing this bug as INVALID
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•