| 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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 name: "ImageCapture", | 449 name: "ImageCapture", |
| 450 origin_trial_feature_name: "ImageCapture", | 450 origin_trial_feature_name: "ImageCapture", |
| 451 status: "experimental", | 451 status: "experimental", |
| 452 }, | 452 }, |
| 453 { | 453 { |
| 454 name: "ImageOrientation", | 454 name: "ImageOrientation", |
| 455 status: "test", | 455 status: "test", |
| 456 }, | 456 }, |
| 457 { | 457 { |
| 458 name: "IndexedDBExperimental", | 458 name: "IndexedDBExperimental", |
| 459 status: "experimental", | 459 status: "stable", |
| 460 }, | 460 }, |
| 461 { | 461 { |
| 462 name: "InertTopControls", | 462 name: "InertTopControls", |
| 463 status: "stable", | 463 status: "stable", |
| 464 }, | 464 }, |
| 465 { | 465 { |
| 466 name: "InputEvent", | 466 name: "InputEvent", |
| 467 status: "experimental", | 467 status: "experimental", |
| 468 }, | 468 }, |
| 469 { | 469 { |
| (...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 { | 1018 { |
| 1019 name: "RestrictCompleteURLCharacterSet", | 1019 name: "RestrictCompleteURLCharacterSet", |
| 1020 status: "experimental", | 1020 status: "experimental", |
| 1021 }, | 1021 }, |
| 1022 { | 1022 { |
| 1023 name: "BlockLegacySubresources", | 1023 name: "BlockLegacySubresources", |
| 1024 status: "experimental", | 1024 status: "experimental", |
| 1025 } | 1025 } |
| 1026 ], | 1026 ], |
| 1027 } | 1027 } |
| OLD | NEW |