new Date("01-Apr-08") accepted in Chrome but is invalid in Firefox
Categories
(Core :: JavaScript: Standard Library, defect, P3)
Tracking
()
People
(Reporter: dietrich, Assigned: arai)
References
(Blocks 1 open bug)
Details
(Keywords: compat, DevAdvocacy)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-release-
RyanVM
:
approval-mozilla-esr102+
|
Details | Review |
Updated•7 years ago
|
Updated•6 years ago
|
Comment 1•5 years ago
|
||
Updated•3 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 3•2 years ago
|
||
Comment 11•2 years ago
|
||
The following field has been copied from a duplicate bug:
Field | Value | Source |
---|---|---|
Webcompat Priority | ? | bug 1515318 |
For more information, please visit auto_nag documentation.
Comment 12•2 years ago
|
||
bugherder |
Comment 13•2 years ago
|
||
Hi tooru,
This fixes JAL flight reservation (See bug 1825938).
Do you think we should uplift this pref change to Beta 113, 112 and ESR102?
Updated•2 years ago
|
Assignee | ||
Comment 14•2 years ago
•
|
||
Comment on attachment 9329964 [details]
Bug 1439800 - Support dd-MMM-yyyy and dd-MMM-yy in Date parsing. r?evilpie!
Beta/Release Uplift Approval Request
- User impact if declined: Users cannot reserve a flight on JAL website (bug 1825938)
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This fixes the Date parsing where a dash
-
before year had been treated as minus sign, only on Firefox (Chrome and Safari don't).
It's less likely that some website depends on the previous Firefox's behavior. - String changes made/needed:
- Is Android affected?: Yes
ESR Uplift Approval Request
- If this is not a sec:{high,crit} bug, please state case for ESR consideration: This issue affects a major website on Japan.
- User impact if declined: Users cannot reserve a flight on JAL website (bug 1825938)
- Fix Landed on Version: 114
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This fixes the Date parsing where a dash
-
before year had been treated as minus sign, only on Firefox (Chrome and Safari don't).
It's less likely that some website depends on the previous Firefox's behavior.
Comment 15•2 years ago
•
|
||
Comment on attachment 9329964 [details]
Bug 1439800 - Support dd-MMM-yyyy and dd-MMM-yy in Date parsing. r?evilpie!
Too late for a 112 dot release at this point.
Comment 16•2 years ago
|
||
Comment on attachment 9329964 [details]
Bug 1439800 - Support dd-MMM-yyyy and dd-MMM-yy in Date parsing. r?evilpie!
Approved for 113.0b9.
Comment 17•2 years ago
|
||
bugherder uplift |
Comment 18•2 years ago
|
||
Comment on attachment 9329964 [details]
Bug 1439800 - Support dd-MMM-yyyy and dd-MMM-yy in Date parsing. r?evilpie!
Approved for 102.11esr.
Comment 19•2 years ago
|
||
bugherder uplift |
Updated•2 years ago
|
Description
•