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•4 years ago
|
||
Greg to set up other bugs blocking this.
Updated•4 years ago
|
| Assignee | ||
Comment 2•4 years ago
|
||
js::intl::FormattedValueToString can be removed in Bug 1719693.
| Assignee | ||
Comment 3•4 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•4 years ago
|
| Assignee | ||
Updated•4 years ago
|
| Assignee | ||
Comment 4•4 years ago
|
||
Depends on D130800
Comment 6•4 years ago
|
||
| bugherder | ||
Description
•