Closed
Bug 1442886
Opened 7 years ago
Closed 7 years ago
Port Bug 1428172 "Align mozIntl with Intl when working with constructors" to SeaMonkey
Categories
(SeaMonkey :: General, enhancement)
Tracking
(seamonkey2.53 fixed, seamonkey2.56 wontfix, seamonkey2.57esr fixed)
RESOLVED
FIXED
seamonkey2.57
People
(Reporter: frg, Assigned: frg)
References
Details
Attachments
(1 file)
8.70 KB,
patch
|
frg
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1428172 +++
Currently the mozIntl API is misaligned with Intl API when it comes to constructors:
```
let dtf = new Intl.DateTimeFormat(locales, options);
let dtf2 = mozIntl.createDateTimeFormat(locales, options);
```
Before we extend the mozIntl to cover other Intl constructors (bug 1422658), I'd like to align it.
![]() |
Assignee | |
Comment 1•7 years ago
|
||
Patch from Bill.
Two places in bookmarks and history remain. These are currently broken anyway and will be taken care of with the patches in Bug 1378089.
Attachment #8955787 -
Flags: review+
![]() |
Assignee | |
Updated•7 years ago
|
Version: SeaMonkey 2.58 Branch → SeaMonkey 2.56 Branch
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/b8857d30de31
Replace Services.intl.createDateTimeFormat with Services.intl.DateTimeFormat in SeaMonkey. r=frg
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
![]() |
Assignee | |
Updated•7 years ago
|
Target Milestone: --- → Seamonkey2.57
![]() |
Assignee | |
Comment 3•5 years ago
|
||
Target 2.53.1
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/a6e18b93d5609966f41ff7f504029620d2d2d6d4
status-seamonkey2.53:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•