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

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

Issue 1352523002: Use high precision timestamp for Event.timestamp (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use m_target to find event document Created 5 years, 3 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 // status=deprecated -> Alias for "test", will be removed at some point. 10 // status=deprecated -> Alias for "test", will be removed at some point.
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 FastMobileScrolling 71 FastMobileScrolling
72 FileAPIBlobClose status=experimental 72 FileAPIBlobClose status=experimental
73 FileSystem status=stable 73 FileSystem status=stable
74 FormDataNewMethods status=experimental 74 FormDataNewMethods status=experimental
75 FullscreenUnprefixed status=test 75 FullscreenUnprefixed status=test
76 FrameTimingSupport status=experimental 76 FrameTimingSupport status=experimental
77 Geofencing status=experimental 77 Geofencing status=experimental
78 GeometryInterfaces status=test 78 GeometryInterfaces status=test
79 GetUserMedia depends_on=MediaDevices, status=experimental 79 GetUserMedia depends_on=MediaDevices, status=experimental
80 GlobalCacheStorage status=stable 80 GlobalCacheStorage status=stable
81 HiResEventTimeStamp status=experimental
81 ImageColorProfiles 82 ImageColorProfiles
82 ImageOrientation status=test 83 ImageOrientation status=test
83 ImageRenderingPixelated status=stable 84 ImageRenderingPixelated status=stable
84 IndexedDBExperimental status=experimental 85 IndexedDBExperimental status=experimental
85 InputDeviceCapabilities status=stable 86 InputDeviceCapabilities status=stable
86 InputModeAttribute status=experimental 87 InputModeAttribute status=experimental
87 KeyboardEventCode status=experimental 88 KeyboardEventCode status=experimental
88 KeyboardEventKey status=test 89 KeyboardEventKey status=test
89 LangAttributeAwareFormControlUI 90 LangAttributeAwareFormControlUI
90 LinkPreconnect status=stable 91 LinkPreconnect status=stable
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 WebUSB status=experimental 186 WebUSB status=experimental
186 WebVR depends_on=GeometryInterfaces 187 WebVR depends_on=GeometryInterfaces
187 WebVTTRegions depends_on=Media, status=experimental 188 WebVTTRegions depends_on=Media, status=experimental
188 V8IdleTasks 189 V8IdleTasks
189 XSLT status=stable 190 XSLT status=stable
190 SVG1DOM status=stable 191 SVG1DOM status=stable
191 smil status=stable 192 smil status=stable
192 ScrollCustomization 193 ScrollCustomization
193 ScrollRestoration status=stable 194 ScrollRestoration status=stable
194 WakeLock status=experimental 195 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698