SW ATG: Create 'View Tab Groups' Dropdown
Categories
(Core :: Machine Learning: Frontend, enhancement, P1)
Tracking
()
People
(Reporter: jlewis, Assigned: jlewis)
References
(Blocks 1 open bug)
Details
(Whiteboard: [aiaug])
Attachments
(3 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
The panel could suggest and create groups but offered no way to reach the
groups the user already has. Show a "View Tab Groups" row above "Close
Duplicate Tabs" whenever a group exists, open or saved, and open the
tabbrowser's own <tab-groups-list> beside it so selecting one jumps to it.
The row shares the flyout the suggestion previews use, which keeps the two
lists mutually exclusive and reuses the rows, colors, saved-group labels and
context menus that list already owns. Its "New Group" button is hidden here:
creating groups is what the rest of the panel is for.
Closing a window saves the tab groups it had, so the tests now forget saved
groups between cases; without that, groups left behind by an earlier test
decide whether the new row appears.
Updated•28 days ago
|
Updated•28 days ago
|
Comment 4•14 days ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: This is part of the core Auto Tab Grouping feature, which is landing in 154
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: Set browser.smartwindow.autoTabGrouping.enabled to true in a Smart Window
Open multiple tabs, open ATG menu, click on View Tab Groups
- Risk associated with taking this patch: medium
- Explanation of risk level: Relatively low risk; some mechanical changes to ATG but the feature as a whole is pref-gated even within Smart Window, and Smart Window itself has a pretty small user base.
- String changes made/needed?: Changes in locales-preview
- Is Android affected?: no
Auto Tab Grouping / 'Organize Tabs'
Figma: https://www.figma.com/design/75Z1LtkCEUJWCxoY2KyNHv/Smart-Window-Q2?node-id=10208-85576&m=dev
Original Revision: https://phabricator.services.mozilla.com/D316913
Comment 6•14 days ago
|
||
firefox-release Uplift Approval Request
- User impact if declined/Reason for urgency: This is part of the core Auto Tab Grouping feature, which is landing in 154
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: Set browser.smartwindow.autoTabGrouping.enabled to true in a Smart Window
Open multiple tabs, open ATG menu, click on View Tab Groups
- Risk associated with taking this patch: medium
- Explanation of risk level: Relatively low risk; some mechanical changes to ATG but the feature as a whole is pref-gated even within Smart Window, and Smart Window itself has a pretty small user base.
- String changes made/needed?: Changes in locales-preview
- Is Android affected?: no
Auto Tab Grouping / 'Organize Tabs'
Figma: https://www.figma.com/design/75Z1LtkCEUJWCxoY2KyNHv/Smart-Window-Q2?node-id=10208-85576&m=dev
Original Revision: https://phabricator.services.mozilla.com/D316913
Updated•14 days ago
|
Updated•14 days ago
|
Updated•14 days ago
|
Updated•13 days ago
|
Comment 9•13 days ago
|
||
Verified as fixed in our latest Beta 155.0b3 and our latest Nightly 156.0a1 (2026-08-20), However I did encounter an issue related to this submenu Bug 2065422
Updated•10 days ago
|
Updated•10 days ago
|
Comment 10•10 days ago
|
||
| uplift | ||
Comment 11•9 days ago
|
||
Verified as fixed in our latest Release 154.0.1
Description
•