Enable numberingSystem and calendar options by default
Categories
(Core :: JavaScript: Internationalization API, enhancement)
Tracking
()
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Remove the nightly-only guards for the "numberingSystem" and "calendar" options for Intl.NumberFormat
, Intl.DateTimeFormat
, and Intl.RelativeTimeFormat
.
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D68812
Pushed by rgurzau@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/e61365b0ffc2 Part 1: Enable numberingSystem and calendar options by default. r=jwalden https://hg.mozilla.org/integration/autoland/rev/c1cef0d5f47f Part 2: Remove skip-if for release_or_beta. r=jwalden
Comment 4•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e61365b0ffc2
https://hg.mozilla.org/mozilla-central/rev/c1cef0d5f47f
Comment 5•4 years ago
|
||
Release notes:
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/76#JavaScript
Constructor reference docs mention numberingSystem and calendar:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/NumberFormat/NumberFormat
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat/RelativeTimeFormat
Description
•