Closed
Bug 1916847
Opened 1 month ago
Closed 1 month ago
Clean up (*)SearchEngine code after removing the old search configuration
Categories
(Firefox :: Search, task, P3)
Firefox
Search
Tracking
()
RESOLVED
FIXED
132 Branch
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: mcheang, Assigned: mcheang)
References
()
Details
Attachments
(1 file)
Once we have removed the old search engine selector code and preference, we should review the (*)SearchEngine classes and check for anything that we can clean up.
Prerequisites
The old search engine selector code and preferences have been removed.
Requirements
The various search engine class are inspected for items such as:
Code that is no longer needed, e.g. handling the old configurations in AddonSearchEngine
Code that could be moved, e.g. application search engine specific code that could be moved from the SearchEngine.sys.mjs to the AppProvidedSearchEngine.sys.mjs
Assignee | ||
Comment 1•1 month ago
|
||
Pushed by mcheang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d64a5e37ef72
Remove code that is related to the old config in AddonSearchEngine, SearchEngine, and SearchService. r=Standard8.
Comment 3•1 month ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox132:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•