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

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

Issue 760183003: Enable/Unprefix Animations & Transitions, add basic tests (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: patch for landing Created 6 years 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/frame/UseCounter.h ('k') | sky/engine/public/web/WebDocument.h » ('j') | 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 14 matching lines...) Expand all
25 // See https://crbug.com/346236 for current status. 25 // See https://crbug.com/346236 for current status.
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 CSSAnimationUnprefixed status=experimental
36 CSSAttributeCaseSensitivity status=experimental 35 CSSAttributeCaseSensitivity status=experimental
37 CSSMaskSourceType status=experimental 36 CSSMaskSourceType status=experimental
38 CSSOMSmoothScroll status=experimental 37 CSSOMSmoothScroll status=experimental
39 CSSTouchActionDelay status=test 38 CSSTouchActionDelay status=test
40 CSSViewport status=experimental 39 CSSViewport status=experimental
41 CSS3Text status=experimental 40 CSS3Text status=experimental
42 CSS3TextDecorations status=experimental 41 CSS3TextDecorations status=experimental
43 CompositedSelectionUpdates 42 CompositedSelectionUpdates
44 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 43 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
45 Database status=stable 44 Database status=stable
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 // Chromium sets this conditionally (eg. based on the presence of a 113 // Chromium sets this conditionally (eg. based on the presence of a
115 // touchscreen) in ApplyWebPreferences. 114 // touchscreen) in ApplyWebPreferences.
116 Touch status=stable 115 Touch status=stable
117 116
118 // Temporary setting to allow easy rollback of change to hover media feature. 117 // Temporary setting to allow easy rollback of change to hover media feature.
119 HoverMediaQueryKeywords status=stable 118 HoverMediaQueryKeywords status=stable
120 119
121 TextBlob 120 TextBlob
122 TouchIconLoading 121 TouchIconLoading
123 UserSelectAll status=experimental 122 UserSelectAll status=experimental
124 WebAnimationsAPI status=experimental
125 WebGLDraftExtensions status=experimental 123 WebGLDraftExtensions status=experimental
126 WebGLImageChromium 124 WebGLImageChromium
127 WOFF2 status=stable 125 WOFF2 status=stable
128 126
129 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test 127 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
130 128
131 CredentialManager status=test 129 CredentialManager status=test
OLDNEW
« no previous file with comments | « sky/engine/core/frame/UseCounter.h ('k') | sky/engine/public/web/WebDocument.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698