Use mozilla::intl::DateTimeFormat in SpiderMonkey
Categories
(Core :: Internationalization, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox91 | --- | fixed |
People
(Reporter: gregtatum, Assigned: gregtatum)
References
Details
(Whiteboard: [i18n-unification])
Attachments
(5 files)
Bug 1705156 creates an initial unified interface for the DateTimeFormat, and this bug is for tracking using that interface inside of SpiderMonkey'sjs/src/builtin/intl/DateTimeFormat.cpp
.
Assignee | ||
Comment 1•4 years ago
|
||
This patch starts the work of unifying the DateTimeFormat. It removes the uses
of UDateFormat.
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D115730
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 3•4 years ago
|
||
This adds a bigger unification primitive of an Enumeration iterator over the
UEnumeration ICU type.
Depends on D115731
Assignee | ||
Comment 4•4 years ago
|
||
This finishes the UCalendar unification in DateTimeFormat.cpp
Depends on D116157
Assignee | ||
Comment 5•4 years ago
|
||
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2a17c65a3d5d
https://hg.mozilla.org/mozilla-central/rev/a357df76d933
https://hg.mozilla.org/mozilla-central/rev/e724d9c81340
https://hg.mozilla.org/mozilla-central/rev/7473f72977c7
https://hg.mozilla.org/mozilla-central/rev/b770983d1375
Updated•3 years ago
|
Description
•