| 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 // code used by the sample API implementation. | 88 // code used by the sample API implementation. |
| 89 ExperimentalFrameworkSampleAPI origin_trial_feature_name=Frobulate | 89 ExperimentalFrameworkSampleAPI origin_trial_feature_name=Frobulate |
| 90 ExperimentalV8Extras status=experimental | 90 ExperimentalV8Extras status=experimental |
| 91 FastMobileScrolling | 91 FastMobileScrolling |
| 92 FileAPIBlobClose status=experimental | 92 FileAPIBlobClose status=experimental |
| 93 FileSystem status=stable | 93 FileSystem status=stable |
| 94 ForeignFetch status=experimental | 94 ForeignFetch status=experimental |
| 95 FormDataNewMethods status=stable | 95 FormDataNewMethods status=stable |
| 96 FullscreenUnprefixed status=test | 96 FullscreenUnprefixed status=test |
| 97 FrameTimingSupport status=experimental | 97 FrameTimingSupport status=experimental |
| 98 Geofencing status=experimental | |
| 99 GeometryInterfaces status=test | 98 GeometryInterfaces status=test |
| 100 GetUserMedia depends_on=MediaDevices, status=experimental | 99 GetUserMedia depends_on=MediaDevices, status=experimental |
| 101 GlobalCacheStorage status=stable | 100 GlobalCacheStorage status=stable |
| 102 HiResEventTimeStamp status=stable | 101 HiResEventTimeStamp status=stable |
| 103 ImageCapture status=experimental | 102 ImageCapture status=experimental |
| 104 ImageColorProfiles | 103 ImageColorProfiles |
| 105 ImageOrientation status=test | 104 ImageOrientation status=test |
| 106 ImageRenderingPixelated status=stable | 105 ImageRenderingPixelated status=stable |
| 107 IndexedDBExperimental status=experimental | 106 IndexedDBExperimental status=experimental |
| 108 InertTopControls status=experimental | 107 InertTopControls status=experimental |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 VisibilityChangeOnUnload status=experimental | 225 VisibilityChangeOnUnload status=experimental |
| 227 XSLT status=stable | 226 XSLT status=stable |
| 228 smil status=stable | 227 smil status=stable |
| 229 ScrollCustomization | 228 ScrollCustomization |
| 230 ScrollRestoration status=stable | 229 ScrollRestoration status=stable |
| 231 VisualViewportAPI status=experimental | 230 VisualViewportAPI status=experimental |
| 232 WakeLock status=experimental | 231 WakeLock status=experimental |
| 233 WebFontsInterventionV2 | 232 WebFontsInterventionV2 |
| 234 WebFontsInterventionTrigger | 233 WebFontsInterventionTrigger |
| 235 Worklet status=test | 234 Worklet status=test |
| OLD | NEW |