Closed
Bug 1616617
Opened 5 years ago
Closed 5 years ago
Add a distribution id field to the modern configuration
Categories
(Firefox :: Search, task, P2)
Firefox
Search
Tracking
()
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
We are looking at adding distribution engines into mozilla-central (bug 1615060). As part of this we need to include details into the new search configuration.
I want to add basic support before we start shipping the modern configuration, so that we can add these settings without having to worry about older versions.
I think we can extend the application
section with a distributionIds
(array of strings).
If distributionIds
appears the configuration and is non-empty, then the section matches only if one of the ids in the array matches the installation's distribution id.
If the installation does not have a distribution id, then a section with a non-empty array of distributionIds
does not match.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → standard8
Iteration: --- → 75.2 - Feb 24 - Mar 8
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by dharvey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/32ecb03ae6ca
Add distribution handling to the modern search configuration. r=daleharvey
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox75:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
You need to log in
before you can comment on or make changes to this bug.
Description
•