Closed
Bug 1531091
Opened 7 years ago
Closed 7 years ago
Don't drop Unicode extension keys without values when resolving locales
Categories
(Core :: JavaScript: Internationalization API, enhancement)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
mozilla68
People
(Reporter: Waldo, Assigned: anba)
References
Details
Attachments
(1 file)
Change from https://github.com/tc39/ecma402/issues/223 with test modified in https://github.com/tc39/ecma402/pull/302 and as soon as I update test262 enough, we'll be failing this test. Filing now to get a bug number to add to the jstests.list skip-entry.
| Assignee | ||
Comment 1•7 years ago
|
||
- Implement the spec changes from https://github.com/tc39/ecma402/pull/302.
- Additionally for the test262 test to pass, we also need to implement parts of
the Unicode extension canonicalisation from bug 1522070. Namely removing the
value "true" from keywords. - The two helper functions were copied from the Intl.Locale patch.
CanonicalizeUnicodeExtensionwas slightly modified to allow duplicate
keywords, which is required by spec.
| Assignee | ||
Updated•7 years ago
|
Assignee: nobody → andrebargull
Status: NEW → ASSIGNED
| Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by aiakab@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/82630420613d
Append Unicode extensions without values and remove "true" value from keywords. r=jwalden
Keywords: checkin-needed
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox68:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla68
Updated•7 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•