Unify CommonFunctions in SpiderMonkey
Categories
(Core :: Internationalization, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: gregtatum, Assigned: gregtatum)
References
Details
(Whiteboard: [i18n-unification], [i18n-unification-help-wanted] )
Attachments
(1 file)
https://searchfox.org/mozilla-central/source/js/src/builtin/intl/CommonFunctions.cpp
https://searchfox.org/mozilla-central/source/js/src/builtin/intl/CommonFunctions.h
There is a single call to ufmtval_getString
in CommonFunctions.cpp.
The header file imports #include "unicode/utypes.h"
, but that could even be a forward declaration now.
The CallICU
function should be removed eventually, once we are done unifying.
Comment 1•2 years ago
|
||
Greg to set up other bugs blocking this.
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
js::intl::FormattedValueToString
can be removed in Bug 1719693.
Assignee | ||
Comment 3•2 years ago
|
||
This bug can be used track the removal of CallICU.
It seems reasonable to move the following check to ICU4CGlue at the same time:
https://searchfox.org/mozilla-central/source/js/src/builtin/intl/CommonFunctions.h#109-112
Updated•2 years ago
|
Assignee | ||
Updated•1 year ago
|
Assignee | ||
Comment 4•1 year ago
|
||
Depends on D130800
Pushed by gtatum@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a9a5dd5078f3 Clean up final ICU details in CommonFunctions; r=anba,platform-i18n-reviewers,dminor
Comment 6•1 year ago
|
||
bugherder |
Description
•