Closed
Bug 1262062
Opened 9 years ago
Closed 9 years ago
Remove futexWait and futexWake aliases after FF48 branches
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
2.74 KB,
patch
|
bbouvier
:
review+
|
Details | Diff | Splinter Review |
In bug 1260910 futexWait and futexWake were renamed as wait and wake in accordance with a spec change. For a little bit of backward compatibility I left the old names in the code as aliases for the new names. After FF48 branches on 4/18/16 we should remove the aliases; one cycle of compatibility should be enough.
Comment 2•9 years ago
|
||
Comment on attachment 8747609 [details] [diff] [review] bug1262062-remove-futex.patch Review of attachment 8747609 [details] [diff] [review]: ----------------------------------------------------------------- Thanks!
Attachment #8747609 -
Flags: review?(bbouvier) → review+
Assignee | ||
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4a3493053ffb01506babf159fd0b43e177be0f62 Bug 1262062 - remove old futex names. r=bbouvier
Comment 4•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/4a3493053ffb
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•8 years ago
|
Keywords: dev-doc-needed
Comment 5•8 years ago
|
||
Noted that this happened in the compat section: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics#Compatibility_notes
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•