You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Features are enabled in either runtime_enabled_features.json5 or content_features.cc. It may be possible to reference these files in Chromium to check that the current milestone data is accurate and features are indeed shipping in a specific milestone. This may allow us to only consider a feature as shipped if it exists in these files, or to ask feature owners to confirm their shipping milestone if the feature's name is not detected in these files.
I would imagine corner cases exist here, and more exploration on that would be useful. For example, it could be possible that a feature is enabled, but finch is overriding it.