| 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 705 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 716 }, | 716 }, |
| 717 { | 717 { |
| 718 name: "PresentationReceiver", | 718 name: "PresentationReceiver", |
| 719 status: "test", | 719 status: "test", |
| 720 }, | 720 }, |
| 721 { | 721 { |
| 722 name: "PushMessaging", | 722 name: "PushMessaging", |
| 723 status: "stable", | 723 status: "stable", |
| 724 }, | 724 }, |
| 725 { | 725 { |
| 726 name: "QuotaPromise", | |
| 727 status: "experimental", | |
| 728 }, | |
| 729 { | |
| 730 name: "ReducedReferrerGranularity", | 726 name: "ReducedReferrerGranularity", |
| 731 }, | 727 }, |
| 732 { | 728 { |
| 733 name: "RemotePlayback", | 729 name: "RemotePlayback", |
| 734 status: "stable", | 730 status: "stable", |
| 735 }, | 731 }, |
| 736 { | 732 { |
| 737 name: "RenderingPipelineThrottling", | 733 name: "RenderingPipelineThrottling", |
| 738 status: "stable", | 734 status: "stable", |
| 739 }, | 735 }, |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 999 { | 995 { |
| 1000 name: "UnclosedFormControlIsInvalid", | 996 name: "UnclosedFormControlIsInvalid", |
| 1001 status: "experimental", | 997 status: "experimental", |
| 1002 }, | 998 }, |
| 1003 { | 999 { |
| 1004 name: "RestrictCompleteURLCharacterSet", | 1000 name: "RestrictCompleteURLCharacterSet", |
| 1005 status: "experimental", | 1001 status: "experimental", |
| 1006 }, | 1002 }, |
| 1007 ], | 1003 ], |
| 1008 } | 1004 } |
| OLD | NEW |