Closed
Bug 1728183
Opened 3 years ago
Closed 3 years ago
Unify AvailableCollations
Categories
(Core :: Internationalization, task, P3)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
94 Branch
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: gregtatum, Assigned: anba)
References
Details
(Whiteboard: [i18n-unification], [i18n-unification-help-wanted])
Attachments
(3 files)
Work Amount: Small
What it is:
- EnumerationIntoList
- ucol_getKeywordValues
- uenum_next
Searchfox: https://searchfox.org/mozilla-central/rev/5a362eb7d054740dc9d7c82c79a2efbc5f3e4776/js/src/builtin/intl/IntlObject.cpp#497
Reporter | ||
Updated•3 years ago
|
Whiteboard: [i18n-unification-help-wanted]
Updated•3 years ago
|
Whiteboard: [i18n-unification-help-wanted] → [i18n-unification], [i18n-unification-help-wanted]
Assignee | ||
Comment 1•3 years ago
|
||
Adds EnumerationIntoList
template function for intl::Enumeration
objects. The
two other existing EnumerationIntoList
functions will be replaced with this version.
Updated•3 years ago
|
Assignee: nobody → andrebargull
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
In contrast to the existing GetBcp47KeywordValuesForLocale()
method, this
method returns all possible collation types, even the ones which aren't supported
by a specific locale.
Depends on D125672
Assignee | ||
Comment 3•3 years ago
|
||
Replaces the call to ucol_getKeywordValues()
with Collator::GetBcp47KeywordValues()
.
Depends on D125673
Pushed by andre.bargull@gmail.com: https://hg.mozilla.org/integration/autoland/rev/74e491204d18 Part 1: Add EnumerationIntoList for intl::Enumeration. r=platform-i18n-reviewers,dminor https://hg.mozilla.org/integration/autoland/rev/01a7a7ffe7c6 Part 2: Add Collator::GetBcp47KeywordValues() method to retrieve all possible collations. r=platform-i18n-reviewers,dminor https://hg.mozilla.org/integration/autoland/rev/65ae6c4df8c6 Part 3: Call Collator::GetBcp47KeywordValues() in SpiderMonkey code. r=platform-i18n-reviewers,dminor
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/74e491204d18
https://hg.mozilla.org/mozilla-central/rev/01a7a7ffe7c6
https://hg.mozilla.org/mozilla-central/rev/65ae6c4df8c6
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox94:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 94 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•