| 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 // status=deprecated -> Alias for "test", will be removed at some point. | 10 // status=deprecated -> Alias for "test", will be removed at some point. |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 | 27 |
| 28 // Enable bleeding-edge code to make Blink draw content faster. | 28 // Enable bleeding-edge code to make Blink draw content faster. |
| 29 // The changes enabled behind this flag are very likely to break lots of content
. | 29 // The changes enabled behind this flag are very likely to break lots of content
. |
| 30 // ** DO NOT use this flag unless you know what you are doing. ** | 30 // ** DO NOT use this flag unless you know what you are doing. ** |
| 31 BleedingEdgeFastPaths | 31 BleedingEdgeFastPaths |
| 32 | 32 |
| 33 ClientHintsDpr status=experimental | 33 ClientHintsDpr status=experimental |
| 34 Crypto status=stable | 34 Crypto status=stable |
| 35 CSSAttributeCaseSensitivity status=experimental | 35 CSSAttributeCaseSensitivity status=experimental |
| 36 CSSMaskSourceType status=experimental | 36 CSSMaskSourceType status=experimental |
| 37 CSSOMSmoothScroll status=experimental | |
| 38 CSSTouchActionDelay status=test | 37 CSSTouchActionDelay status=test |
| 39 CSSViewport status=experimental | 38 CSSViewport status=experimental |
| 40 CSS3Text status=experimental | 39 CSS3Text status=experimental |
| 41 CSS3TextDecorations status=experimental | 40 CSS3TextDecorations status=experimental |
| 42 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental | 41 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental |
| 43 Database status=stable | 42 Database status=stable |
| 44 DeviceLight status=experimental | 43 DeviceLight status=experimental |
| 45 SVGFontsOnNonGDIPlatforms | 44 SVGFontsOnNonGDIPlatforms |
| 46 EncodingAPI status=stable | 45 EncodingAPI status=stable |
| 47 EncryptedMedia status=test | 46 EncryptedMedia status=test |
| 48 EncryptedMediaAnyVersion status=stable | 47 EncryptedMediaAnyVersion status=stable |
| 49 ExecCommandInJavaScript status=test | 48 ExecCommandInJavaScript status=test |
| 50 ExperimentalCanvasFeatures status=test | 49 ExperimentalCanvasFeatures status=test |
| 51 ExperimentalWebSocket status=stable | 50 ExperimentalWebSocket status=stable |
| 52 FastMobileScrolling | |
| 53 FileAPIBlobClose status=experimental | 51 FileAPIBlobClose status=experimental |
| 54 FileConstructor status=stable | 52 FileConstructor status=stable |
| 55 FileSystem status=stable | 53 FileSystem status=stable |
| 56 FullscreenUnprefixed status=test | 54 FullscreenUnprefixed status=test |
| 57 Geofencing status=test | 55 Geofencing status=test |
| 58 GeometryInterfaces status=test | 56 GeometryInterfaces status=test |
| 59 IMEAPI status=experimental | 57 IMEAPI status=experimental |
| 60 ImageDataConstructor status=experimental | 58 ImageDataConstructor status=experimental |
| 61 ImageRenderingPixelated status=stable | 59 ImageRenderingPixelated status=stable |
| 62 IndexedDBExperimental status=experimental | 60 IndexedDBExperimental status=experimental |
| (...skipping 18 matching lines...) Expand all Loading... |
| 81 OverlayFullscreenVideo | 79 OverlayFullscreenVideo |
| 82 PathOpsSVGClipping status=stable | 80 PathOpsSVGClipping status=stable |
| 83 PreciseMemoryInfo | 81 PreciseMemoryInfo |
| 84 PushMessaging status=experimental | 82 PushMessaging status=experimental |
| 85 QuotaPromise status=experimental | 83 QuotaPromise status=experimental |
| 86 RegionBasedColumns status=experimental | 84 RegionBasedColumns status=experimental |
| 87 | 85 |
| 88 RequestAutocomplete status=test | 86 RequestAutocomplete status=test |
| 89 ScreenOrientation status=stable | 87 ScreenOrientation status=stable |
| 90 | 88 |
| 91 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | |
| 92 // as per the spec, matching other Web engines. | |
| 93 ScrollTopLeftInterop status=experimental | |
| 94 | |
| 95 SessionStorage status=stable | 89 SessionStorage status=stable |
| 96 PictureSizes status=stable | 90 PictureSizes status=stable |
| 97 Picture status=stable | 91 Picture status=stable |
| 98 | 92 |
| 99 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated
for removal. crbug.com/389089 | 93 // Lax Mixed Content checking for WebSockets, XHR, etc. is deprecated and slated
for removal. crbug.com/389089 |
| 100 LaxMixedContentChecking status=deprecated | 94 LaxMixedContentChecking status=deprecated |
| 101 | 95 |
| 102 Stream status=experimental | 96 Stream status=experimental |
| 103 SubpixelFontScaling status=stable | 97 SubpixelFontScaling status=stable |
| 104 | 98 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 118 TextBlob status=stable | 112 TextBlob status=stable |
| 119 TouchIconLoading | 113 TouchIconLoading |
| 120 UserSelectAll status=experimental | 114 UserSelectAll status=experimental |
| 121 WebGLDraftExtensions status=experimental | 115 WebGLDraftExtensions status=experimental |
| 122 WebGLImageChromium | 116 WebGLImageChromium |
| 123 WOFF2 status=stable | 117 WOFF2 status=stable |
| 124 | 118 |
| 125 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 119 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 126 | 120 |
| 127 CredentialManager status=test | 121 CredentialManager status=test |
| OLD | NEW |