Update browser_tabCloseSpace to use overflowTabs() from BrowserTestUtils
Categories
(Firefox :: Keyboard Navigation, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox110 | --- | fixed |
People
(Reporter: tgiles, Assigned: webdevbrinkman, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(1 file, 1 obsolete file)
Currently browser_tabCloseSpacer uses overflowTabs as defined in its own file. With the introduction of the shared-head.js file from Bug 1778450, this test should be changed to use the shared-head implementation instead. Trying to use shared-head.js resulted in having to fight the linter, so I moved the helper function into BrowserTestUtils instead. We should use the shared function from BrowserTestUtils.
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years 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
#introduction
channel. They're there to help you get started. - You can also read the Developer Guide, which has answers to most development questions.
- If you have any problems, please ask on Element/Matrix in the
- Start working on this bug.
- As noted in Comment #0, you'll need to update the test to use BrowserTestUtils.overflowTabs() instead of the test's current implementation.
- 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
#fx-desktop-dev
channel on Element/Matrix most hours of most days.
- Build your change with
mach build
and test your change withmach test browser/base/content/test/tabs/browser_tabCloseSpacer.js --headless
. 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.
- 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 mark it for checkin or 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!
Reporter | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.
Assignee | ||
Comment 3•2 years ago
|
||
Hello, I would like to help on this ticket.
Reporter | ||
Comment 4•2 years ago
|
||
Hi Tyler, thanks for your help on this ticket! Please refer to Comment #1 for help getting started but feel free to needinfo me here or reach out to me on Matrix if you run into issues along the way!
Assignee | ||
Comment 5•2 years ago
|
||
Comment 7•2 years ago
•
|
||
Backed out changeset for causing bc failures on browser_tabReorder_overflow.
Failure log: https://treeherder.mozilla.org/logviewer?job_id=398967115&repo=autoland
https://treeherder.mozilla.org/logviewer?job_id=398971351&repo=autoland&lineNumber=8311
Backout link: https://hg.mozilla.org/integration/autoland/rev/a05d78dc2db2423cb6a3a02b3017566f64c2c905
Assignee | ||
Comment 8•2 years ago
|
||
Updated•2 years ago
|
Comment 10•2 years ago
|
||
bugherder |
Reporter | ||
Updated•2 years ago
|
Description
•