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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
75 // Define a sample API for testing integration with the Experimental Framework. | 75 // Define a sample API for testing integration with the Experimental Framework. |
76 // The sample API is used in both unit and layout tests for the Experimental | 76 // The sample API is used in both unit and layout tests for the Experimental |
77 // Framework. Do not change this flag to stable, as it exists solely to generate | 77 // Framework. Do not change this flag to stable, as it exists solely to generate |
78 // code used by the sample API implementation. | 78 // code used by the sample API implementation. |
79 ExperimentalFrameworkSampleAPI origin_trial_feature_name=Frobulate | 79 ExperimentalFrameworkSampleAPI origin_trial_feature_name=Frobulate |
80 ExperimentalV8Extras status=experimental | 80 ExperimentalV8Extras status=experimental |
81 FastMobileScrolling | 81 FastMobileScrolling |
82 FileAPIBlobClose status=experimental | 82 FileAPIBlobClose status=experimental |
83 FileSystem status=stable | 83 FileSystem status=stable |
84 ForeignFetch status=experimental | 84 ForeignFetch status=experimental |
| 85 FontAccess origin_trial_feature_name=FontAccess |
85 FormDataNewMethods status=experimental | 86 FormDataNewMethods status=experimental |
86 FullscreenUnprefixed status=test | 87 FullscreenUnprefixed status=test |
87 FrameTimingSupport status=experimental | 88 FrameTimingSupport status=experimental |
88 Geofencing status=experimental | 89 Geofencing status=experimental |
89 GeometryInterfaces status=test | 90 GeometryInterfaces status=test |
90 GetUserMedia depends_on=MediaDevices, status=experimental | 91 GetUserMedia depends_on=MediaDevices, status=experimental |
91 GlobalCacheStorage status=stable | 92 GlobalCacheStorage status=stable |
92 HiResEventTimeStamp status=stable | 93 HiResEventTimeStamp status=stable |
93 ImageColorProfiles | 94 ImageColorProfiles |
94 ImageOrientation status=test | 95 ImageOrientation status=test |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
207 WebVTTRegions depends_on=Media, status=experimental | 208 WebVTTRegions depends_on=Media, status=experimental |
208 V8IdleTasks | 209 V8IdleTasks |
209 XSLT status=stable | 210 XSLT status=stable |
210 smil status=stable | 211 smil status=stable |
211 ScrollCustomization | 212 ScrollCustomization |
212 ScrollRestoration status=stable | 213 ScrollRestoration status=stable |
213 WakeLock status=experimental | 214 WakeLock status=experimental |
214 WebFontsIntervention status=experimental | 215 WebFontsIntervention status=experimental |
215 WebFontsInterventionTrigger | 216 WebFontsInterventionTrigger |
216 Worklet | 217 Worklet |
OLD | NEW |