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

Side by Side Diff: Source/platform/RuntimeEnabledFeatures.in

Issue 870713002: Enable unprefixed EME APIs by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add webexposed test expectation updates. Created 5 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 CSSOMSmoothScroll status=experimental 44 CSSOMSmoothScroll status=experimental
45 CSSScrollBlocksOn status=experimental 45 CSSScrollBlocksOn status=experimental
46 CSSViewport status=experimental 46 CSSViewport status=experimental
47 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long er depend on them. crbug.com/331608 47 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long er depend on them. crbug.com/331608
48 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 48 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
49 Database status=stable 49 Database status=stable
50 DecodeToYUV status=experimental 50 DecodeToYUV status=experimental
51 DeviceLight status=experimental 51 DeviceLight status=experimental
52 DisplayList2dCanvas status=stable 52 DisplayList2dCanvas status=stable
53 ForceDisplayList2dCanvas 53 ForceDisplayList2dCanvas
54 EncryptedMedia status=test 54 EncryptedMedia status=stable
55 ExecCommandInJavaScript status=test 55 ExecCommandInJavaScript status=test
56 ComputedAccessibilityInfo status=experimental 56 ComputedAccessibilityInfo status=experimental
57 ExperimentalCanvasFeatures status=test 57 ExperimentalCanvasFeatures status=test
58 ExperimentalContentSecurityPolicyFeatures status=experimental 58 ExperimentalContentSecurityPolicyFeatures status=experimental
59 FastMobileScrolling 59 FastMobileScrolling
60 FileAPIBlobClose status=experimental 60 FileAPIBlobClose status=experimental
61 FileSystem status=stable 61 FileSystem status=stable
62 FullscreenUnprefixed status=test 62 FullscreenUnprefixed status=test
63 Geofencing status=experimental 63 Geofencing status=experimental
64 GeometryInterfaces status=test 64 GeometryInterfaces status=test
(...skipping 25 matching lines...) Expand all
90 OrientationEvent 90 OrientationEvent
91 // Only enabled on Android, and for certain layout tests on Linux. 91 // Only enabled on Android, and for certain layout tests on Linux.
92 OverlayFullscreenVideo 92 OverlayFullscreenVideo
93 OverlayScrollbars 93 OverlayScrollbars
94 PagePopup status=stable 94 PagePopup status=stable
95 PathOpsSVGClipping status=experimental 95 PathOpsSVGClipping status=experimental
96 PeerConnection status=stable 96 PeerConnection status=stable
97 Permissions status=experimental 97 Permissions status=experimental
98 Picture status=stable 98 Picture status=stable
99 PreciseMemoryInfo 99 PreciseMemoryInfo
100 // This feature is deprecated and replaced by EncryptedMedia.
101 // See http://crbug.com/451117 for current status.
100 PrefixedEncryptedMedia status=stable 102 PrefixedEncryptedMedia status=stable
101 // This feature is deprecated and we are evangalizing affected sites. 103 // This feature is deprecated and we are evangalizing affected sites.
102 // See https://crbug.com/346236 for current status. 104 // See https://crbug.com/346236 for current status.
103 PrefixedVideoFullscreen status=stable 105 PrefixedVideoFullscreen status=stable
104 Presentation status=test 106 Presentation status=test
105 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test 107 PseudoClassesInMatchingCriteriaInAuthorShadowTrees status=test
106 PushMessaging status=experimental 108 PushMessaging status=experimental
107 QuotaPromise status=experimental 109 QuotaPromise status=experimental
108 ReducedReferrerGranularity 110 ReducedReferrerGranularity
109 RegionBasedColumns status=experimental 111 RegionBasedColumns status=experimental
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 WebAnimationsAPI status=experimental 143 WebAnimationsAPI status=experimental
142 WebAnimationsAPITimingFunctionPartitioning 144 WebAnimationsAPITimingFunctionPartitioning
143 WebAudio condition=WEB_AUDIO, status=stable 145 WebAudio condition=WEB_AUDIO, status=stable
144 WebGLDraftExtensions status=experimental 146 WebGLDraftExtensions status=experimental
145 WebGLImageChromium 147 WebGLImageChromium
146 WebMIDI status=test 148 WebMIDI status=test
147 WebVTTRegions depends_on=Media, status=experimental 149 WebVTTRegions depends_on=Media, status=experimental
148 V8IdleTasks 150 V8IdleTasks
149 XSLT status=stable 151 XSLT status=stable
150 SVG1DOM status=stable 152 SVG1DOM status=stable
OLDNEW
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698