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.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8747609 -
Flags: review?(bbouvier)
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 |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
Updated•9 years ago
|
Keywords: dev-doc-needed
Comment 5•9 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
•