Open
Bug 1592323
Opened 5 years ago
Updated 2 months ago
Consider if SearchService._engines needs a better indexing mechanism, combine with __sortedEngines?
Categories
(Firefox :: Search, task, P3)
Firefox
Search
Tracking
()
NEW
People
(Reporter: standard8, Unassigned)
References
Details
(Whiteboard: [sng][search-tech-debt])
In bug 1577733 I am adding a lookup into this._engines
based on the extension id and the locale (_getEngineByWebExtensionDetails
).
We might want to consider changing this._engines
to have a different indexing method other than the name.
This will be easier to reason about once we've removed the legacy configuration after modernisation ships.
Reporter | ||
Comment 1•5 years ago
|
||
In addition to the above, we should look at this.__sortedEngines as well - they're basically storing exactly the same thing, but one is sorted and one is not.
Summary: Consider if SearchService._engines needs a better indexing mechanism → Consider if SearchService._engines needs a better indexing mechanism, combine with __sortedEngines?
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•10 months ago
|
Blocks: post-search-config-v2
Reporter | ||
Updated•2 months ago
|
No longer blocks: post-search-config-v2
Whiteboard: [sng][search-tech-debt]
Updated•2 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•