Closed
Bug 1913965
Opened 1 year ago
Closed 1 year ago
Remove backwards compat for importedStringConstants field
Categories
(Core :: JavaScript: WebAssembly, task, P3)
Core
JavaScript: WebAssembly
Tracking
()
RESOLVED
FIXED
133 Branch
| Tracking | Status | |
|---|---|---|
| firefox133 | --- | fixed |
People
(Reporter: rhunt, Assigned: rhunt)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We have a small hack to rewrite a importedStringConstants: true to importedStringConstants: "'", to keep compat with an earlier version of the proposal. We should remove this.
| Assignee | ||
Comment 1•1 year ago
|
||
Depends on D225292
Updated•1 year ago
|
Assignee: nobody → rhunt
Status: NEW → ASSIGNED
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/4a234b7b27de
wasm: Remove backwards compat for 'importedStringConstants'. r=bvisness
https://hg.mozilla.org/integration/autoland/rev/d73f470a8104
1914210, 1919901, 1920337: apply code formatting via Lando
Backout by abutkovits@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/00403b194b93
Backed out 5 changesets (bug 1913965, bug 1919901, bug 1920337, bug 1914210) for causing failures at shadowrealm.html. CLOSED TREE
Pushed by rhunt@eqrion.net:
https://hg.mozilla.org/integration/autoland/rev/1b1319b9a7c4
wasm: Remove backwards compat for 'importedStringConstants'. r=bvisness
https://hg.mozilla.org/integration/autoland/rev/2fabba874aa9
1914210, 1919901, 1920337: apply code formatting via Lando
Comment 5•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/1b1319b9a7c4
https://hg.mozilla.org/mozilla-central/rev/2fabba874aa9
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox133:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 133 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•