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

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

Issue 42883002: Ship DOM/Promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@websocket-inspector-ipc
Patch Set: rebase Created 7 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 | « Source/modules/imagebitmap/ImageBitmapFactories.cpp ('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 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 // Only enabled on Android, and for certain layout tests on Linux. 74 // Only enabled on Android, and for certain layout tests on Linux.
75 OverlayFullscreenVideo 75 OverlayFullscreenVideo
76 PagePopup status=stable 76 PagePopup status=stable
77 PartialLayout status=experimental 77 PartialLayout status=experimental
78 PathOpsSVGClipping 78 PathOpsSVGClipping
79 PeerConnection depends_on=MediaStream, status=stable 79 PeerConnection depends_on=MediaStream, status=stable
80 // Implementation of this feature varies by platform for now. 80 // Implementation of this feature varies by platform for now.
81 // Bug to track removal once completed everywhere: 81 // Bug to track removal once completed everywhere:
82 // http://crbug.com/308649 82 // http://crbug.com/308649
83 PointerEventsMaxTouchPoints status=experimental 83 PointerEventsMaxTouchPoints status=experimental
84 Promise status=experimental
85 Quota status=stable 84 Quota status=stable
86 OverlayScrollbars 85 OverlayScrollbars
87 RegionBasedColumns status=experimental 86 RegionBasedColumns status=experimental
88 RequestAutocomplete status=test 87 RequestAutocomplete status=test
89 RowSpanLogicalHeightSpreading status=stable 88 RowSpanLogicalHeightSpreading status=stable
90 ScriptedSpeech status=stable 89 ScriptedSpeech status=stable
91 SeamlessIFrames status=experimental 90 SeamlessIFrames status=experimental
92 ServiceWorker status=experimental 91 ServiceWorker status=experimental
93 SessionStorage status=stable 92 SessionStorage status=stable
94 ShadowDOM status=experimental 93 ShadowDOM status=experimental
(...skipping 18 matching lines...) Expand all
113 WebAnimations 112 WebAnimations
114 WebAnimationsCSS depends_on=WebAnimations 113 WebAnimationsCSS depends_on=WebAnimations
115 WebAnimationsSVG depends_on=WebAnimations 114 WebAnimationsSVG depends_on=WebAnimations
116 WebAudio condition=WEB_AUDIO, status=stable 115 WebAudio condition=WEB_AUDIO, status=stable
117 WebGLDraftExtensions status=experimental 116 WebGLDraftExtensions status=experimental
118 WebMIDI status=test 117 WebMIDI status=test
119 WebKitMediaSource status=stable 118 WebKitMediaSource status=stable
120 WebVTTRegions status=experimental 119 WebVTTRegions status=experimental
121 WOFF2 status=experimental 120 WOFF2 status=experimental
122 XSLT status=stable 121 XSLT status=stable
OLDNEW
« no previous file with comments | « Source/modules/imagebitmap/ImageBitmapFactories.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698