Closed
Bug 1977903
Opened 10 months ago
Closed 10 months ago
Remove comment in the updated() function
Categories
(Toolkit :: UI Widgets, task, P3)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
143 Branch
| Tracking | Status | |
|---|---|---|
| firefox143 | --- | fixed |
People
(Reporter: tgiles, Assigned: balrajdhawan600, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [recomp] [lang=js])
Attachments
(1 file)
There's an unneeded comment in the updated function in moz-promo.
Acceptance Criteria:
- The comment in the updated function in moz-promo is removed
- No other changes are made
Updated•10 months ago
|
| Assignee | ||
Comment 1•10 months ago
|
||
Hi Tim, Can I work on this? Can you confirm the reviewer I should use?
| Reporter | ||
Comment 2•10 months ago
•
|
||
Hey Balraj, feel free to work on this! Here's some more information to help you get started with the process!
To help Mozilla out with this bug, here's the steps:
- Comment here on the bug that you want to volunteer to help.
This will tell others that you're working on the next steps. - Download and build the Firefox source code
- If you have any problems, please ask on Element/Matrix in the
#introductionchannel. They're there to help you get started.
- If you have any problems, please ask on Element/Matrix in the
- Start working on this bug. You'll need to remove the comment in the updated function in moz-promo
- If you have any problems with this bug, please comment on this bug and set the needinfo flag for me by using the "Request information from" checkbox and setting the dropdown select to "mentor". Also, you can find me and my teammates on the
#reusable-componentschannel on Element/Matrix most hours of most days.
- If you have any problems with this bug, please comment on this bug and set the needinfo flag for me by using the "Request information from" checkbox and setting the dropdown select to "mentor". Also, you can find me and my teammates on the
- Build your change with
./mach buildand test your change with./mach test toolkit/content/tests/widgets/test_moz_promo.html --headless. Also check your changes for adherence to our style guidelines by using./mach lint. - Submit the patch (including an automated test, if applicable) for review. Mark me as a reviewer so I'll get an email to come look at your code.
- How to Submit a Patch
- This is when the bug will be assigned to you.
- After a series of reviews and changes to your patch, I'll push it to autoland.
- If there are changes requested, please read the "To update a submitted patch" section to ensure you don't accidentally create a duplicate revision!
- Your code will soon be shipping to Firefox users worldwide!
Flags: needinfo?(balrajdhawan600)
| Assignee | ||
Comment 3•10 months ago
|
||
Updated•10 months ago
|
Assignee: nobody → balrajdhawan600
Status: NEW → ASSIGNED
| Assignee | ||
Comment 4•10 months ago
|
||
Hi Tim,
I worked on it and submitted a patch for it as well.
Thanks for the detailed steps and guidance — I really appreciate it!
Best,
Balraj
Flags: needinfo?(balrajdhawan600)
Pushed by tgiles@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/dee954f1b199
https://hg.mozilla.org/integration/autoland/rev/a3fbfb632f43
Remove comment from updated() function. r=tgiles,reusable-components-reviewers
Status: ASSIGNED → RESOLVED
Closed: 10 months ago
status-firefox143:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 143 Branch
Updated•9 months ago
|
QA Whiteboard: [qa-triage-done-c144/b143]
You need to log in
before you can comment on or make changes to this bug.
Description
•