| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 NetworkInformation status=stable | 76 NetworkInformation status=stable |
| 77 Notifications status=stable | 77 Notifications status=stable |
| 78 ObjectFitPosition status=stable | 78 ObjectFitPosition status=stable |
| 79 OrientationEvent | 79 OrientationEvent |
| 80 // Only enabled on Android, and for certain layout tests on Linux. | 80 // Only enabled on Android, and for certain layout tests on Linux. |
| 81 OverlayFullscreenVideo | 81 OverlayFullscreenVideo |
| 82 PathOpsSVGClipping status=stable | 82 PathOpsSVGClipping status=stable |
| 83 PreciseMemoryInfo | 83 PreciseMemoryInfo |
| 84 PushMessaging status=experimental | 84 PushMessaging status=experimental |
| 85 QuotaPromise status=experimental | 85 QuotaPromise status=experimental |
| 86 OverlayScrollbars status=stable | |
| 87 RegionBasedColumns status=experimental | 86 RegionBasedColumns status=experimental |
| 88 | 87 |
| 89 RequestAutocomplete status=test | 88 RequestAutocomplete status=test |
| 90 ScreenOrientation status=stable | 89 ScreenOrientation status=stable |
| 91 | 90 |
| 92 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left | 91 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left |
| 93 // as per the spec, matching other Web engines. | 92 // as per the spec, matching other Web engines. |
| 94 ScrollTopLeftInterop status=experimental | 93 ScrollTopLeftInterop status=experimental |
| 95 | 94 |
| 96 SessionStorage status=stable | 95 SessionStorage status=stable |
| (...skipping 22 matching lines...) Expand all Loading... |
| 119 TextBlob status=stable | 118 TextBlob status=stable |
| 120 TouchIconLoading | 119 TouchIconLoading |
| 121 UserSelectAll status=experimental | 120 UserSelectAll status=experimental |
| 122 WebGLDraftExtensions status=experimental | 121 WebGLDraftExtensions status=experimental |
| 123 WebGLImageChromium | 122 WebGLImageChromium |
| 124 WOFF2 status=stable | 123 WOFF2 status=stable |
| 125 | 124 |
| 126 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test | 125 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test |
| 127 | 126 |
| 128 CredentialManager status=test | 127 CredentialManager status=test |
| OLD | NEW |