Closed
Bug 1657117
Opened 4 years ago
Closed 4 years ago
Intl.Locale constructor is validating the language tag parameter before apply ToObject(options)
Categories
(Core :: JavaScript: Internationalization API, defect)
Core
JavaScript: Internationalization API
Tracking
()
RESOLVED
FIXED
81 Branch
Tracking | Status | |
---|---|---|
firefox81 | --- | fixed |
People
(Reporter: anba, Assigned: anba)
Details
Attachments
(1 file)
ToObject(options)
must be executed before validating the language tag parameter.
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by cbrindusan@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b3aed0b0c1b4
Call `ToObject(options)` before validating the language tag parameter in Intl.Locale. r=jwalden
Comment 3•4 years ago
|
||
The severity field is not set for this bug.
:Waldo, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(jwalden)
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → 81 Branch
Updated•4 years ago
|
Severity: -- → S4
Flags: needinfo?(jwalden)
You need to log in
before you can comment on or make changes to this bug.
Description
•