Add a Nimbus variable that hides the Suggest UI
Categories
(Firefox :: Address Bar, task, P1)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox132 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
The new potential exposures implementation relies on Suggest, but Suggest is currently limited to U.S. users, and we'd like the ability to enable potential exposures in any region and locale. The only part of Suggest that's visible to users and not behind some feature gate or other pref is the settings UI (I think). If we add a Nimbus variable that hides the UI, then we can set it plus quickSuggestEnabled to use potential exposures (and any other under-the-hood part of Suggest) outside the U.S.
| Assignee | ||
Comment 1•1 year ago
|
||
This makes browser_search_firefoxSuggest.js more realistic by installing a
Nimbus experiment to change the Suggest scenario instead of manually setting the
scenario via the helper function. (The "scenario" just means whether Suggest is
enabled or not, basically. "history" means it's not enabled; "offline" and
"online" mean it's enabled. The difference between the latter two is that in
"online" the user has opted in to the Merino server, and that only means one of
the Suggest prefs is true instead of false.)
I noticed browser_privacy_firefoxSuggest.js does not check the visibility of
its Suggest section at all, so I added similar tasks to it and factored out the
common helpers into head.js.
Depends on D221097
Comment 3•1 year ago
|
||
| bugherder | ||
Description
•