Open
Bug 1437925
Opened 8 years ago
Updated 2 years ago
Add support for external images to the WR binary recorder
Categories
(Core :: Graphics: WebRender, enhancement, P5)
Tracking
()
NEW
People
(Reporter: kats, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [gfx-noted])
Right now running firefox with ENABLE_WR_RECORDING=1 has the side-effect of disabling external images, because of code at [1][2][3]. This behaviour change is undesirable because bugs that only appear with external images turned on cannot be recorded.
[1] https://searchfox.org/mozilla-central/rev/9d47b5fb14152865ad1375eb3ee2e571d81ecdb9/gfx/layers/wr/AsyncImagePipelineManager.cpp#192
[2] https://searchfox.org/mozilla-central/rev/b9f1a4ecba48b2d8c686669e32d109c40e927b48/gfx/layers/wr/WebRenderBridgeParent.cpp#387
[3] https://searchfox.org/mozilla-central/rev/b9f1a4ecba48b2d8c686669e32d109c40e927b48/gfx/layers/wr/WebRenderBridgeParent.cpp#403
| Reporter | ||
Updated•8 years ago
|
See Also: → https://github.com/servo/webrender/issues/2411
Updated•8 years ago
|
Comment 1•7 years ago
|
||
The capture infrastructure makes this less important. We probably don't need to block.
Comment 2•7 years ago
|
||
It is questionable if we'd still need this at some point. Lowering the priority.
Status: NEW → ASSIGNED
Priority: P2 → P5
Comment 3•7 years ago
|
||
Oh wow, not sure why I signed up for this.
I think the better path forward would be doing multi-frame WR capture (bug 1561367)
Status: ASSIGNED → NEW
Comment 4•4 years ago
|
||
The bug assignee is inactive on Bugzilla, so the assignee is being reset.
Assignee: dmalyshau → nobody
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•