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

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

Issue 639333003: Delete the old WebSocket implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 47 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
48 Database status=stable 48 Database status=stable
49 DecodeToYUV status=experimental 49 DecodeToYUV status=experimental
50 DeviceLight status=experimental 50 DeviceLight status=experimental
51 DisplayList2dCanvas 51 DisplayList2dCanvas
52 EncodingAPI status=stable 52 EncodingAPI status=stable
53 EncryptedMedia status=test 53 EncryptedMedia status=test
54 ExecCommandInJavaScript status=test 54 ExecCommandInJavaScript status=test
55 ExperimentalCanvasFeatures status=test 55 ExperimentalCanvasFeatures status=test
56 ExperimentalContentSecurityPolicyFeatures status=experimental 56 ExperimentalContentSecurityPolicyFeatures status=experimental
57 ExperimentalWebSocket status=stable
58 FastMobileScrolling 57 FastMobileScrolling
59 FileAPIBlobClose status=experimental 58 FileAPIBlobClose status=experimental
60 FileConstructor status=stable 59 FileConstructor status=stable
61 FileSystem status=stable 60 FileSystem status=stable
62 FullscreenUnprefixed status=test 61 FullscreenUnprefixed status=test
63 Geofencing status=test 62 Geofencing status=test
64 GeometryInterfaces status=test 63 GeometryInterfaces status=test
65 // Temporary setting to allow easy rollback of change to hover media feature. 64 // Temporary setting to allow easy rollback of change to hover media feature.
66 HoverMediaQueryKeywords status=stable 65 HoverMediaQueryKeywords status=stable
67 ImageDataConstructor status=experimental 66 ImageDataConstructor status=experimental
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 TouchIconLoading 133 TouchIconLoading
135 UserSelectAll status=experimental 134 UserSelectAll status=experimental
136 WebAnimationsAPI status=experimental 135 WebAnimationsAPI status=experimental
137 WebAnimationsPlaybackControl status=stable 136 WebAnimationsPlaybackControl status=stable
138 WebAudio condition=WEB_AUDIO, status=stable 137 WebAudio condition=WEB_AUDIO, status=stable
139 WebGLDraftExtensions status=experimental 138 WebGLDraftExtensions status=experimental
140 WebGLImageChromium 139 WebGLImageChromium
141 WebMIDI status=test 140 WebMIDI status=test
142 WebVTTRegions depends_on=Media, status=experimental 141 WebVTTRegions depends_on=Media, status=experimental
143 XSLT status=stable 142 XSLT status=stable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698