Closed
Bug 1702243
Opened 4 years ago
Closed 4 years ago
WR captures can't be replayed because of native compositing
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox89 | --- | fixed |
People
(Reporter: kvark, Assigned: kvark)
References
Details
Attachments
(1 file)
Output:
[webrender/src/renderer/mod.rs:2080] current_compositor_kind = Draw {
max_partial_present_rects: 0,
draw_previous_partial_present_regions: false,
}
[webrender/src/renderer/mod.rs:2080] active_doc_compositor_kind = Draw {
max_partial_present_rects: 1,
draw_previous_partial_present_regions: true,
}
thread 'main' panicked at 'internal error: entered unreachable code', webrender/src/renderer/mod.rs:2081:21
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → dmalyshau
Status: NEW → ASSIGNED
Pushed by dmalyshau@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/beadff5fb047
Handle Wrench compositing differences with the capture r=gw
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•