Closed
Bug 1705156
Opened 4 years ago
Closed 4 years ago
Add intl::DateTimeFormat implementation
Categories
(Core :: Internationalization, enhancement, P3)
Core
Internationalization
Tracking
()
RESOLVED
FIXED
90 Branch
Tracking | Status | |
---|---|---|
firefox90 | --- | fixed |
People
(Reporter: dminor, Assigned: gregtatum)
References
(Blocks 1 open bug)
Details
(Whiteboard: [i18n-unification])
Attachments
(1 file)
We'll want a unified DateTimeFormat implementation. I'm filing a bug for this now so we can track the dependency between DateTimeFormat and NumberFormat.
Updated•4 years ago
|
Severity: -- → S3
Priority: -- → P3
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → gtatum
Assignee | ||
Comment 1•4 years ago
|
||
This patch adds a DateTimeFormat class for use in the unified
internationalization API. Currently it's only targeting the
ICU code in the Fluent API. The plan is to use it in the Fluent DOM
code, as well as in SpiderMonkey as a centralized API for performing
datetime formatting.
Depends on D113419
Pushed by gtatum@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ba75e7c74433
Add a unified DateTimeFormat component; r=dminor,anba
Comment 3•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
Updated•3 years ago
|
Whiteboard: [i18n-unification]
You need to log in
before you can comment on or make changes to this bug.
Description
•