Unify Intl APIs in dom/indexedDB/IndexedDatabaseManager.cpp
Categories
(Core :: Internationalization, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox93 | --- | fixed |
People
(Reporter: gregtatum, Assigned: gregtatum)
References
Details
(Whiteboard: [i18n-unification])
Attachments
(3 files)
Work: Small
What it is: a single call to validate a locale
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
I used the C api here, but verified that the behavior was the same
as using the C++ getBaseName API.
I tried to keep the implementation naming at least similar to the
work in: https://phabricator.services.mozilla.com/D118070
However, the implementation do diverge. I figure in the future, the
APIs can be made similar, but at least the gtests will ensure the
behavior remains the same.
Assignee | ||
Comment 2•3 years ago
|
||
As part of the effort to unify the ICU calls, this replaces the calls for locale
canonicalization in IndexedDB code with the unified component. See Bug 1719664 for
more information.
Depends on D120248
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 4•3 years ago
|
||
Backed out 2 changesets (Bug 1719540) for causing bustages in RelativeTimeFormat.cpp
Backout link: https://hg.mozilla.org/integration/autoland/rev/abc2e73b5c35375010a986b3fdb32b6371a4534c
Push with failures, failure log.
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D120249
Comment 7•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bf740f76c524
https://hg.mozilla.org/mozilla-central/rev/fe76bdb1a6ad
https://hg.mozilla.org/mozilla-central/rev/0c59471463aa
Assignee | ||
Updated•3 years ago
|
Description
•