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 989 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1000 }, | 1000 }, |
1001 { | 1001 { |
1002 name: "PerformancePaintTiming", | 1002 name: "PerformancePaintTiming", |
1003 status: "test", | 1003 status: "test", |
1004 }, | 1004 }, |
1005 { | 1005 { |
1006 name: "HideNonceContentAttribute", | 1006 name: "HideNonceContentAttribute", |
1007 status: "experimental", | 1007 status: "experimental", |
1008 }, | 1008 }, |
1009 { | 1009 { |
| 1010 name: "BlockCredentialedSubresources", |
| 1011 status: "experimental", |
| 1012 }, |
| 1013 { |
1010 name: "UnclosedFormControlIsInvalid", | 1014 name: "UnclosedFormControlIsInvalid", |
1011 status: "experimental", | 1015 status: "experimental", |
1012 }, | 1016 }, |
1013 { | 1017 { |
1014 name: "RestrictCompleteURLCharacterSet", | 1018 name: "RestrictCompleteURLCharacterSet", |
1015 status: "experimental", | 1019 status: "experimental", |
1016 }, | 1020 }, |
1017 { | 1021 { |
1018 name: "BlockLegacySubresources", | 1022 name: "BlockLegacySubresources", |
1019 status: "experimental", | 1023 status: "experimental", |
1020 }, | 1024 }, |
1021 { | 1025 { |
1022 name: "MediaControlsOverlayPlayButton", | 1026 name: "MediaControlsOverlayPlayButton", |
1023 settable_from_internals: true, | 1027 settable_from_internals: true, |
1024 }, | 1028 }, |
1025 { | 1029 { |
1026 name: "VideoFullscreenDetection", | 1030 name: "VideoFullscreenDetection", |
1027 } | 1031 } |
1028 ], | 1032 ], |
1029 } | 1033 } |
OLD | NEW |