Implement reading the allow override search engine allowlist from remote settings
Categories
(Firefox :: Search, task, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Once we have the code and remote settings bucket hooked up, then we should hook the two lists together.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
This implements reading the list from remote settings. We only read it at startup if necessary, or on add-on installation.
We do not check for updates - if something is removed, we'll wait until next startup before processing it.
Also adds lots of tests for canOverride as this seems a critical part to get right.
Comment 3•5 years ago
|
||
bugherder |
Comment 4•5 years ago
|
||
Backed out 2 changesets (Bug 1635235, Bug 1635239) for causing Bug 1640583.
Backout link: https://hg.mozilla.org/integration/autoland/rev/e7641c1071eaadf8a74fc16c13456d4d63b367d0
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=303559657&repo=autoland&lineNumber=15708
![]() |
||
Comment 5•5 years ago
|
||
Backout merged: https://hg.mozilla.org/mozilla-central/rev/e7641c1071ea
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D76480
Comment 8•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8f73d66ee5e8
https://hg.mozilla.org/mozilla-central/rev/97d4e535dae5
Description
•