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

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

Issue 1198863006: First version of PerformanceObserver (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: remove Inspector calls and update LayoutTest. 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 NewMediaPlaybackUi 104 NewMediaPlaybackUi
105 NotificationConstructor status=stable 105 NotificationConstructor status=stable
106 NotificationExperimental status=test 106 NotificationExperimental status=test
107 Notifications status=stable 107 Notifications status=stable
108 OrientationEvent 108 OrientationEvent
109 // For simulating Android's overlay fullscreen video in layout tests on Linux. 109 // For simulating Android's overlay fullscreen video in layout tests on Linux.
110 ForceOverlayFullscreenVideo 110 ForceOverlayFullscreenVideo
111 OverlayScrollbars 111 OverlayScrollbars
112 PagePopup status=stable 112 PagePopup status=stable
113 PathOpsSVGClipping status=stable 113 PathOpsSVGClipping status=stable
114 PerformanceObserver status=experimental
114 Permissions status=stable 115 Permissions status=stable
115 PermissionsRequestRevoke status=experimental 116 PermissionsRequestRevoke status=experimental
116 PointerEvent 117 PointerEvent
117 PreciseMemoryInfo 118 PreciseMemoryInfo
118 // This feature is deprecated and replaced by EncryptedMedia. 119 // This feature is deprecated and replaced by EncryptedMedia.
119 // See http://crbug.com/451117 for current status. 120 // See http://crbug.com/451117 for current status.
120 PrefixedEncryptedMedia status=stable 121 PrefixedEncryptedMedia status=stable
121 // This feature is deprecated and we are evangalizing affected sites. 122 // This feature is deprecated and we are evangalizing affected sites.
122 // See https://crbug.com/346236 for current status. 123 // See https://crbug.com/346236 for current status.
123 PrefixedVideoFullscreen status=stable 124 PrefixedVideoFullscreen status=stable
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 WebUSB status=experimental 180 WebUSB status=experimental
180 WebVR depends_on=GeometryInterfaces 181 WebVR depends_on=GeometryInterfaces
181 WebVTTRegions depends_on=Media, status=experimental 182 WebVTTRegions depends_on=Media, status=experimental
182 V8IdleTasks 183 V8IdleTasks
183 XSLT status=stable 184 XSLT status=stable
184 SVG1DOM status=stable 185 SVG1DOM status=stable
185 smil status=stable 186 smil status=stable
186 ScrollCustomization 187 ScrollCustomization
187 ScrollRestoration status=stable 188 ScrollRestoration status=stable
188 WakeLock status=experimental 189 WakeLock status=experimental
OLDNEW
« Source/core/timing/PerformanceObserver.h ('K') | « Source/core/timing/PerformanceUserTiming.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698