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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 MemoryInfoInWorkers status=experimental | 128 MemoryInfoInWorkers status=experimental |
129 MobileLayoutTheme | 129 MobileLayoutTheme |
130 ModuleScripts status=test | 130 ModuleScripts status=test |
131 NavigatorContentUtils | 131 NavigatorContentUtils |
132 WebNFC status=experimental | 132 WebNFC status=experimental |
133 NetworkInformation status=stable | 133 NetworkInformation status=stable |
134 NetInfoDownlinkMax status=stable | 134 NetInfoDownlinkMax status=stable |
135 NewMediaPlaybackUi | 135 NewMediaPlaybackUi |
136 NotificationConstructor status=stable | 136 NotificationConstructor status=stable |
137 NotificationBadge status=stable | 137 NotificationBadge status=stable |
| 138 NotificationImage status=experimental |
138 NotificationInlineReplies status=experimental | 139 NotificationInlineReplies status=experimental |
139 Notifications status=stable | 140 Notifications status=stable |
140 OnDeviceChange status=experimental | 141 OnDeviceChange status=experimental |
141 OrientationEvent | 142 OrientationEvent |
142 OriginTrials status=stable | 143 OriginTrials status=stable |
143 // Define a sample API for testing integration with the Origin Trials Framework. | 144 // Define a sample API for testing integration with the Origin Trials Framework. |
144 // The sample API is used in both unit and layout tests for the Origin Trials | 145 // The sample API is used in both unit and layout tests for the Origin Trials |
145 // Framework. Do not change this flag to stable, as it exists solely to generate | 146 // Framework. Do not change this flag to stable, as it exists solely to generate |
146 // code used by the sample API implementation. | 147 // code used by the sample API implementation. |
147 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate | 148 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
240 WakeLock status=experimental | 241 WakeLock status=experimental |
241 WebFontsInterventionV2With2G | 242 WebFontsInterventionV2With2G |
242 WebFontsInterventionV2WithSlow2G | 243 WebFontsInterventionV2WithSlow2G |
243 WebFontsInterventionTrigger | 244 WebFontsInterventionTrigger |
244 WebShare status=experimental | 245 WebShare status=experimental |
245 Worklet status=experimental | 246 Worklet status=experimental |
246 WeakMemoryCache | 247 WeakMemoryCache |
247 DoNotUnlockSharedBuffer | 248 DoNotUnlockSharedBuffer |
248 ParseHTMLOnMainThread status=test | 249 ParseHTMLOnMainThread status=test |
249 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 250 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
OLD | NEW |