Closed
Bug 1841214
Opened 2 years ago
Closed 2 years ago
Change MOZ_ASSERT_UNREACHABLE() calling situation in RemoteTextureMap::GetRemoteTextureForDisplayList()
Categories
(Core :: Graphics, enhancement)
Core
Graphics
Tracking
()
RESOLVED
FIXED
117 Branch
| Tracking | Status | |
|---|---|---|
| firefox117 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
(Whiteboard: [sp3])
Attachments
(1 file)
From Bug 1839264 , the following MOZ_ASSERT_UNREACHABLE() was hit when WebGL context was lost during canvas size change. We could avoid calling MOZ_ASSERT_UNREACHABLE() during the context lost.
| Assignee | ||
Updated•2 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Summary: Change MOZ_ASSERT_UNREACHABLE() calling in RemoteTextureMap::GetRemoteTextureForDisplayList() → Change MOZ_ASSERT_UNREACHABLE() calling situation in RemoteTextureMap::GetRemoteTextureForDisplayList()
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cd8b32d8e4a1
Change MOZ_ASSERT_UNREACHABLE() calling situation in RemoteTextureMap::GetRemoteTextureForDisplayList() r=gfx-reviewers,lsalzman
Updated•2 years ago
|
Whiteboard: [sp3]
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-434
Comment 3•2 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•