Closed
Bug 1910648
Opened 1 year ago
Closed 6 months ago
Remove revampComponentsLoaded from SidebarController
Categories
(Firefox :: Sidebar, task)
Firefox
Sidebar
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jsudiaman, Assigned: stonecassandra25, Mentored)
References
Details
(Whiteboard: [fidefe-sidebar][good-first-bug][lang=js])
Attachments
(1 file)
Once hot-swapping sidebars is working properly, this variable should be synonymous with sidebarRevampEnabled.
| Reporter | ||
Updated•1 year ago
|
Whiteboard: [fidefe-sidebar]
Updated•1 year ago
|
| Reporter | ||
Comment 1•6 months 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 Element/Matrix in the
- Start working on this bug.
- The line this.revampComponentsLoaded = true can be removed.
- Remaining usages of revampComponentsLoaded can be replaced with
sidebarRevampEnabled. - 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
#firefox-viewchannel on Element/Matrix most hours of most days.
- Build your change with
mach buildand test your change withmach test browser/components/sidebar/tests/. Also check your changes for adherence to our style guidelines by usingmach lint - Submit the patch 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.
Mentor: jsudiaman
Whiteboard: [fidefe-sidebar] → [fidefe-sidebar][good-first-bug][lang=js]
Hello I would like to contribute. I'll try to work on it.
Updated•6 months ago
|
Assignee: nobody → stonecassandra25
Status: NEW → ASSIGNED
Pushed by jsudiaman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/682781dc4c02
https://hg.mozilla.org/integration/autoland/rev/d5f119781422
Remove revampComponentsLoaded from SidebarController r=jsudiaman
Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5dabada4ef64
https://hg.mozilla.org/integration/autoland/rev/ea1e811e5a9b
Revert "Bug 1910648 - Remove revampComponentsLoaded from SidebarController r=jsudiaman" for causing bc failures @browser_scroll_size_determination.js.
Backed out for causing bc failures @browser_scroll_size_determination.js.
Flags: needinfo?(stonecassandra25)
| Reporter | ||
Comment 7•6 months ago
|
||
This flag is evidently still needed (would be interesting to figure out why, though...)
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
Flags: needinfo?(stonecassandra25)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•