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•2 years ago
|
||
This patch starts the work of unifying the DateTimeFormat. It removes the uses
of UDateFormat.
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D115730
Updated•2 years ago
|
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
This adds a bigger unification primitive of an Enumeration iterator over the
UEnumeration ICU type.
Depends on D115731
Assignee | ||
Comment 4•2 years ago
|
||
This finishes the UCalendar unification in DateTimeFormat.cpp
Depends on D116157
Assignee | ||
Comment 5•2 years ago
|
||
Pushed by gtatum@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/2a17c65a3d5d Add a FormatBuffer for use in SpiderMonkey; r=anba https://hg.mozilla.org/integration/autoland/rev/a357df76d933 Remove UDateFormat from SpiderMonkey; r=dminor,anba https://hg.mozilla.org/integration/autoland/rev/e724d9c81340 Unify the DateTimePatternGenerator in SpiderMonkey; r=dminor,anba https://hg.mozilla.org/integration/autoland/rev/7473f72977c7 Unify most of UCalendar in SpiderMonkey; r=dminor,anba https://hg.mozilla.org/integration/autoland/rev/b770983d1375 Add Calendar::GetCanonicalTimeZoneID; r=dminor
Comment 7•2 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•2 years ago
|
Description
•