Files
tubestation/toolkit/components/contentrelevancy/tests/xpcshell
Ben Dean-Kawamura 780abf92fd Bug 1894028 - construct relevancy store at startup. r=nanj
The new lifetime for the store is:

  - `init` constructs it, however it can not be used yet.
  - `#enable` flags it as ready to be used.
  - `#disable` closes any DB connections, then flags it as not ready.
  - `uninit` destroys the it.

Created a new class to hold the `RustRelevancyStore`.  This allows us to
test the logic there without needing to fiddle with prefs, nimbus, or
timers.

Differential Revision: https://phabricator.services.mozilla.com/D211254
2024-05-23 17:21:30 +00:00
..