| 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 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 }, | 365 }, |
| 366 { | 366 { |
| 367 name: "DurableStorage", | 367 name: "DurableStorage", |
| 368 status: "stable", | 368 status: "stable", |
| 369 }, | 369 }, |
| 370 { | 370 { |
| 371 name: "EmbedderCSPEnforcement", | 371 name: "EmbedderCSPEnforcement", |
| 372 status: "experimental", | 372 status: "experimental", |
| 373 }, | 373 }, |
| 374 { | 374 { |
| 375 name: "EnableCanvas2dDynamicRenderingModeSwitching", | |
| 376 status: "experimental", | |
| 377 }, | |
| 378 { | |
| 379 name: "ExecCommandInJavaScript", | 375 name: "ExecCommandInJavaScript", |
| 380 status: "test", | 376 status: "test", |
| 381 }, | 377 }, |
| 382 { | 378 { |
| 383 name: "ExpensiveBackgroundTimerThrottling", | 379 name: "ExpensiveBackgroundTimerThrottling", |
| 384 status: "experimental", | 380 status: "experimental", |
| 385 }, | 381 }, |
| 386 { | 382 { |
| 387 name: "ExperimentalCanvasFeatures", | 383 name: "ExperimentalCanvasFeatures", |
| 388 status: "test", | 384 status: "test", |
| (...skipping 693 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1082 { | 1078 { |
| 1083 name: "Worklet", | 1079 name: "Worklet", |
| 1084 status: "experimental", | 1080 status: "experimental", |
| 1085 }, | 1081 }, |
| 1086 { | 1082 { |
| 1087 name: "XSLT", | 1083 name: "XSLT", |
| 1088 status: "stable", | 1084 status: "stable", |
| 1089 }, | 1085 }, |
| 1090 ], | 1086 ], |
| 1091 } | 1087 } |
| OLD | NEW |