Closed
Bug 1542268
Opened 6 years ago
Closed 5 years ago
Replace desktop's list.json for Search Engines with the new configuration format and rule engine
Categories
(Firefox :: Search, task, P1)
Firefox
Search
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: standard8, Assigned: daleharvey)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
Once bug 1542255 has created the rule engine, we should integrate it with SearchService and replace the list.json on desktop.
One thing we might have to do is ensure that we don't regress Android's use of list.json.
Updated•5 years ago
|
Iteration: --- → 69.3 - Jun 10 - 23
Updated•5 years ago
|
Points: --- → 8
Reporter | ||
Updated•5 years ago
|
Priority: -- → P1
Updated•5 years ago
|
Iteration: 69.3 - Jun 10 - 23 → 69.4 - Jun 24 - Jul 7
Reporter | ||
Comment 2•5 years ago
|
||
We need to decide if this could be landed with a pref, or if we need to wait until 71 for it to be landed.
Reporter | ||
Comment 3•5 years ago
|
||
From what I can tell the existing list.json loading is all centred around SearchService._findEngines()
. Realistically, we need to also modify at least SearchService._loadEngines()
which is the function that calls _findEngines
.
So we can probably do this ahead of 71, but we're not going to have time in this iteration.
Iteration: 69.4 - Jun 24 - Jul 7 → 70.1 - Jul 8 - 21
Updated•5 years ago
|
Iteration: 70.1 - Jul 8 - 21 → ---
Updated•5 years ago
|
Assignee: nobody → dharvey
Iteration: --- → 70.3 - Aug 5 - 18
Assignee | ||
Updated•5 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Iteration: 70.3 - Aug 5 - 18 → 70.4 - Aug 19 - Sep 1
Pushed by dharvey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/16aa97b4ff64
Use new engine selector behind a pref r=Standard8
Comment 6•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
Comment 7•5 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•