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 NotificationExperimental status=test | |
140 NotificationBadge status=experimental | 139 NotificationBadge status=experimental |
141 NotificationInlineReplies status=experimental | 140 NotificationInlineReplies status=experimental |
142 Notifications status=stable | 141 Notifications status=stable |
143 OnDeviceChange status=experimental | 142 OnDeviceChange status=experimental |
144 OrientationEvent | 143 OrientationEvent |
145 OriginTrials status=stable | 144 OriginTrials status=stable |
146 // 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. |
147 // 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 |
148 // 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 |
149 // code used by the sample API implementation. | 148 // code used by the sample API implementation. |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 AutoplayMutedVideos settable_from_internals=True | 236 AutoplayMutedVideos settable_from_internals=True |
238 VisualViewportAPI status=experimental | 237 VisualViewportAPI status=experimental |
239 WakeLock status=experimental | 238 WakeLock status=experimental |
240 WebFontsInterventionV2With2G | 239 WebFontsInterventionV2With2G |
241 WebFontsInterventionV2WithSlow2G | 240 WebFontsInterventionV2WithSlow2G |
242 WebFontsInterventionTrigger | 241 WebFontsInterventionTrigger |
243 Worklet status=experimental | 242 Worklet status=experimental |
244 WeakMemoryCache | 243 WeakMemoryCache |
245 DoNotUnlockSharedBuffer | 244 DoNotUnlockSharedBuffer |
246 ParseHTMLOnMainThread status=test | 245 ParseHTMLOnMainThread status=test |
OLD | NEW |