Chromium Code Reviews| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 333 }, | 333 }, |
| 334 { | 334 { |
| 335 name: "DecodeToYUV", | 335 name: "DecodeToYUV", |
| 336 status: "experimental", | 336 status: "experimental", |
| 337 }, | 337 }, |
| 338 { | 338 { |
| 339 name: "DesktopCaptureDisableLocalEchoControl", | 339 name: "DesktopCaptureDisableLocalEchoControl", |
| 340 status: "experimental", | 340 status: "experimental", |
| 341 }, | 341 }, |
| 342 { | 342 { |
| 343 name: "DeviceRamHeader", | |
| 344 status: "experimental", | |
|
panicker
2017/05/24 17:28:33
this should be "test" to start with. When we updat
fmeawad
2017/05/24 18:24:57
Done.
| |
| 345 }, | |
| 346 { | |
| 343 name: "DisplayList2dCanvas", | 347 name: "DisplayList2dCanvas", |
| 344 status: "stable", | 348 status: "stable", |
| 345 }, | 349 }, |
| 346 { | 350 { |
| 347 name: "DisplayNoneIFrameCreatesNoLayoutObject", | 351 name: "DisplayNoneIFrameCreatesNoLayoutObject", |
| 348 status: "experimental", | 352 status: "experimental", |
| 349 }, | 353 }, |
| 350 { | 354 { |
| 351 name: "DocumentCookie", | 355 name: "DocumentCookie", |
| 352 }, | 356 }, |
| (...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1080 { | 1084 { |
| 1081 name: "Worklet", | 1085 name: "Worklet", |
| 1082 status: "experimental", | 1086 status: "experimental", |
| 1083 }, | 1087 }, |
| 1084 { | 1088 { |
| 1085 name: "XSLT", | 1089 name: "XSLT", |
| 1086 status: "stable", | 1090 status: "stable", |
| 1087 }, | 1091 }, |
| 1088 ], | 1092 ], |
| 1089 } | 1093 } |
| OLD | NEW |