forked from mirrors/gecko-dev
Pref observers registered for prefs like "foo" will also fire for pref changes on "foo.bar", etc. If a feature registered nested prefs like these, then a change to pref "foo.bar" would trigger the pref listener for "foo.bar" and cause spurious unenrollments, especially when attempting to enroll in both an experiment and rollout at the same time, and when trying to unenroll from an experiment when also enrolled in a rollout. Differential Revision: https://phabricator.services.mozilla.com/D187936 |
||
|---|---|---|
| .. | ||
| ExperimentManager.sys.mjs | ||
| ExperimentStore.sys.mjs | ||
| NimbusFeatureManifest.inc.h | ||
| NimbusFeatures.cpp | ||
| NimbusFeatures.h | ||
| RemoteSettingsExperimentLoader.sys.mjs | ||
| SharedDataMap.sys.mjs | ||