Closed
Bug 1733352
Opened 2 years ago
Closed 1 year ago
Move IcuLocale calls from SpiderMonkey into the unified Intl API
Categories
(Core :: Internationalization, task)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
95 Branch
People
(Reporter: anba, Assigned: anba)
References
Details
(Whiteboard: [i18n-unification] )
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•2 years ago
|
||
Inputs like IcuLocale("undef")
were also incorrectly changed to ""
.
Changing the strncmp()
call to strcmp()
would have fixed this issue, but
because the code was explicitly written to avoid calling strcmp()
, we instead
have to compare each individual character.
Depends on D127095
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D127096
Updated•1 year ago
|
Whiteboard: [i18n-unification]
Pushed by andre.bargull@gmail.com: https://hg.mozilla.org/integration/autoland/rev/3d3c2aa58ba0 Part 1: Fix IcuLocale to test exactly for the string "und". r=platform-i18n-reviewers,gregtatum https://hg.mozilla.org/integration/autoland/rev/966beb03b36c Part 2: Move IcuLocale calls from SpiderMonkey to mozilla::intl. r=platform-i18n-reviewers,gregtatum
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3d3c2aa58ba0
https://hg.mozilla.org/mozilla-central/rev/966beb03b36c
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox95:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 95 Branch
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•