Closed
Bug 1565580
Opened 6 years ago
Closed 6 years ago
Improve blob metadata deserialization code
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla70
| Tracking | Status | |
|---|---|---|
| firefox70 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(2 files)
This removes duplication and makes it a bit safer by using ConvertFromBytes to do an unaligned read of the indexOffset
| Assignee | ||
Comment 1•6 years ago
|
||
This removes duplication and makes it a bit safer by using ConvertFromBytes to
do an unaligned read of the indexOffset.
Also, inner classes can't have template methods. Who knew.
| Assignee | ||
Updated•6 years ago
|
Blocks: blob-recoord
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fac5cbf38f64
Improve blob metadata deserialization code. r=Gankro
| Assignee | ||
Comment 3•6 years ago
|
||
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9b8e83ba6508
Apply accidentally dropped review comments.
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/fac5cbf38f64
https://hg.mozilla.org/mozilla-central/rev/9b8e83ba6508
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Updated•6 years ago
|
Assignee: nobody → jmuizelaar
You need to log in
before you can comment on or make changes to this bug.
Description
•