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

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

Issue 2070053004: Enable do not allow default action for untrusted events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comment Created 4 years, 6 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 // interface. 208 // interface.
209 ExperimentalStream status=experimental 209 ExperimentalStream status=experimental
210 StorageEstimate status=experimental 210 StorageEstimate status=experimental
211 Suborigins status=experimental 211 Suborigins status=experimental
212 // Many websites disable mouse support when touch APIs are available. We'd 212 // Many websites disable mouse support when touch APIs are available. We'd
213 // like to enable this always but can't until more websites fix this bug. 213 // like to enable this always but can't until more websites fix this bug.
214 // Chromium sets this conditionally (eg. based on the presence of a 214 // Chromium sets this conditionally (eg. based on the presence of a
215 // touchscreen) in ApplyWebPreferences. 215 // touchscreen) in ApplyWebPreferences.
216 Touch status=stable 216 Touch status=stable
217 TraceWrappables 217 TraceWrappables
218 TrustedEventsDefaultAction 218 TrustedEventsDefaultAction status=stable
219 UnsafeES3APIs 219 UnsafeES3APIs
220 UnsandboxedAuxiliary status=stable 220 UnsandboxedAuxiliary status=stable
221 UserSelectAll status=stable 221 UserSelectAll status=stable
222 WebAnimationsAPI status=experimental 222 WebAnimationsAPI status=experimental
223 WebAnimationsSVG status=experimental 223 WebAnimationsSVG status=experimental
224 WebBluetooth 224 WebBluetooth
225 WebGLDraftExtensions status=experimental 225 WebGLDraftExtensions status=experimental
226 WebGLImageChromium 226 WebGLImageChromium
227 WebUSB status=experimental 227 WebUSB status=experimental
228 WebVR 228 WebVR
229 WebVTTRegions status=experimental 229 WebVTTRegions status=experimental
230 V8IdleTasks 230 V8IdleTasks
231 VisibilityChangeOnUnload status=experimental 231 VisibilityChangeOnUnload status=experimental
232 XSLT status=stable 232 XSLT status=stable
233 smil status=stable 233 smil status=stable
234 ScrollCustomization 234 ScrollCustomization
235 ScrollRestoration status=stable 235 ScrollRestoration status=stable
236 AutoplayMutedVideos settable_from_internals=True 236 AutoplayMutedVideos settable_from_internals=True
237 VisualViewportAPI status=experimental 237 VisualViewportAPI status=experimental
238 WakeLock status=experimental 238 WakeLock status=experimental
239 WebFontsInterventionV2With2G 239 WebFontsInterventionV2With2G
240 WebFontsInterventionV2WithSlow2G 240 WebFontsInterventionV2WithSlow2G
241 WebFontsInterventionTrigger 241 WebFontsInterventionTrigger
242 Worklet status=experimental 242 Worklet status=experimental
243 WeakMemoryCache 243 WeakMemoryCache
244 DoNotUnlockSharedBuffer 244 DoNotUnlockSharedBuffer
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698