| 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 503 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 514 { | 514 { |
| 515 name: "InstalledApp", | 515 name: "InstalledApp", |
| 516 origin_trial_feature_name: "InstalledApp", | 516 origin_trial_feature_name: "InstalledApp", |
| 517 status: "experimental", | 517 status: "experimental", |
| 518 }, | 518 }, |
| 519 { | 519 { |
| 520 name: "IntersectionObserver", | 520 name: "IntersectionObserver", |
| 521 status: "stable", | 521 status: "stable", |
| 522 }, | 522 }, |
| 523 { | 523 { |
| 524 name: "KeyboardLock", |
| 525 status: "test", |
| 526 }, |
| 527 { |
| 524 name: "LangAttributeAwareFormControlUI", | 528 name: "LangAttributeAwareFormControlUI", |
| 525 }, | 529 }, |
| 526 { | 530 { |
| 527 name: "LayoutNG", | 531 name: "LayoutNG", |
| 528 }, | 532 }, |
| 529 { | 533 { |
| 530 name: "LazyParseCSS", | 534 name: "LazyParseCSS", |
| 531 status: "experimental", | 535 status: "experimental", |
| 532 }, | 536 }, |
| 533 { | 537 { |
| (...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 { | 1040 { |
| 1037 name: "Worklet", | 1041 name: "Worklet", |
| 1038 status: "experimental", | 1042 status: "experimental", |
| 1039 }, | 1043 }, |
| 1040 { | 1044 { |
| 1041 name: "XSLT", | 1045 name: "XSLT", |
| 1042 status: "stable", | 1046 status: "stable", |
| 1043 }, | 1047 }, |
| 1044 ], | 1048 ], |
| 1045 } | 1049 } |
| OLD | NEW |