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

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

Issue 1373023002: RTCCertificate, RTCPeerConnection.generateCertificate (WebRTC JavaScript) added. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve WebRTCKeyParams->KeyParams TODOs 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 PresentationReceiver status=test 129 PresentationReceiver status=test
130 PromiseRejectionEvent status=experimental 130 PromiseRejectionEvent status=experimental
131 PushMessaging status=stable 131 PushMessaging status=stable
132 // Push messaging payloads are blocked on the Push API supporting encryption. 132 // Push messaging payloads are blocked on the Push API supporting encryption.
133 PushMessagingData status=test 133 PushMessagingData status=test
134 QuotaPromise status=experimental 134 QuotaPromise status=experimental
135 ReducedReferrerGranularity 135 ReducedReferrerGranularity
136 RequestIdleCallback status=stable 136 RequestIdleCallback status=stable
137 RequestAutocomplete status=test 137 RequestAutocomplete status=test
138 RestrictIFramePermissions 138 RestrictIFramePermissions
139 RTCCertificate status=test
139 SandboxBlocksModals status=stable 140 SandboxBlocksModals status=stable
140 ScreenOrientation status=stable 141 ScreenOrientation status=stable
141 ScriptedSpeech status=stable 142 ScriptedSpeech status=stable
142 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 143 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
143 // as per the spec, matching other Web engines. 144 // as per the spec, matching other Web engines.
144 ScrollTopLeftInterop status=experimental 145 ScrollTopLeftInterop status=experimental
145 SelectionForComposedTree status=stable 146 SelectionForComposedTree status=stable
146 SelectionPaintingWithoutSelectionGaps status=stable 147 SelectionPaintingWithoutSelectionGaps status=stable
147 ServiceWorkerClientAttributes status=stable 148 ServiceWorkerClientAttributes status=stable
148 ServiceWorkerPerformanceTimeline status=stable 149 ServiceWorkerPerformanceTimeline status=stable
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 WebUSB status=experimental 189 WebUSB status=experimental
189 WebVR depends_on=GeometryInterfaces, status=test 190 WebVR depends_on=GeometryInterfaces, status=test
190 WebVTTRegions depends_on=Media, status=experimental 191 WebVTTRegions depends_on=Media, status=experimental
191 V8IdleTasks 192 V8IdleTasks
192 XSLT status=stable 193 XSLT status=stable
193 SVG1DOM status=stable 194 SVG1DOM status=stable
194 smil status=stable 195 smil status=stable
195 ScrollCustomization 196 ScrollCustomization
196 ScrollRestoration status=stable 197 ScrollRestoration status=stable
197 WakeLock status=experimental 198 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698