Closed
Bug 1953200
Opened 1 year ago
Closed 1 year ago
Remove JSMSG_TEMPORAL_PLAIN_TIME_CALENDAR_NOT_ISO8601 error message.
Categories
(Core :: JavaScript: Standard Library, enhancement, P3)
Core
JavaScript: Standard Library
Tracking
()
RESOLVED
FIXED
138 Branch
| Tracking | Status | |
|---|---|---|
| firefox138 | --- | fixed |
People
(Reporter: dminor, Assigned: tannal2409, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
It turns out that JSMSG_TEMPORAL_PLAIN_TIME_CALENDAR_NOT_ISO8601 is no longer being used and can be removed.
This is a good first bug, the main complexity will be getting the SpiderMonkey / Firefox build working.
- Make sure you can build SpiderMonkey. You can find instructions on building here: https://firefox-source-docs.mozilla.org/js/build.html.
- Remove the error message, and then make sure the build is still working :)
- Now you can commit your changes. Your commit message should look like:
Bug X - Remove JSMSG_TEMPORAL_PLAIN_TIME_CALENDAR_NOT_ISO8601 error message; r=dminor!, where X is the number for this bug. - Once you have your changes committed, request review. There are instructions on using phabricator and on getting reviews.
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P3
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → tannal2409
Status: NEW → ASSIGNED
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/86fa024dcccb
Remove JSMSG_TEMPORAL_PLAIN_TIME_CALENDAR_NOT_ISO8601 error message. r=dminor
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•