Closed
Bug 1912446
Opened 1 year ago
Closed 1 year ago
Simplify JSON parser's StringBuffer code a bit
Categories
(Core :: JavaScript Engine, task)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
131 Branch
| Tracking | Status | |
|---|---|---|
| firefox131 | --- | fixed |
People
(Reporter: jandem, Assigned: jandem)
References
Details
(Whiteboard: [sp3])
Attachments
(2 files)
Some cleanup to prepare for bug 1908395.
| Assignee | ||
Comment 1•1 year ago
|
||
We can get the StringBuilder type from ParserT.
| Assignee | ||
Comment 2•1 year ago
|
||
This avoids confusion when we rename js::StringBuffer to js::StringBuilder in bug 1908395.
Pushed by jdemooij@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c741c23bb01c
part 1 - Remove StringBuilderT template parameter from JSONTokenizer. r=arai
https://hg.mozilla.org/integration/autoland/rev/7b95fb79755c
part 2 - Rename StringBuilder to JSONStringBuilder. r=arai
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/c741c23bb01c
https://hg.mozilla.org/mozilla-central/rev/7b95fb79755c
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox131:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 131 Branch
Updated•1 year ago
|
Whiteboard: [sp3]
Updated•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-802
You need to log in
before you can comment on or make changes to this bug.
Description
•