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

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

Issue 1201503003: Turn on wavy underlines. The waves aren't very pretty yet (they are too short somehow), I'll fix th… (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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
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 18 matching lines...) Expand all
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 CSSTouchActionDelay status=test 36 CSSTouchActionDelay status=test
37 CSSViewport status=experimental 37 CSSViewport status=experimental
38 CSS3Text status=experimental 38 CSS3Text status=experimental
39 CSS3TextDecorations status=experimental 39 CSS3TextDecorations status=stable
40 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 40 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
41 Database status=stable 41 Database status=stable
42 DeviceLight status=experimental 42 DeviceLight status=experimental
43 SVGFontsOnNonGDIPlatforms 43 SVGFontsOnNonGDIPlatforms
44 EncodingAPI status=stable 44 EncodingAPI status=stable
45 EncryptedMedia status=test 45 EncryptedMedia status=test
46 EncryptedMediaAnyVersion status=stable 46 EncryptedMediaAnyVersion status=stable
47 ExecCommandInJavaScript status=test 47 ExecCommandInJavaScript status=test
48 ExperimentalCanvasFeatures status=test 48 ExperimentalCanvasFeatures status=test
49 ExperimentalWebSocket status=stable 49 ExperimentalWebSocket status=stable
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 UserSelectAll status=experimental 113 UserSelectAll status=experimental
114 WebGLDraftExtensions status=experimental 114 WebGLDraftExtensions status=experimental
115 WebGLImageChromium 115 WebGLImageChromium
116 WOFF2 status=stable 116 WOFF2 status=stable
117 117
118 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test 118 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
119 119
120 CredentialManager status=test 120 CredentialManager status=test
121 121
122 Observatory status=stable 122 Observatory status=stable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698