| OLD | NEW |
| 1 { | 1 { |
| 2 // http://dev.chromium.org/blink/runtime-enabled-features | 2 // http://dev.chromium.org/blink/runtime-enabled-features |
| 3 // | 3 // |
| 4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains | 4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains |
| 5 // a class that stores static enablers for all experimental features. | 5 // a class that stores static enablers for all experimental features. |
| 6 | 6 |
| 7 parameters: { | 7 parameters: { |
| 8 // Each feature can be assigned a "status": | 8 // Each feature can be assigned a "status": |
| 9 // status=stable -> Enable this in all Blink configurations. We are committ
ed to these APIs indefinitely. | 9 // status=stable -> Enable this in all Blink configurations. We are committ
ed to these APIs indefinitely. |
| 10 // status=experimental -> In-progress features, Web Developers might play wi
th, but are not on by default in stable. | 10 // status=experimental -> In-progress features, Web Developers might play wi
th, but are not on by default in stable. |
| (...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 status: "experimental", | 379 status: "experimental", |
| 380 }, | 380 }, |
| 381 { | 381 { |
| 382 name: "FastMobileScrolling", | 382 name: "FastMobileScrolling", |
| 383 }, | 383 }, |
| 384 { | 384 { |
| 385 name: "FeaturePolicy", | 385 name: "FeaturePolicy", |
| 386 status: "experimental", | 386 status: "experimental", |
| 387 }, | 387 }, |
| 388 { | 388 { |
| 389 name: "FeaturePolicyExperimentalFeatures", |
| 390 status: "experimental", |
| 391 }, |
| 392 { |
| 389 name: "FileAPIBlobClose", | 393 name: "FileAPIBlobClose", |
| 390 status: "experimental", | 394 status: "experimental", |
| 391 }, | 395 }, |
| 392 { | 396 { |
| 393 name: "FileSystem", | 397 name: "FileSystem", |
| 394 status: "stable", | 398 status: "stable", |
| 395 }, | 399 }, |
| 396 { | 400 { |
| 397 name: "ForeignFetch", | 401 name: "ForeignFetch", |
| 398 origin_trial_feature_name: "ForeignFetch", | 402 origin_trial_feature_name: "ForeignFetch", |
| (...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1005 { | 1009 { |
| 1006 name: "UnclosedFormControlIsInvalid", | 1010 name: "UnclosedFormControlIsInvalid", |
| 1007 status: "experimental", | 1011 status: "experimental", |
| 1008 }, | 1012 }, |
| 1009 { | 1013 { |
| 1010 name: "RestrictCompleteURLCharacterSet", | 1014 name: "RestrictCompleteURLCharacterSet", |
| 1011 status: "experimental", | 1015 status: "experimental", |
| 1012 }, | 1016 }, |
| 1013 ], | 1017 ], |
| 1014 } | 1018 } |
| OLD | NEW |