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

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

Issue 678483002: Remove RecordingImageBufferSurface (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 29 matching lines...) Expand all
40 CSSMaskSourceType status=experimental 40 CSSMaskSourceType status=experimental
41 CSSOMSmoothScroll status=experimental 41 CSSOMSmoothScroll status=experimental
42 CSSTouchActionDelay status=test 42 CSSTouchActionDelay status=test
43 CSSViewport status=experimental 43 CSSViewport status=experimental
44 CSS3Text status=experimental 44 CSS3Text status=experimental
45 CSS3TextDecorations status=experimental 45 CSS3TextDecorations status=experimental
46 CompositedSelectionUpdates 46 CompositedSelectionUpdates
47 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 47 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
48 Database status=stable 48 Database status=stable
49 DeviceLight status=experimental 49 DeviceLight status=experimental
50 DisplayList2dCanvas
51 SVGFontsOnNonGDIPlatforms 50 SVGFontsOnNonGDIPlatforms
52 EncodingAPI status=stable 51 EncodingAPI status=stable
53 EncryptedMedia status=test 52 EncryptedMedia status=test
54 EncryptedMediaAnyVersion status=stable 53 EncryptedMediaAnyVersion status=stable
55 ExecCommandInJavaScript status=test 54 ExecCommandInJavaScript status=test
56 ExperimentalCanvasFeatures status=test 55 ExperimentalCanvasFeatures status=test
57 ExperimentalWebSocket status=stable 56 ExperimentalWebSocket status=stable
58 FastMobileScrolling 57 FastMobileScrolling
59 FileAPIBlobClose status=experimental 58 FileAPIBlobClose status=experimental
60 FileConstructor status=stable 59 FileConstructor status=stable
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 TouchIconLoading 127 TouchIconLoading
129 UserSelectAll status=experimental 128 UserSelectAll status=experimental
130 WebAnimationsAPI status=experimental 129 WebAnimationsAPI status=experimental
131 WebGLDraftExtensions status=experimental 130 WebGLDraftExtensions status=experimental
132 WebGLImageChromium 131 WebGLImageChromium
133 WOFF2 status=stable 132 WOFF2 status=stable
134 133
135 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test 134 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
136 135
137 CredentialManager status=test 136 CredentialManager status=test
OLDNEW
« no previous file with comments | « sky/engine/platform/BUILD.gn ('k') | sky/engine/platform/graphics/RecordingImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698