OLD | NEW |
1 // http://dev.chromium.org/blink/runtime-enabled-features | 1 // http://dev.chromium.org/blink/runtime-enabled-features |
2 // | 2 // |
3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains | 3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains |
4 // a class that stores static enablers for all experimental features. | 4 // a class that stores static enablers for all experimental features. |
5 // | 5 // |
6 // Each feature can be assigned a "status": | 6 // Each feature can be assigned a "status": |
7 // status=stable -> Enable this in all Blink configurations. We are committed t
o these APIs indefinitely. | 7 // status=stable -> Enable this in all Blink configurations. We are committed t
o these APIs indefinitely. |
8 // status=experimental -> In-progress features, Web Developers might play with,
but are not on by default in stable. | 8 // status=experimental -> In-progress features, Web Developers might play with,
but are not on by default in stable. |
9 // status=test -> Enabled in ContentShell for testing, otherwise off. | 9 // status=test -> Enabled in ContentShell for testing, otherwise off. |
10 // Features without a status are not enabled anywhere by default. | 10 // Features without a status are not enabled anywhere by default. |
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 MemoryInfoInWorkers status=experimental | 130 MemoryInfoInWorkers status=experimental |
131 MobileLayoutTheme | 131 MobileLayoutTheme |
132 ModuleScripts status=test | 132 ModuleScripts status=test |
133 NavigatorContentUtils | 133 NavigatorContentUtils |
134 WebNFC status=experimental | 134 WebNFC status=experimental |
135 NetworkInformation status=stable | 135 NetworkInformation status=stable |
136 NetInfoDownlinkMax status=stable | 136 NetInfoDownlinkMax status=stable |
137 NewMediaPlaybackUi | 137 NewMediaPlaybackUi |
138 NotificationConstructor status=stable | 138 NotificationConstructor status=stable |
139 NotificationBadge status=stable | 139 NotificationBadge status=stable |
| 140 NotificationImage status=experimental |
140 NotificationInlineReplies status=experimental | 141 NotificationInlineReplies status=experimental |
141 Notifications status=stable | 142 Notifications status=stable |
142 OnDeviceChange status=experimental | 143 OnDeviceChange status=experimental |
143 OrientationEvent | 144 OrientationEvent |
144 OriginTrials status=stable | 145 OriginTrials status=stable |
145 // Define a sample API for testing integration with the Origin Trials Framework. | 146 // Define a sample API for testing integration with the Origin Trials Framework. |
146 // The sample API is used in both unit and layout tests for the Origin Trials | 147 // The sample API is used in both unit and layout tests for the Origin Trials |
147 // Framework. Do not change this flag to stable, as it exists solely to generate | 148 // Framework. Do not change this flag to stable, as it exists solely to generate |
148 // code used by the sample API implementation. | 149 // code used by the sample API implementation. |
149 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate | 150 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate |
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 WakeLock status=experimental | 242 WakeLock status=experimental |
242 WebFontsInterventionV2With2G | 243 WebFontsInterventionV2With2G |
243 WebFontsInterventionV2WithSlow2G | 244 WebFontsInterventionV2WithSlow2G |
244 WebFontsInterventionTrigger | 245 WebFontsInterventionTrigger |
245 WebShare status=experimental | 246 WebShare status=experimental |
246 Worklet status=experimental | 247 Worklet status=experimental |
247 WeakMemoryCache | 248 WeakMemoryCache |
248 DoNotUnlockSharedBuffer | 249 DoNotUnlockSharedBuffer |
249 ParseHTMLOnMainThread status=test | 250 ParseHTMLOnMainThread status=test |
250 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 251 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
OLD | NEW |