Closed
Bug 1877791
Opened 1 year ago
Closed 1 year ago
Implement the JSON modules proposal
Categories
(Core :: JavaScript Engine, enhancement, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
125 Branch
| Tracking | Status | |
|---|---|---|
| firefox125 | --- | fixed |
People
(Reporter: jon4t4n, Assigned: jon4t4n)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
Bug for implementing the proposal in the JS engine.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P2
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → jonatan.r.klemets
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
| Assignee | ||
Comment 2•1 year ago
|
||
| Assignee | ||
Comment 3•1 year ago
|
||
test262-update.py --revision $(head -n 1 test262/GIT-INFO | awk '{print $2}')
| Assignee | ||
Comment 4•1 year ago
|
||
We still have a few more places to rename assertions to attributes. This
patch only renames what is needed for the JSON module patches. The rest of the
cleanup will happen in bug 1844128.
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/05f9d0197b94
Part 0: Rename ModuleRequestObject::assertions to attributes r=dminor
https://hg.mozilla.org/integration/autoland/rev/b861ebc333a9
Part 1: Implement JSON modules r=jonco,dminor
https://hg.mozilla.org/integration/autoland/rev/57be88e4fe9b
Part 2: Update test262-update.py to include JSON modules r=mgaudet
https://hg.mozilla.org/integration/autoland/rev/1103ba5a4393
Part 3: Run test262-update.py r=mgaudet
Comment 6•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/05f9d0197b94
https://hg.mozilla.org/mozilla-central/rev/b861ebc333a9
https://hg.mozilla.org/mozilla-central/rev/57be88e4fe9b
https://hg.mozilla.org/mozilla-central/rev/1103ba5a4393
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox125:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 125 Branch
Updated•1 year ago
|
Regressions: CVE-2025-0240
You need to log in
before you can comment on or make changes to this bug.
Description
•