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

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

Issue 2158423002: Wheel scroll latching enabled behind flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: features deleted from blink features. 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 // be shipped would be enabled. Instead, remove the flag from the shipping 212 // be shipped would be enabled. Instead, remove the flag from the shipping
213 // interface. 213 // interface.
214 ExperimentalStream status=experimental 214 ExperimentalStream status=experimental
215 StorageEstimate status=experimental 215 StorageEstimate status=experimental
216 Suborigins status=test 216 Suborigins status=test
217 // Many websites disable mouse support when touch APIs are available. We'd 217 // Many websites disable mouse support when touch APIs are available. We'd
218 // like to enable this always but can't until more websites fix this bug. 218 // like to enable this always but can't until more websites fix this bug.
219 // Chromium sets this conditionally (eg. based on the presence of a 219 // Chromium sets this conditionally (eg. based on the presence of a
220 // touchscreen) in ApplyWebPreferences. 220 // touchscreen) in ApplyWebPreferences.
221 Touch status=stable 221 Touch status=stable
222 TouchpadScrollLatching
esprehn 2016/07/19 19:42:03 You don't need this one either. :)
sahel 2016/07/19 22:47:03 Done.
222 TraceWrappables 223 TraceWrappables
223 TrustedEventsDefaultAction status=stable 224 TrustedEventsDefaultAction status=stable
224 UnsafeES3APIs 225 UnsafeES3APIs
225 UnsandboxedAuxiliary status=stable 226 UnsandboxedAuxiliary status=stable
226 UserSelectAll status=stable 227 UserSelectAll status=stable
227 WebAnimationsAPI status=experimental 228 WebAnimationsAPI status=experimental
228 WebAnimationsSVG status=experimental 229 WebAnimationsSVG status=experimental
229 WebBluetooth origin_trial_feature_name=WebBluetooth 230 WebBluetooth origin_trial_feature_name=WebBluetooth
230 WebGLDraftExtensions status=experimental 231 WebGLDraftExtensions status=experimental
231 WebGLImageChromium 232 WebGLImageChromium
232 WebUSB status=experimental 233 WebUSB status=experimental
233 WebVR 234 WebVR
234 WebVTTRegions status=experimental 235 WebVTTRegions status=experimental
235 V8IdleTasks 236 V8IdleTasks
236 VisibilityChangeOnUnload status=experimental 237 VisibilityChangeOnUnload status=experimental
237 XSLT status=stable 238 XSLT status=stable
238 smil status=stable 239 smil status=stable
239 ScrollCustomization 240 ScrollCustomization
240 ScrollRestoration status=stable 241 ScrollRestoration status=stable
241 AutoplayMutedVideos settable_from_internals=True 242 AutoplayMutedVideos settable_from_internals=True
242 VisualViewportAPI status=experimental 243 VisualViewportAPI status=experimental
243 WakeLock status=experimental 244 WakeLock status=experimental
244 WebFontsInterventionV2With2G 245 WebFontsInterventionV2With2G
245 WebFontsInterventionV2WithSlow2G 246 WebFontsInterventionV2WithSlow2G
246 WebFontsInterventionTrigger 247 WebFontsInterventionTrigger
247 Worklet status=experimental 248 Worklet status=experimental
248 WeakMemoryCache 249 WeakMemoryCache
249 DoNotUnlockSharedBuffer 250 DoNotUnlockSharedBuffer
250 ParseHTMLOnMainThread status=test 251 ParseHTMLOnMainThread status=test
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698