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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 MediaStreamSpeech status=experimental | 129 MediaStreamSpeech status=experimental |
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=experimental | 139 NotificationBadge status=stable |
140 NotificationInlineReplies status=experimental | 140 NotificationInlineReplies status=experimental |
141 Notifications status=stable | 141 Notifications status=stable |
142 OnDeviceChange status=experimental | 142 OnDeviceChange status=experimental |
143 OrientationEvent | 143 OrientationEvent |
144 OriginTrials status=stable | 144 OriginTrials status=stable |
145 // Define a sample API for testing integration with the Origin Trials Framework. | 145 // 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 | 146 // 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 | 147 // Framework. Do not change this flag to stable, as it exists solely to generate |
148 // code used by the sample API implementation. | 148 // code used by the sample API implementation. |
149 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate | 149 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 AutoplayMutedVideos settable_from_internals=True | 236 AutoplayMutedVideos settable_from_internals=True |
237 VisualViewportAPI status=experimental | 237 VisualViewportAPI status=experimental |
238 WakeLock status=experimental | 238 WakeLock status=experimental |
239 WebFontsInterventionV2With2G | 239 WebFontsInterventionV2With2G |
240 WebFontsInterventionV2WithSlow2G | 240 WebFontsInterventionV2WithSlow2G |
241 WebFontsInterventionTrigger | 241 WebFontsInterventionTrigger |
242 Worklet status=experimental | 242 Worklet status=experimental |
243 WeakMemoryCache | 243 WeakMemoryCache |
244 DoNotUnlockSharedBuffer | 244 DoNotUnlockSharedBuffer |
245 ParseHTMLOnMainThread status=test | 245 ParseHTMLOnMainThread status=test |
OLD | NEW |