| 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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 ModuleScripts status=test | 148 ModuleScripts status=test |
| 149 NavigatorContentUtils | 149 NavigatorContentUtils |
| 150 WebNFC status=experimental | 150 WebNFC status=experimental |
| 151 NetworkInformation status=stable | 151 NetworkInformation status=stable |
| 152 NetInfoDownlinkMax status=stable | 152 NetInfoDownlinkMax status=stable |
| 153 NotificationConstructor status=stable | 153 NotificationConstructor status=stable |
| 154 NotificationBadge status=stable | 154 NotificationBadge status=stable |
| 155 NotificationContentImage status=stable | 155 NotificationContentImage status=stable |
| 156 NotificationInlineReplies status=experimental | 156 NotificationInlineReplies status=experimental |
| 157 Notifications status=stable | 157 Notifications status=stable |
| 158 OnDeviceChange status=experimental | 158 OnDeviceChange status=stable |
| 159 OrientationEvent | 159 OrientationEvent |
| 160 OriginTrials status=stable | 160 OriginTrials status=stable |
| 161 // Define a sample API for testing integration with the Origin Trials Framework. | 161 // Define a sample API for testing integration with the Origin Trials Framework. |
| 162 // The sample API is used in both unit and layout tests for the Origin Trials | 162 // The sample API is used in both unit and layout tests for the Origin Trials |
| 163 // Framework. Do not change this flag to stable, as it exists solely to generate | 163 // Framework. Do not change this flag to stable, as it exists solely to generate |
| 164 // code used by the sample API implementation. | 164 // code used by the sample API implementation. |
| 165 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate | 165 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate |
| 166 // For simulating Android's overlay fullscreen video in layout tests on Linux. | 166 // For simulating Android's overlay fullscreen video in layout tests on Linux. |
| 167 ForceOverlayFullscreenVideo | 167 ForceOverlayFullscreenVideo |
| 168 OverlayScrollbars | 168 OverlayScrollbars |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 WebFontsInterventionV2With3G | 265 WebFontsInterventionV2With3G |
| 266 WebFontsInterventionV2WithSlow2G | 266 WebFontsInterventionV2WithSlow2G |
| 267 WebFontsInterventionTrigger | 267 WebFontsInterventionTrigger |
| 268 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android | 268 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o
s=android |
| 269 Worklet status=experimental | 269 Worklet status=experimental |
| 270 LazyParseCSS status=experimental | 270 LazyParseCSS status=experimental |
| 271 ParseHTMLOnMainThread status=test | 271 ParseHTMLOnMainThread status=test |
| 272 SendBeaconThrowForBlobWithNonSimpleType status=experimental | 272 SendBeaconThrowForBlobWithNonSimpleType status=experimental |
| 273 PerformanceNavigationTiming2 status=test | 273 PerformanceNavigationTiming2 status=test |
| 274 BackgroundVideoTrackOptimization status=stable | 274 BackgroundVideoTrackOptimization status=stable |
| OLD | NEW |