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

Side by Side Diff: third_party/WebKit/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: Chromium implementation of Blink interfaces. Addressed comments. Created 5 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 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 Presentation status=stable 132 Presentation status=stable
133 PromiseRejectionEvent status=experimental 133 PromiseRejectionEvent status=experimental
134 PushMessaging status=stable 134 PushMessaging status=stable
135 // Push messaging payloads are blocked on the Push API supporting encryption. 135 // Push messaging payloads are blocked on the Push API supporting encryption.
136 PushMessagingData status=test 136 PushMessagingData status=test
137 QuotaPromise status=experimental 137 QuotaPromise status=experimental
138 ReducedReferrerGranularity 138 ReducedReferrerGranularity
139 RequestIdleCallback status=experimental 139 RequestIdleCallback status=experimental
140 RequestAutocomplete status=test 140 RequestAutocomplete status=test
141 RestrictIFramePermissions 141 RestrictIFramePermissions
142 RTCCertificate status=test
142 SandboxBlocksModals status=stable 143 SandboxBlocksModals status=stable
143 ScreenOrientation status=stable 144 ScreenOrientation status=stable
144 ScriptedSpeech status=stable 145 ScriptedSpeech status=stable
145 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 146 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
146 // as per the spec, matching other Web engines. 147 // as per the spec, matching other Web engines.
147 ScrollTopLeftInterop status=experimental 148 ScrollTopLeftInterop status=experimental
148 SelectionForComposedTree status=stable 149 SelectionForComposedTree status=stable
149 SelectionPaintingWithoutSelectionGaps status=stable 150 SelectionPaintingWithoutSelectionGaps status=stable
150 ServiceWorkerClientAttributes status=stable 151 ServiceWorkerClientAttributes status=stable
151 ServiceWorkerPerformanceTimeline status=stable 152 ServiceWorkerPerformanceTimeline status=stable
(...skipping 37 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
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/platform/exported/WebRTCConfiguration.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698