Desktop integration for Suggest geo expansion
Categories
(Firefox :: Address Bar, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: adw, Assigned: adw)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
If the Rust component can't/doesn't internally detect the client's region/locale, desktop will need to do that and pass it in to the Rust component on ingest.
I don't think we need any new Nimbus variables. We can use the existing ones to enable Suggest. We also shouldn't need any new telemetry because the existing telemetry includes locale, and for experiments, we'll know beforehand that we're targeting a certain locale in an experiment branch.
Updated•7 months ago
|
Assignee | ||
Comment 1•6 months ago
|
||
This depends on the vendoring in bug D240919. With that vendor, it's very easy
for consumers like desktop to implement support for Suggest in new countries,
locales, device form factors, etc. All we need to do is pass an appropriate
client app context (also known as a remote settings context) that contains the
client's region, form factor, locale, etc. The Rust component handles everything
after that.
Depends on D240919
Comment 3•6 months ago
|
||
bugherder |
Assignee | ||
Updated•6 months ago
|
Description
•