Closed
Bug 1636424
Opened 6 years ago
Closed 6 years ago
Use standard/MFBT functions in DataView
Categories
(Core :: JavaScript: Standard Library, enhancement)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
mozilla78
| Tracking | Status | |
|---|---|---|
| firefox78 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(3 files)
DataToRepTypecan be replaced withmozilla::UnsignedStdintTypeForSizeMOZ_ALIGNOFcan be replaced withalignofneedToSwapBytescan be replaced withmozilla::NativeEndian
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Depends on D74394
| Assignee | ||
Comment 3•6 years ago
|
||
Depends on D74395
Pushed by dluca@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fcf44397b223
Part 1: Use UnsignedStdintTypeForSize to determine the unsigned integer representation. r=jandem
https://hg.mozilla.org/integration/autoland/rev/be7550014c77
Part 2: Replace MOZ_ALIGNOF with alignof. r=jandem
https://hg.mozilla.org/integration/autoland/rev/d50ab362c108
Part 3: Use mozilla::NativeEndian to swap bytes in DataViews. r=jandem
Comment 5•6 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/fcf44397b223
https://hg.mozilla.org/mozilla-central/rev/be7550014c77
https://hg.mozilla.org/mozilla-central/rev/d50ab362c108
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
You need to log in
before you can comment on or make changes to this bug.
Description
•