Gate Auto Tab Grouping on locale (exclude fr) and the Smart Tab Groups opt-in
Categories
(Core :: Machine Learning: Frontend, enhancement, P1)
Tracking
()
People
(Reporter: jlewis, Assigned: jlewis)
References
Details
(Whiteboard: [aiaug])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
Gate both the smartwindow-group-tabs-button visibility and the clustering path on:
- A locale allowlist that excludes the French (
fr) UI locale. - The on-device smart-tab-grouping backend being enabled/allowed/opted-in via
browser.tabs.groups.smart.*, rather than instantiatingSmartTabGroupingManagerunconditionally.
Define the consent story: whether the feature requires the existing smart-groups opt-in or its own.
Region/geo gating is explicitly out of scope for now - locale only.
Tests: button hidden for the fr locale; button hidden when the smart-groups backend is disabled or not opted in.
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Building Auto Tab Grouping 'v0' - largely exploratory and gated behind a pref
No finalized designs yet, but there is a demo: https://auto-tab-grouping.netlify.app sw0626
browser.smartwindow.autoTabGrouping.enabled
browser.ml.enable + SmartTabGroupingManager.isAllowed
Original Revision: https://phabricator.services.mozilla.com/D312297
Updated•1 month ago
|
Comment 5•1 month ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: Core part of Smart Window 'Auto Tab Grouping' feature.
- Code covered by automated testing?: yes
- Fix verified in Nightly?: no
- Needs manual QE testing?: yes
- Steps to reproduce for manual QE testing: 1) Set prefs to true:
browser.smartwindow.autoTabGrouping.enabled
SmartTabGroupingManager.isEnabled
Open Smart Window > open new Auto Tab Grouping button > verify menu opens and works as expected
- Risk associated with taking this patch: medium
- Explanation of risk level: Includes augmentation to the Auto Tab Grouping feature, but is pref gated for its v0.
- String changes made/needed?: Strings are only in locales-preview
- Is Android affected?: no
Updated•1 month ago
|
Updated•1 month ago
|
Updated•1 month ago
|
Comment 7•20 days ago
|
||
Verified as fixed in our latest Beta 154.0b10 and our latest Nightly 155.0a1 (2026-08-12)
Description
•