Try to avoid needing to have separate rebuild cache / load cache flows
Categories
(Firefox :: Search, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
Currently, various items trigger rebuilding the search engine cache instead of simply loading it.
With the recent changes for the modern configuration, the workflows between rebuild and loading are pretty much exactly the same. This should be clearer once bug 1642391 is completed.
We should therefore look at simplifying it down to one flow.
When we do this, we should keep an eye out for possible issues with OpenSearch based engines.
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
For the modern configuration, the rebuild and non-rebuild cache paths are virtually identical - we now load the app-provided engines, then the user engines. The non-rebuild cache route also applies WebExtensions found by the add-on manager whilst we're starting up, but we can apply that to the rebuild cache route as well.
Assignee | ||
Comment 2•5 years ago
|
||
![]() |
||
Comment 4•5 years ago
|
||
bugherder |
Description
•