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

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

Issue 1311853005: RTCCertificate and RTCPeerConnection.generateCertificate added to JavaScript (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Merge with master Created 5 years, 3 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 Presentation status=stable 133 Presentation status=stable
134 PromiseRejectionEvent status=experimental 134 PromiseRejectionEvent status=experimental
135 PushMessaging status=stable 135 PushMessaging status=stable
136 // Push messaging payloads are blocked on the Push API supporting encryption. 136 // Push messaging payloads are blocked on the Push API supporting encryption.
137 PushMessagingData status=test 137 PushMessagingData status=test
138 QuotaPromise status=experimental 138 QuotaPromise status=experimental
139 ReducedReferrerGranularity 139 ReducedReferrerGranularity
140 RequestIdleCallback status=experimental 140 RequestIdleCallback status=experimental
141 RequestAutocomplete status=test 141 RequestAutocomplete status=test
142 RestrictIFramePermissions 142 RestrictIFramePermissions
143 RTCCertificate status=test
143 SandboxBlocksModals status=stable 144 SandboxBlocksModals status=stable
144 ScreenOrientation status=stable 145 ScreenOrientation status=stable
145 ScriptedSpeech status=stable 146 ScriptedSpeech status=stable
146 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 147 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
147 // as per the spec, matching other Web engines. 148 // as per the spec, matching other Web engines.
148 ScrollTopLeftInterop status=experimental 149 ScrollTopLeftInterop status=experimental
149 SelectionForComposedTree status=stable 150 SelectionForComposedTree status=stable
150 SelectionPaintingWithoutSelectionGaps 151 SelectionPaintingWithoutSelectionGaps
151 ServiceWorkerClientAttributes status=stable 152 ServiceWorkerClientAttributes status=stable
152 ServiceWorkerPerformanceTimeline status=stable 153 ServiceWorkerPerformanceTimeline status=stable
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 WebUSB status=experimental 190 WebUSB status=experimental
190 WebVR depends_on=GeometryInterfaces 191 WebVR depends_on=GeometryInterfaces
191 WebVTTRegions depends_on=Media, status=experimental 192 WebVTTRegions depends_on=Media, status=experimental
192 V8IdleTasks 193 V8IdleTasks
193 XSLT status=stable 194 XSLT status=stable
194 SVG1DOM status=stable 195 SVG1DOM status=stable
195 smil status=stable 196 smil status=stable
196 ScrollCustomization 197 ScrollCustomization
197 ScrollRestoration status=stable 198 ScrollRestoration status=stable
198 WakeLock status=experimental 199 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698