| 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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 }, | 795 }, |
| 796 { | 796 { |
| 797 name: "RenderUnicodeControlCharacters", | 797 name: "RenderUnicodeControlCharacters", |
| 798 status: "stable", | 798 status: "stable", |
| 799 }, | 799 }, |
| 800 { | 800 { |
| 801 name: "ResizeObserver", | 801 name: "ResizeObserver", |
| 802 status: "experimental", | 802 status: "experimental", |
| 803 }, | 803 }, |
| 804 { | 804 { |
| 805 name: "RestrictCompleteURLCharacterSet", | 805 name: "RestrictCanRequestURLCharacterSet", |
| 806 status: "experimental", | 806 status: "experimental", |
| 807 }, | 807 }, |
| 808 // Handles frame scrolling via the root PaintLayer instead of the FrameView. | 808 // Handles frame scrolling via the root PaintLayer instead of the FrameView. |
| 809 // crbug.com/417782 tracks enabling this by default. | 809 // crbug.com/417782 tracks enabling this by default. |
| 810 { | 810 { |
| 811 name: "RootLayerScrolling", | 811 name: "RootLayerScrolling", |
| 812 }, | 812 }, |
| 813 { | 813 { |
| 814 name: "RTCRtpReceiver", | 814 name: "RTCRtpReceiver", |
| 815 status: "experimental", | 815 status: "experimental", |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 { | 1036 { |
| 1037 name: "Worklet", | 1037 name: "Worklet", |
| 1038 status: "experimental", | 1038 status: "experimental", |
| 1039 }, | 1039 }, |
| 1040 { | 1040 { |
| 1041 name: "XSLT", | 1041 name: "XSLT", |
| 1042 status: "stable", | 1042 status: "stable", |
| 1043 }, | 1043 }, |
| 1044 ], | 1044 ], |
| 1045 } | 1045 } |
| OLD | NEW |