| 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 }, | 309 }, |
| 310 { | 310 { |
| 311 name: "DeviceLight", | 311 name: "DeviceLight", |
| 312 status: "experimental", | 312 status: "experimental", |
| 313 }, | 313 }, |
| 314 { | 314 { |
| 315 name: "DisplayList2dCanvas", | 315 name: "DisplayList2dCanvas", |
| 316 status: "stable", | 316 status: "stable", |
| 317 }, | 317 }, |
| 318 { | 318 { |
| 319 name: "DisplayNoneIFrameCreatesNoLayoutObject", |
| 320 status: "experimental", |
| 321 }, |
| 322 { |
| 319 name: "DocumentCookie", | 323 name: "DocumentCookie", |
| 320 }, | 324 }, |
| 321 { | 325 { |
| 322 name: "DocumentDomain", | 326 name: "DocumentDomain", |
| 323 }, | 327 }, |
| 324 { | 328 { |
| 325 name: "DocumentWrite", | 329 name: "DocumentWrite", |
| 326 }, | 330 }, |
| 327 { | 331 { |
| 328 name: "DocumentWriteEvaluator", | 332 name: "DocumentWriteEvaluator", |
| (...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1005 { | 1009 { |
| 1006 name: "UnclosedFormControlIsInvalid", | 1010 name: "UnclosedFormControlIsInvalid", |
| 1007 status: "experimental", | 1011 status: "experimental", |
| 1008 }, | 1012 }, |
| 1009 { | 1013 { |
| 1010 name: "RestrictCompleteURLCharacterSet", | 1014 name: "RestrictCompleteURLCharacterSet", |
| 1011 status: "experimental", | 1015 status: "experimental", |
| 1012 }, | 1016 }, |
| 1013 ], | 1017 ], |
| 1014 } | 1018 } |
| OLD | NEW |