| 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 }, | 326 }, |
| 327 { | 327 { |
| 328 name: "DecodeToYUV", | 328 name: "DecodeToYUV", |
| 329 status: "experimental", | 329 status: "experimental", |
| 330 }, | 330 }, |
| 331 { | 331 { |
| 332 name: "DesktopCaptureDisableLocalEchoControl", | 332 name: "DesktopCaptureDisableLocalEchoControl", |
| 333 status: "experimental", | 333 status: "experimental", |
| 334 }, | 334 }, |
| 335 { | 335 { |
| 336 name: "DeviceRamHeader", |
| 337 status: "experimental", |
| 338 }, |
| 339 { |
| 336 name: "DisplayList2dCanvas", | 340 name: "DisplayList2dCanvas", |
| 337 status: "stable", | 341 status: "stable", |
| 338 }, | 342 }, |
| 339 { | 343 { |
| 340 name: "DisplayNoneIFrameCreatesNoLayoutObject", | 344 name: "DisplayNoneIFrameCreatesNoLayoutObject", |
| 341 status: "experimental", | 345 status: "experimental", |
| 342 }, | 346 }, |
| 343 { | 347 { |
| 344 name: "DocumentCookie", | 348 name: "DocumentCookie", |
| 345 }, | 349 }, |
| (...skipping 716 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1062 { | 1066 { |
| 1063 name: "Worklet", | 1067 name: "Worklet", |
| 1064 status: "experimental", | 1068 status: "experimental", |
| 1065 }, | 1069 }, |
| 1066 { | 1070 { |
| 1067 name: "XSLT", | 1071 name: "XSLT", |
| 1068 status: "stable", | 1072 status: "stable", |
| 1069 }, | 1073 }, |
| 1070 ], | 1074 ], |
| 1071 } | 1075 } |
| OLD | NEW |