chromium-dashboard icon indicating copy to clipboard operation
chromium-dashboard copied to clipboard

Track feature flag name

Open reillyeon opened this issue 3 years ago • 1 comments

Related to #1209 but also generally useful for other kind of tracking, the ChomeStatus tool should have a field for the Blink flag (from runtime_enabled_features.json5) and/or base::Feature flag for the feature and whether this flag is exposed through about:flags.

This could be used to build a pipeline to understand based on release branches whether a feature is launching in a particular release and to flag instances where a feature is pulled back at the last minute.

reillyeon avatar Mar 02 '22 18:03 reillyeon

We currently have a flag_name field, but that is it.

jrobbins avatar May 03 '22 01:05 jrobbins