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

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

Issue 2080553002: bluetooth: Enable Web Bluetooth in Origin Trials (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@my-origin
Patch Set: Change to MacOS Created 4 years, 5 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 // Chromium sets this conditionally (eg. based on the presence of a 216 // Chromium sets this conditionally (eg. based on the presence of a
217 // touchscreen) in ApplyWebPreferences. 217 // touchscreen) in ApplyWebPreferences.
218 Touch status=stable 218 Touch status=stable
219 TraceWrappables 219 TraceWrappables
220 TrustedEventsDefaultAction status=stable 220 TrustedEventsDefaultAction status=stable
221 UnsafeES3APIs 221 UnsafeES3APIs
222 UnsandboxedAuxiliary status=stable 222 UnsandboxedAuxiliary status=stable
223 UserSelectAll status=stable 223 UserSelectAll status=stable
224 WebAnimationsAPI status=experimental 224 WebAnimationsAPI status=experimental
225 WebAnimationsSVG status=experimental 225 WebAnimationsSVG status=experimental
226 WebBluetooth 226 WebBluetooth origin_trial_feature_name=WebBluetooth
227 WebGLDraftExtensions status=experimental 227 WebGLDraftExtensions status=experimental
228 WebGLImageChromium 228 WebGLImageChromium
229 WebUSB status=experimental 229 WebUSB status=experimental
230 WebVR 230 WebVR
231 WebVTTRegions status=experimental 231 WebVTTRegions status=experimental
232 V8IdleTasks 232 V8IdleTasks
233 VisibilityChangeOnUnload status=experimental 233 VisibilityChangeOnUnload status=experimental
234 XSLT status=stable 234 XSLT status=stable
235 smil status=stable 235 smil status=stable
236 ScrollCustomization 236 ScrollCustomization
237 ScrollRestoration status=stable 237 ScrollRestoration status=stable
238 AutoplayMutedVideos settable_from_internals=True 238 AutoplayMutedVideos settable_from_internals=True
239 VisualViewportAPI status=experimental 239 VisualViewportAPI status=experimental
240 WakeLock status=experimental 240 WakeLock status=experimental
241 WebFontsInterventionV2With2G 241 WebFontsInterventionV2With2G
242 WebFontsInterventionV2WithSlow2G 242 WebFontsInterventionV2WithSlow2G
243 WebFontsInterventionTrigger 243 WebFontsInterventionTrigger
244 Worklet status=experimental 244 Worklet status=experimental
245 WeakMemoryCache 245 WeakMemoryCache
246 DoNotUnlockSharedBuffer 246 DoNotUnlockSharedBuffer
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698