Closed
Bug 1730282
Opened 4 years ago
Closed 4 years ago
Cleanup of serialization code in WebGL
Categories
(Core :: Graphics: CanvasWebGL, task, P1)
Core
Graphics: CanvasWebGL
Tracking
()
RESOLVED
FIXED
94 Branch
| Tracking | Status | |
|---|---|---|
| firefox94 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(1 file)
We spend a bunch of code tracking QueueStatus with multiple failure cases, but we don't actually use anything but boolean ok/bad.
Also we have some unused structs and code.
| Assignee | ||
Comment 1•4 years ago
|
||
- Replace QueueStatus with bool
- Remove unused structs and code
- Add some MOZ_LIKELY to (de)serialization branches
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/96b6c532cb1f
Cleanup IPC WebGL code. r=gfx-reviewers,lsalzman
Comment 3•4 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•