Open mostlygeek opened 3 years ago
re collection not showing up
We fetch the whole list of collections from monitor/changes, and then for each entry, we check whether:
an instantiated client exists (RemoteSettings("cid" was called) local data exists a package dumps exists
Otherwise we ignore it.https://searchfox.org/mozilla-central/rev/3d03a3ca09f03f06ef46a511446537563f62a0c6/services/settings/remote-settings.js#120-149
Note: we could add a contextual help in the UI that points to a dedicated section in the docs remote-settings.readthedocs.io
Place holder for notes as I had to do this recently.
ChromeUtils.import("resource://services-settings/remote-settings.js").RemoteSettings("ms-language-packs")