New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 654404 link

Starred by 2 users

Issue metadata

Status: Archived
Owner: ----
Closed: Jan 10
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

create base::Features for RuntimeEnabledFeatures

Project Member Reported by jochen@chromium.org, Oct 10 2016

Issue description

currently, we generate from a list of blink features defined here: https://cs.chromium.org/chromium/src/third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in command line flags for individual features: --enable-blinks-features=feat1,feat2,..

Most features end up adding their own flags, so they can appear in about:flags, and then later add a base::Feature to be able to use finch.

I propose to autogenerate base::Feature entries for all features listed RuntimeEnabledFeatures.in so we don't end up with duplicate flags and features all over the place
 
Status: Archived (was: Untriaged)
Archiving P3s older than 1 year with no owner or component.

Sign in to add a comment