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

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

Issue 677573002: Remove MediaController. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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/html/MediaController.idl ('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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 ImageRenderingPixelated status=stable 66 ImageRenderingPixelated status=stable
67 IndexedDBExperimental status=experimental 67 IndexedDBExperimental status=experimental
68 InputModeAttribute status=experimental 68 InputModeAttribute status=experimental
69 LangAttributeAwareFormControlUI 69 LangAttributeAwareFormControlUI
70 LayerSquashing status=stable 70 LayerSquashing status=stable
71 PrefixedEncryptedMedia status=stable 71 PrefixedEncryptedMedia status=stable
72 LocalStorage status=stable 72 LocalStorage status=stable
73 Manifest status=test 73 Manifest status=test
74 Media status=stable 74 Media status=stable
75 MediaCapture 75 MediaCapture
76 MediaController depends_on=Media, status=experimental
77 MediaQueryParser status=stable 76 MediaQueryParser status=stable
78 MediaSource status=stable 77 MediaSource status=stable
79 MediaSourceExperimental depends_on=MediaSource, status=experimental 78 MediaSourceExperimental depends_on=MediaSource, status=experimental
80 NavigationTransitions status=experimental 79 NavigationTransitions status=experimental
81 NavigatorContentUtils 80 NavigatorContentUtils
82 NetworkInformation status=stable 81 NetworkInformation status=stable
83 Notifications status=stable 82 Notifications status=stable
84 ObjectFitPosition status=stable 83 ObjectFitPosition status=stable
85 OrientationEvent 84 OrientationEvent
86 // Only enabled on Android, and for certain layout tests on Linux. 85 // Only enabled on Android, and for certain layout tests on Linux.
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 TouchIconLoading 126 TouchIconLoading
128 UserSelectAll status=experimental 127 UserSelectAll status=experimental
129 WebAnimationsAPI status=experimental 128 WebAnimationsAPI status=experimental
130 WebGLDraftExtensions status=experimental 129 WebGLDraftExtensions status=experimental
131 WebGLImageChromium 130 WebGLImageChromium
132 WOFF2 status=stable 131 WOFF2 status=stable
133 132
134 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test 133 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
135 134
136 CredentialManager status=test 135 CredentialManager status=test
OLDNEW
« no previous file with comments | « sky/engine/core/html/MediaController.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698