Confirmed users
67
edits
(Create page from google doc) |
(→When not to use Pref Rollout for feature flags: Fix bullet point indentation) |
||
Line 28: | Line 28: | ||
* If you are trying to answer a question, the feature is experimental in nature, or you need multiple branches. | * If you are trying to answer a question, the feature is experimental in nature, or you need multiple branches. | ||
** Consider a Shield preference study | |||
* The feature is not already in the target version of Firefox, in a disabled state | * The feature is not already in the target version of Firefox, in a disabled state | ||
** System add-ons are able to ship new code off-train | |||
* You are targeting a version of Firefox older than 61. | * You are targeting a version of Firefox older than 61. | ||
* The feature requires a restart after the preference is changed | * The feature requires a restart after the preference is changed |