Open
Bug 1951708
Opened 13 days ago
Updated 13 days ago
Remove JSMSG_TEMPORAL_TIMEZONE_OFFSET_SHIFT_ONE_DAY error message.
Categories
(Core :: JavaScript: Standard Library, enhancement, P3)
Core
JavaScript: Standard Library
Tracking
()
NEW
People
(Reporter: dminor, Unassigned, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
It turns out that JSMSG_TEMPORAL_TIMEZONE_OFFSET_SHIFT_ONE_DAY 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_TIMEZONE_OFFSET_SHIFT_ONE_DAY 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•13 days ago
|
Severity: -- → N/A
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•