Closed
Bug 1871220
Opened 2 years ago
Closed 2 years ago
Refactor month parsing code in Date.parse
Categories
(Core :: JavaScript: Standard Library, task)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: vinny.diehl, Assigned: vinny.diehl)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This code should be outside of the keywords loop, as the months are no longer part of the keywords.
| Assignee | ||
Comment 1•2 years ago
|
||
This provides a performance boost considering the month parsing is no
longer reliant on the keywords array.
Updated•2 years ago
|
Assignee: nobody → vinny.diehl
Status: NEW → ASSIGNED
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/328ba82c361f
Refactor month parsing code r=arai
Comment 3•2 years ago
|
||
Backed out with Bug 1870434 for causing remote failures on browser_RemoteValue.js (date error)
Pushed by arai_a@mac.com:
https://hg.mozilla.org/integration/autoland/rev/3cc7f7e4e914
Refactor month parsing code r=arai
Comment 5•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•