Allow Suggest to be safely enabled in non-Suggest locales
Categories
(Firefox :: Address Bar, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We'd like the ability to run potential exposure experiments in any locale. With potential exposure suggestions now implemented in the Rust Suggest component, we need to be able to safely enable Suggest in non-Suggest locales. Aside from bug 1915766, which is about hiding the Suggest UI, that's mostly not a problem. The only thing is that currently some of the secondary Suggest prefs default to true in non-Suggest locales. That normally doesn't matter since the main feature-gate pref is false in those locales, so those secondary prefs are ignored. But now that we want to set the feature gate to true in experiments, those prefs should default to false.
Assignee | ||
Comment 1•1 month ago
|
||
In addition to addressing the bug, this also adds some exposure tests to make
sure that they can be triggered in non-Suggest locales and that non-exposure
suggestions are not triggered.
Depends on D220359
Comment 3•26 days ago
|
||
bugherder |
Description
•