Closed Bug 1610293 Opened 4 years ago Closed 4 years ago

maybeReloadEngines should not rebuild the entire engine list, only handle new/update/remove of engines

Categories

(Firefox :: Search, task, P3)

task
Points:
8

Tracking

()

RESOLVED FIXED
Firefox 80
Iteration:
80.2 - July 13 - July 26
Tracking Status
firefox80 --- fixed

People

(Reporter: standard8, Assigned: standard8)

References

Details

Attachments

(3 files)

maybeReloadEngines currently assumes that the entire engine list is going to change. That is not usually the case, and ends up with doing more work than necessary, including writing to the cache.

Ideally we should only add or remove engines from the existing list. For the modern configuration we also need to remember to handle engine updates where the configuration has actually changed.

Blocks: 1612824
Blocks: 1613182
Severity: normal → N/A
Points: --- → 8
Blocks: post-modern-search-cleanup
No longer blocks: 1613182
Blocks: 1589710
Assignee: nobody → standard8
Iteration: --- → 80.1 - June 29 - July 12
Depends on: 1650756

Also note: I intentionally haven't read from the cache for maybeReloadEngines in the new version. Existing engines already have the cached information stored within them, and the engine's settings don't overwrite that. Hence, we really don't need to read the cache here.

Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/db308be7d25e
Split out delay region notification test to separate test file, so that test_reload_engines can concentrate on testing the reload engines function. r=daleharvey
https://hg.mozilla.org/integration/autoland/rev/9c01746f3b05
Rewrite maybeReloadEngines to not completely reload the search engines. r=daleharvey
https://hg.mozilla.org/integration/autoland/rev/c4388ff019db
When reloading engines, ensure useDBForOrder isn't set, and handle more cases of updating engines. r=daleharvey
Iteration: 80.1 - June 29 - July 12 → 80.2 - July 13 - July 26
Regressions: 1653976
Regressions: 1654377
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: