Remove old sidebar icons no longer and replace with new.
Categories
(Firefox :: Sidebar, task)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: nsharpley, Assigned: ejirooghenekome, Mentored, NeedInfo)
References
Details
(Keywords: good-first-bug, Whiteboard: [fidefe-sidebar][outreachy-sidebar-2026])
Attachments
(2 files, 2 obsolete files)
Old:
skin/classic/browser/sidebars.svg (../shared/icons/sidebars.svg)
skin/classic/browser/sidebars-right.svg (../shared/icons/sidebars-right.svg)
New (as of Bug 1886847)
skin/classic/browser/sidebar-collapsed.svg (../shared/icons/sidebar-collapsed.svg)
skin/classic/browser/sidebar-collapsed-right.svg (../shared/icons/sidebar-collapsed-right.svg)
Updated•1 year ago
|
| Reporter | ||
Updated•1 month ago
|
| Reporter | ||
Comment 1•1 month ago
|
||
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. - You can also read the
Firefox Contributors' Quick Reference,
which has answers to most development questions.
- If you have any problems, please ask on
- Start working on this bug.
- If you have any problems with this bug,
please comment on this bug and set the needinfo flag for me.
Also, you can find me and my teammates on the#sidebarchannel on
Element/Matrix
most hours of most days.
- If you have any problems with this bug,
- Build your change with
mach buildand test your change with
mach test browser/components/sidebar/tests/.
Also check your changes for adherence to our style guidelines by usingmach 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.- Getting your code reviewed
- This is when the bug will be assigned to you.
- After a series of reviews and changes to your patch,
I'll mark it for checkin or push it to autoland.
Your code will soon be shipping to Firefox users worldwide! - ...now you get to think about what kind of bug you'd like to work on next.
Let me know what you're interested in and I can help you find your next contribution.
| Assignee | ||
Comment 2•23 days ago
|
||
"Hi! My name is EJiro Oghenekome. I'm an Outreachy applicant interested in working on this bug. I've read through the description and I'd love to take a shot at this. Could a mentor confirm I can get started? Any hints on where to begin in the codebase would be greatly appreciated!"
| Reporter | ||
Comment 3•23 days ago
|
||
Hi Ejiro. You may work on this. I've updated the first comment to hopefully make it clearer.
You will need to remove the old files and replace any use of them with the corresponding new ones below. eg. sidebars.svg should be replaced with sidebar-collapsed.svg and sidebars-right.svg should be replaced with sidebar-collapsed-right.svg. Once the files are removed, the references to them in browser/themes/shared/jar.inc.mn will also need removing. You can use Searchfox to find all instances where the svgs will need replacing.
Comment 4•22 days ago
|
||
Updated•22 days ago
|
| Assignee | ||
Comment 5•22 days ago
|
||
| Assignee | ||
Comment 6•22 days ago
|
||
Hi (In reply to Nikki Sharpley (:nikkis) (she/her) from comment #3)
Hi Ejiro. You may work on this. I've updated the first comment to hopefully make it clearer.
You will need to remove the old files and replace any use of them with the corresponding new ones below. eg.
sidebars.svgshould be replaced withsidebar-collapsed.svgandsidebars-right.svgshould be replaced withsidebar-collapsed-right.svg. Once the files are removed, the references to them inbrowser/themes/shared/jar.inc.mnwill also need removing. You can use Searchfox to find all instances where the svgs will need replacing.
Hi Nikki, I fixed the bug, and it's ready for review
Updated•20 days ago
|
| Assignee | ||
Comment 7•20 days ago
|
||
| Assignee | ||
Comment 8•20 days ago
|
||
Updated•20 days ago
|
Updated•20 days ago
|
| Reporter | ||
Comment 9•19 days ago
|
||
Hi Isaac. Thank you for the patch. Apologies, unfortunately Ejiro was the first to claim this bug in the comments and has also submitted a patch. You can abandon this patch now. Please keep an eye out in the Sidebar Matrix channel for more bugs as we post them.
Updated•19 days ago
|
Comment 10•17 days ago
|
||
Comment 11•16 days ago
|
||
| bugherder | ||
| Reporter | ||
Updated•3 days ago
|
Description
•