| 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 447 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 name: "FrameTimingSupport", | 458 name: "FrameTimingSupport", |
| 459 status: "experimental", | 459 status: "experimental", |
| 460 }, | 460 }, |
| 461 { | 461 { |
| 462 name: "FullscreenUnprefixed", | 462 name: "FullscreenUnprefixed", |
| 463 settable_from_internals: true, | 463 settable_from_internals: true, |
| 464 status: "test", | 464 status: "test", |
| 465 }, | 465 }, |
| 466 { | 466 { |
| 467 name: "GamepadExtensions", | 467 name: "GamepadExtensions", |
| 468 origin_trial_feature_name: "WebVR", | 468 origin_trial_feature_name: "WebVR1.1", |
| 469 status: "test", | 469 status: "test", |
| 470 }, | 470 }, |
| 471 { | 471 { |
| 472 name: "GeometryInterfaces", | 472 name: "GeometryInterfaces", |
| 473 implied_by: ["CompositorWorker"], | 473 implied_by: ["CompositorWorker"], |
| 474 status: "experimental", | 474 status: "experimental", |
| 475 }, | 475 }, |
| 476 { | 476 { |
| 477 name: "GetUserMedia", | 477 name: "GetUserMedia", |
| 478 status: "stable", | 478 status: "stable", |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1028 origin_trial_os: ["android"], | 1028 origin_trial_os: ["android"], |
| 1029 status: "experimental", | 1029 status: "experimental", |
| 1030 }, | 1030 }, |
| 1031 { | 1031 { |
| 1032 name: "WebUSB", | 1032 name: "WebUSB", |
| 1033 origin_trial_feature_name: "WebUSB2", | 1033 origin_trial_feature_name: "WebUSB2", |
| 1034 status: "experimental", | 1034 status: "experimental", |
| 1035 }, | 1035 }, |
| 1036 { | 1036 { |
| 1037 name: "WebVR", | 1037 name: "WebVR", |
| 1038 origin_trial_feature_name: "WebVR", | 1038 origin_trial_feature_name: "WebVR1.1", |
| 1039 status: "test", | 1039 status: "test", |
| 1040 }, | 1040 }, |
| 1041 { | 1041 { |
| 1042 name: "WebVRExperimentalRendering", | 1042 name: "WebVRExperimentalRendering", |
| 1043 // Don't mark this as depends_on: ["WebVR"], we want to be able to turn | 1043 // Don't mark this as depends_on: ["WebVR"], we want to be able to turn |
| 1044 // it on for just origin trial sites where the dependency is unset. | 1044 // it on for just origin trial sites where the dependency is unset. |
| 1045 status: "experimental", | 1045 status: "experimental", |
| 1046 }, | 1046 }, |
| 1047 { | 1047 { |
| 1048 name: "WebVTTRegions", | 1048 name: "WebVTTRegions", |
| 1049 status: "experimental", | 1049 status: "experimental", |
| 1050 }, | 1050 }, |
| 1051 { | 1051 { |
| 1052 name: "Worklet", | 1052 name: "Worklet", |
| 1053 status: "experimental", | 1053 status: "experimental", |
| 1054 }, | 1054 }, |
| 1055 { | 1055 { |
| 1056 name: "XSLT", | 1056 name: "XSLT", |
| 1057 status: "stable", | 1057 status: "stable", |
| 1058 }, | 1058 }, |
| 1059 ], | 1059 ], |
| 1060 } | 1060 } |
| OLD | NEW |