| 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 859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 870 name: "TouchEventFeatureDetection", | 870 name: "TouchEventFeatureDetection", |
| 871 status: "stable", | 871 status: "stable", |
| 872 }, | 872 }, |
| 873 // This is set conditionally in SetRuntimeFeaturesDefaultsAndUpdateFromArgs | 873 // This is set conditionally in SetRuntimeFeaturesDefaultsAndUpdateFromArgs |
| 874 // and will eventually go away when the touchpad/wheel scroll latching is | 874 // and will eventually go away when the touchpad/wheel scroll latching is |
| 875 // enabled on all platforms (http://crbug.com/526463). | 875 // enabled on all platforms (http://crbug.com/526463). |
| 876 { | 876 { |
| 877 name: "TouchpadAndWheelScrollLatching", | 877 name: "TouchpadAndWheelScrollLatching", |
| 878 }, | 878 }, |
| 879 { | 879 { |
| 880 name: "TrueColorRendering", | |
| 881 status: "experimental", | |
| 882 }, | |
| 883 { | |
| 884 name: "TrustedEventsDefaultAction", | 880 name: "TrustedEventsDefaultAction", |
| 885 status: "stable", | 881 status: "stable", |
| 886 }, | 882 }, |
| 887 { | 883 { |
| 888 name: "WebAnimationsAPI", | 884 name: "WebAnimationsAPI", |
| 889 status: "experimental", | 885 status: "experimental", |
| 890 }, | 886 }, |
| 891 { | 887 { |
| 892 name: "WebAnimationsSVG", | 888 name: "WebAnimationsSVG", |
| 893 status: "experimental", | 889 status: "experimental", |
| (...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1026 { | 1022 { |
| 1027 name: "BlockLegacySubresources", | 1023 name: "BlockLegacySubresources", |
| 1028 status: "experimental", | 1024 status: "experimental", |
| 1029 }, | 1025 }, |
| 1030 { | 1026 { |
| 1031 name: "MediaControlsOverlayPlayButton", | 1027 name: "MediaControlsOverlayPlayButton", |
| 1032 settable_from_internals: true, | 1028 settable_from_internals: true, |
| 1033 } | 1029 } |
| 1034 ], | 1030 ], |
| 1035 } | 1031 } |
| OLD | NEW |