Closed
Bug 1865116
Opened 2 years ago
Closed 1 year ago
Provide JSON.parse with source for arrays
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
126 Branch
Tracking | Status | |
---|---|---|
firefox126 | --- | fixed |
People
(Reporter: bthrall, Assigned: bthrall)
References
Details
Attachments
(1 file)
Support the JSON.parse with source proposal behind a shell option for parsing arrays.
This will require:
- Implement the CreateParseRecord() algorithm from the proposal with support for arrays
- Update InternalizeJSONProperty() and JSON.parse() implementations to look up the ParseRecord information for each array and its elements
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → bthrall
Attachment #9376312 -
Attachment description: WIP: Bug 1865116 - Provide source to reviver for JSON arrays → Bug 1865116 - Provide source to reviver for JSON arrays r=jandem
Status: NEW → ASSIGNED
Updated•1 year ago
|
Attachment #9376312 -
Attachment description: Bug 1865116 - Provide source to reviver for JSON arrays r=jandem → Bug 1865116 - Provide source to reviver for JSON arrays r=jandem,dminor
Pushed by bthrall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e15a85fbd4d7
Provide source to reviver for JSON arrays r=jandem
Comment 3•1 year ago
|
||
Backed out for causing build bustages at GCHashTable.h.
Backout link: https://hg.mozilla.org/integration/autoland/rev/9e5ae590250a9fb06dc656cf77179c2531ee328d
Push with failures: https://treeherder.mozilla.org/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=c82ea4f23c921fea9bcd2cd7f2361e0831710f25
Failure log: https://treeherder.mozilla.org/logviewer?job_id=451516709&repo=autoland&lineNumber=32887
Flags: needinfo?(bthrall)
Pushed by bthrall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/646708899245
Provide source to reviver for JSON arrays r=jandem
![]() |
||
Comment 5•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
Assignee | ||
Updated•1 year ago
|
Flags: needinfo?(bthrall)
You need to log in
before you can comment on or make changes to this bug.
Description
•