Closed
Bug 1913085
Opened 3 months ago
Closed 2 months ago
Release JSON.parse with source
Categories
(Core :: JavaScript Engine, task, P2)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: bthrall, Assigned: bthrall)
References
(Blocks 2 open bugs, Regressed 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
JSON.parse with source should be released with Firefox 131.
- Send "Intent to ship" email
- Turn on javascript.options.experimental.json_parse_with_source pref by default
- Make sure to remove all conditional compiles for NIGHTLY_BUILD
- Run a central-as-beta simulation to make sure everything works
Updated•3 months ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
Since JSON.parse with source is enabled, revivers have three arguments now.
Assignee | ||
Comment 3•2 months ago
|
||
Since we are in the soft code freeze for Firefox 131, I'm going to delay landing this until next week. The release will be in Firefox 132.
Pushed by bthrall@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a9ac97b908a6
Enable json_parse_with_source by default and outside of nightly r=dminor
https://hg.mozilla.org/integration/autoland/rev/a0662a72377d
Fix jsapi-test argument count assertion r=dminor
Comment 5•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a9ac97b908a6
https://hg.mozilla.org/mozilla-central/rev/a0662a72377d
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•