Add an available locales record type for search-config-v2
Categories
(Firefox :: Search, task, P2)
Tracking
()
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [sng])
Attachments
(3 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-release+
|
Details | Review |
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-esr128+
|
Details | Review |
As part of the work we're doing on the rust based search engine selector, we need to add a new record type to search-config-v2. The record is an optimisation to avoid need to go through the config and find all the locales it references. The selector can use the record to determine if the user's locale is present, if it isn't and the locale is of the form ab-CD
, then it will try the ab
form and see if that is present and if so, it will use that as the user's locale.
In this bug, I want to land the documentation & schema update, and get them uplifted to appropriate places, so that we'll be able to update remote settings without issue.
Updated•23 days ago
|
Assignee | ||
Comment 1•23 days ago
|
||
Comment 3•21 days ago
|
||
bugherder |
Assignee | ||
Comment 4•18 days ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D246629
Updated•18 days ago
|
Assignee | ||
Comment 5•18 days ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D246629
Updated•18 days ago
|
Comment 6•18 days ago
|
||
release Uplift Approval Request
- User impact if declined: None - Test only change to support the next remote-settings update of search-config-v2. Without this, the tests wil fail.
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: N/A
- Risk associated with taking this patch: None
- Explanation of risk level: Non-production code changes
- String changes made/needed: None
- Is Android affected?: no
Comment 7•18 days ago
|
||
esr128 Uplift Approval Request
- User impact if declined: None - Test only change to support the next remote-settings update of search-config-v2. Without this, the tests wil fail.
- Code covered by automated testing: yes
- Fix verified in Nightly: yes
- Needs manual QE test: no
- Steps to reproduce for manual QE testing: None
- Risk associated with taking this patch: None
- Explanation of risk level: Non-production code changes
- String changes made/needed: None
- Is Android affected?: no
Updated•18 days ago
|
Updated•18 days ago
|
Updated•18 days ago
|
Updated•18 days ago
|
Updated•17 days ago
|
Description
•