Closed
Bug 1855074
Opened 2 years ago
Closed 2 years ago
Avoid some string copies in WebIDL/XPCOM->JS string conversion.
Categories
(Core :: XPCOM, enhancement)
Core
XPCOM
Tracking
()
RESOLVED
FIXED
120 Branch
Tracking | Status | |
---|---|---|
firefox120 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
References
Details
(Whiteboard: [sp3])
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SP3-584
Assignee | ||
Comment 1•2 years ago
|
||
We can convert strings to jsval without mutating the string nowadays.
Make that efficient.
Comment 2•2 years ago
|
||
For triage: Would this better be an enhancement/task? Thanks
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/44182ae2552a
Avoid some string copies in WebIDL/XPCOM->JS string conversion. r=edgar
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•