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

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

Issue 1682683002: [InputEvent] Add InputEvent with basic interface behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing layout test Created 4 years, 10 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 Geofencing status=experimental 88 Geofencing status=experimental
89 GeometryInterfaces status=test 89 GeometryInterfaces status=test
90 GetUserMedia depends_on=MediaDevices, status=experimental 90 GetUserMedia depends_on=MediaDevices, status=experimental
91 GlobalCacheStorage status=stable 91 GlobalCacheStorage status=stable
92 HiResEventTimeStamp status=stable 92 HiResEventTimeStamp status=stable
93 ImageColorProfiles 93 ImageColorProfiles
94 ImageOrientation status=test 94 ImageOrientation status=test
95 ImageRenderingPixelated status=stable 95 ImageRenderingPixelated status=stable
96 IndexedDBExperimental status=experimental 96 IndexedDBExperimental status=experimental
97 InputDeviceCapabilities status=stable 97 InputDeviceCapabilities status=stable
98 InputEvent status=experimental
chongz 2016/02/09 15:35:59 Do we want experimental?
dtapuska 2016/02/09 15:49:12 This isn't actually used because you haven't expos
98 InputModeAttribute status=experimental 99 InputModeAttribute status=experimental
99 IntersectionObserver status=experimental 100 IntersectionObserver status=experimental
100 IterableCollections status=experimental 101 IterableCollections status=experimental
101 KeyboardEventCode status=stable 102 KeyboardEventCode status=stable
102 KeyboardEventKey status=experimental 103 KeyboardEventKey status=experimental
103 LangAttributeAwareFormControlUI 104 LangAttributeAwareFormControlUI
104 LinkPreconnect status=stable 105 LinkPreconnect status=stable
105 LinkPreload status=stable 106 LinkPreload status=stable
106 LinkHeader status=stable 107 LinkHeader status=stable
107 FractionalScrollOffsets status=experimental 108 FractionalScrollOffsets status=experimental
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 WebVR depends_on=GeometryInterfaces, status=test 206 WebVR depends_on=GeometryInterfaces, status=test
206 WebVTTRegions depends_on=Media, status=experimental 207 WebVTTRegions depends_on=Media, status=experimental
207 V8IdleTasks 208 V8IdleTasks
208 XSLT status=stable 209 XSLT status=stable
209 smil status=stable 210 smil status=stable
210 ScrollCustomization 211 ScrollCustomization
211 ScrollRestoration status=stable 212 ScrollRestoration status=stable
212 WakeLock status=experimental 213 WakeLock status=experimental
213 WebFontsIntervention status=experimental 214 WebFontsIntervention status=experimental
214 Worklet 215 Worklet
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698