Name Description Size
ExperimentManager.sys.mjs A module for processes Experiment recipes, choosing and storing enrollment state, and sending experiment-related Telemetry. 48044
ExperimentStore.sys.mjs This is expected if we don't have anything stored 14876
Migrations.sys.mjs Apply any outstanding migrations. 4676
NimbusFeatureManifest.inc.h 640
NimbusFeatures.cpp Returns the variable value configured via experiment or rollout. If a fallback pref is defined in the FeatureManifest and it has a user value set this takes precedence over remote configurations. 8009
NimbusFeatures.h 1946
PrefFlipsFeature.sys.mjs Intialize the prefFlips feature. This will re-hydrate `this._prefs` from the active enrollment (if any) and register any necessary pref observers. onFeatureUpdate will be called for any future feature changes. 11800
RemoteSettingsExperimentLoader.sys.mjs 34001
SharedDataMap.sys.mjs Replace the stored data with an updated filtered dataset for cleanup purposes. We don't notify of update because we're only filtering out old unused entries. @param {string[]} keysToRemove - list of keys to remove from the persistent store 5173
TargetingContextRecorder.sys.mjs Return a function that returns specific keys of an object. All values will be awaited, so objects containing promises will be flattened into objects. Any exceptions encountered will not prevent the key from being recorded in the metric. @param {string[]} keys - The keys to include. @returns The function. 14016
Telemetry.sys.mjs 7135