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

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

Issue 1968533002: Flip PerformanceObserver flag to stable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update test expectations for layout tests in virtual/stable post flag flip Created 4 years, 7 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 OnDeviceChange status=experimental 144 OnDeviceChange status=experimental
145 OrientationEvent 145 OrientationEvent
146 // For simulating Android's overlay fullscreen video in layout tests on Linux. 146 // For simulating Android's overlay fullscreen video in layout tests on Linux.
147 ForceOverlayFullscreenVideo 147 ForceOverlayFullscreenVideo
148 OverlayScrollbars 148 OverlayScrollbars
149 PagePopup status=stable 149 PagePopup status=stable
150 PassiveEventListeners status=stable 150 PassiveEventListeners status=stable
151 PassPaintVisualRectToCompositor 151 PassPaintVisualRectToCompositor
152 PathOpsSVGClipping status=stable 152 PathOpsSVGClipping status=stable
153 PaymentRequest status=experimental 153 PaymentRequest status=experimental
154 PerformanceObserver status=experimental 154 PerformanceObserver status=stable
155 Permissions status=stable 155 Permissions status=stable
156 PermissionsRequestRevoke status=experimental 156 PermissionsRequestRevoke status=experimental
157 PointerEvent 157 PointerEvent
158 PreciseMemoryInfo 158 PreciseMemoryInfo
159 // This feature is deprecated and we are evangelizing affected sites. 159 // This feature is deprecated and we are evangelizing affected sites.
160 // See https://crbug.com/346236 for current status. 160 // See https://crbug.com/346236 for current status.
161 PrefixedVideoFullscreen status=stable 161 PrefixedVideoFullscreen status=stable
162 Presentation status=stable 162 Presentation status=stable
163 PresentationReceiver status=test 163 PresentationReceiver status=test
164 PromiseRejectionEvent status=stable 164 PromiseRejectionEvent status=stable
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 VisibilityChangeOnUnload status=experimental 226 VisibilityChangeOnUnload status=experimental
227 XSLT status=stable 227 XSLT status=stable
228 smil status=stable 228 smil status=stable
229 ScrollCustomization 229 ScrollCustomization
230 ScrollRestoration status=stable 230 ScrollRestoration status=stable
231 VisualViewportAPI status=experimental 231 VisualViewportAPI status=experimental
232 WakeLock status=experimental 232 WakeLock status=experimental
233 WebFontsInterventionV2 233 WebFontsInterventionV2
234 WebFontsInterventionTrigger 234 WebFontsInterventionTrigger
235 Worklet status=test 235 Worklet status=test
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698