Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(778)

Side by Side Diff: sky/engine/platform/RuntimeEnabledFeatures.in

Issue 892903002: Remove -webkit-mask-*. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix goofups Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sky/engine/core/css/resolver/StyleResourceLoader.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 15 matching lines...) Expand all
26 PrefixedVideoFullscreen status=stable 26 PrefixedVideoFullscreen status=stable
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
37 CSSTouchActionDelay status=test 36 CSSTouchActionDelay status=test
38 CSSViewport status=experimental 37 CSSViewport status=experimental
39 CSS3Text status=experimental 38 CSS3Text status=experimental
40 CSS3TextDecorations status=experimental 39 CSS3TextDecorations status=experimental
41 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 40 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
42 Database status=stable 41 Database status=stable
43 DeviceLight status=experimental 42 DeviceLight status=experimental
44 SVGFontsOnNonGDIPlatforms 43 SVGFontsOnNonGDIPlatforms
45 EncodingAPI status=stable 44 EncodingAPI status=stable
46 EncryptedMedia status=test 45 EncryptedMedia status=test
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
112 TextBlob status=stable 111 TextBlob status=stable
113 TouchIconLoading 112 TouchIconLoading
114 UserSelectAll status=experimental 113 UserSelectAll status=experimental
115 WebGLDraftExtensions status=experimental 114 WebGLDraftExtensions status=experimental
116 WebGLImageChromium 115 WebGLImageChromium
117 WOFF2 status=stable 116 WOFF2 status=stable
118 117
119 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test 118 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
120 119
121 CredentialManager status=test 120 CredentialManager status=test
OLDNEW
« no previous file with comments | « sky/engine/core/css/resolver/StyleResourceLoader.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698