Closed
Bug 1579248
Opened 6 years ago
Closed 2 months ago
Remove unused character conversion APIs
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
140 Branch
Tracking | Status | |
---|---|---|
firefox140 | --- | fixed |
People
(Reporter: arai, Assigned: rosansandanasamy)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
derived from bug 1578650 comment #4
the following functions are unused and should be removed.
JS::WTF8CharsToNewTwoByteCharsZ
JS::UTF8CharsToNewTwoByteCharsZ
withConstUTF8CharsZ
JS::LossyUTF8CharsToNewTwoByteCharsZ
withConstUTF8CharsZ
JS::LossyUTF8CharsToNewLatin1CharsZ
Updated•3 years ago
|
Severity: normal → S3
Removed JS::UTF8CharsToNewTwoByteCharsZ with ConstUTF8CharsZ, JS::LossyUTF8CharsToNewTwoByteCharsZ with ConstUTF8CharsZ, and JS::LossyUTF8CharsToNewLatin1CharsZ. No reference to JS::WTF8CharsToNewTwoByteCharsZ exists.
Updated•2 months ago
|
Assignee: nobody → rosansandanasamy
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/a37e2328c103
Removed unused character conversion APIs. r=spidermonkey-reviewers,arai
![]() |
||
Comment 3•2 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox140:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 140 Branch
Updated•21 days ago
|
QA Whiteboard: [qa-triage-done-c141/b140]
You need to log in
before you can comment on or make changes to this bug.
Description
•