Remove `nsIScriptableUnicodeConverter` from services/common/utils.js
Categories
(Firefox :: Sync, task, P2)
Tracking
()
People
(Reporter: mathew.hodson, Assigned: oss)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [fxsync-])
Attachments
(1 file)
utils.js uses nsIScriptableUnicodeConverter in some function like encodeUTF8. Callers should be moved to TextEncoder or IOUtils.
| Reporter | ||
Updated•3 years ago
|
Comment 1•3 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Toolkit::OS.File' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Hi Barret,
Please set this as "New", as I see you forgot to do this, or am I wrong? Waiting for the developers opinion about it.
Thank you!
Updated•3 years ago
|
Updated•3 years ago
|
Updated•5 months ago
|
Updated•5 months ago
|
Updated•2 months ago
|
| Assignee | ||
Comment 3•1 day ago
|
||
Updated•1 day ago
|
| Assignee | ||
Comment 4•1 day ago
|
||
Patch submitted: https://phabricator.services.mozilla.com/D275341. Ready for review
| Assignee | ||
Comment 5•1 day ago
|
||
(In reply to Knot False from comment #4)
Patch submitted: https://phabricator.services.mozilla.com/D275341. Ready for review
wrong tab; patch is https://phabricator.services.mozilla.com/D275352
| Assignee | ||
Comment 6•1 day ago
|
||
(In reply to Knot False from comment #4)
Patch submitted: https://phabricator.services.mozilla.com/D275341. Ready for review
wrong tab; patch is https://phabricator.services.mozilla.com/D275352
Description
•