Closed
Bug 1570593
Opened 7 years ago
Closed 7 years ago
document splitting: Failed to lock ExternalImage error
Categories
(Core :: Graphics: WebRender, defect)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
With STR in Bug 1569131 Comment 14, Failed to lock ExternalImage error happened during document splitting.
https://searchfox.org/mozilla-central/source/gfx/webrender_bindings/RendererOGL.cpp#29
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Comment 1•7 years ago
|
||
It happened, since ResourceCache::is_image_active() does not support multiple documents. When multiple document exists, it does not return correct result.
| Assignee | ||
Comment 2•7 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1425139dd2b8
Do not use ResourceCache::is_image_active() with multiple documents r=gw
Comment 4•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in
before you can comment on or make changes to this bug.
Description
•