Unify SharedIntlData in SpiderMonkey
Categories
(Core :: Internationalization, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: gregtatum, Assigned: anba)
References
Details
(Whiteboard: [i18n-unification])
Attachments
(8 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
https://searchfox.org/mozilla-central/source/js/src/builtin/intl/SharedIntlData.cpp
There is a call to get the calendars, and there are some enumerations of locale information. This could be split into two bugs probably if someone wanted to do some smaller work.
Comment 1•3 years ago
|
||
We shouldn't start on this until we've unified more stuff. Blocking this on LanguageTag for now, we can revisit once that is complete.
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D126487
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D126488
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D126489
Assignee | ||
Comment 6•3 years ago
|
||
Depends on D126490
Assignee | ||
Comment 7•3 years ago
|
||
Depends on D126491
Assignee | ||
Comment 8•3 years ago
|
||
Depends on D126492
Assignee | ||
Comment 9•3 years ago
|
||
Add GetDefaultLocale()
to replace the two calls to uloc_getDefault()
.
Depends on D126493
Comment 10•3 years ago
|
||
Comment 11•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c086451993cf
https://hg.mozilla.org/mozilla-central/rev/afe700a3d101
https://hg.mozilla.org/mozilla-central/rev/14276449fbef
https://hg.mozilla.org/mozilla-central/rev/007974a9be0c
https://hg.mozilla.org/mozilla-central/rev/98c5261756e1
https://hg.mozilla.org/mozilla-central/rev/6b6c1a7f22a6
https://hg.mozilla.org/mozilla-central/rev/c9f7e931dda0
https://hg.mozilla.org/mozilla-central/rev/73554dd49d46
Description
•