Closed
Bug 1521780
Opened 7 years ago
Closed 6 years ago
Rename memory.drop and table.drop
Categories
(Core :: JavaScript: WebAssembly, enhancement, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
mozilla66
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: lth, Assigned: lth)
References
Details
Attachments
(1 file)
|
27.05 KB,
patch
|
jseward
:
review+
|
Details | Diff | Splinter Review |
Memory.drop -> data.drop, and table.drop -> elem.drop, per agreement in https://github.com/WebAssembly/bulk-memory-operations/issues/23, see also https://github.com/WebAssembly/bulk-memory-operations/pull/46.
| Assignee | ||
Comment 1•7 years ago
|
||
I won't land this until my PR against the spec has been accepted, but might as well review...
Attachment #9038255 -
Flags: review?(jseward)
Comment 2•6 years ago
|
||
Comment on attachment 9038255 [details] [diff] [review]
bug1521780-rename-drops.patch
Review of attachment 9038255 [details] [diff] [review]:
-----------------------------------------------------------------
Looks fine.
Attachment #9038255 -
Flags: review?(jseward) → review+
Pushed by lhansen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7b9d92a7c779
Rename memory.drop and table.drop. r=jseward
Comment 4•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla66
Comment 5•6 years ago
|
||
Adding dev-doc-needed just to make sure we get the names right if/when we cover this one MDN anywhere.
Keywords: dev-doc-needed
Updated•5 years ago
|
Keywords: dev-doc-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•