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)

SeaMonkey 2.56 Branch
enhancement
Not set
normal

Tracking

(seamonkey2.53 fixed, seamonkey2.56 wontfix, seamonkey2.57esr fixed)

RESOLVED FIXED
seamonkey2.57
Tracking Status
seamonkey2.53 --- fixed
seamonkey2.56 --- wontfix
seamonkey2.57esr --- fixed

People

(Reporter: frg, Assigned: frg)

References

Details

Attachments

(1 file)

+++ 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.
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+
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
Target Milestone: --- → Seamonkey2.57
Blocks: 1707103
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: