Closed
Bug 1565566
Opened 5 years ago
Closed 5 years ago
blob: fix convert_from_bytes
Categories
(Core :: Graphics: WebRender, enhancement)
Core
Graphics: WebRender
Tracking
()
RESOLVED
FIXED
mozilla70
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
This makes convert_from_bytes more sane
Assignee | ||
Comment 1•5 years ago
|
||
This minimizes regret by requiring T: Copy and switches
to read_unaligned() because the pointer can be unaligned.
Pushed by jmuizelaar@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9aec8e6d823a
blob: Improve convert_from_bytes. r=Gankro
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Updated•5 years ago
|
Assignee: nobody → jmuizelaar
You need to log in
before you can comment on or make changes to this bug.
Description
•