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

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

Issue 1203953002: Enable ServiceWorkerPerformanceTimeline flag for stable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 ScreenOrientation status=stable 129 ScreenOrientation status=stable
130 ScriptedSpeech status=stable 130 ScriptedSpeech status=stable
131 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 131 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
132 // as per the spec, matching other Web engines. 132 // as per the spec, matching other Web engines.
133 ScrollTopLeftInterop 133 ScrollTopLeftInterop
134 ServiceWorker status=stable 134 ServiceWorker status=stable
135 ServiceWorkerCache status=stable 135 ServiceWorkerCache status=stable
136 ServiceWorkerClientAttributes status=stable 136 ServiceWorkerClientAttributes status=stable
137 ServiceWorkerNotifications status=stable 137 ServiceWorkerNotifications status=stable
138 ServiceWorkerOnFetch status=stable 138 ServiceWorkerOnFetch status=stable
139 ServiceWorkerPerformanceTimeline status=experimental 139 ServiceWorkerPerformanceTimeline status=stable
140 ShadowRootDelegatesFocus status=experimental 140 ShadowRootDelegatesFocus status=experimental
141 SharedWorker status=stable 141 SharedWorker status=stable
142 SlimmingPaint status=stable 142 SlimmingPaint status=stable
143 SlimmingPaintCompositorLayerization depends_on=SlimmingPaint 143 SlimmingPaintCompositorLayerization depends_on=SlimmingPaint
144 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint 144 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint
145 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint 145 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint
146 StaleWhileRevalidateCacheControl 146 StaleWhileRevalidateCacheControl
147 // Do not turn this flag into stable, because many interfaces that should not 147 // Do not turn this flag into stable, because many interfaces that should not
148 // be shipped would be enabled. Instead, remove the flag from the shipping 148 // be shipped would be enabled. Instead, remove the flag from the shipping
149 // interface. 149 // interface.
(...skipping 17 matching lines...) Expand all
167 WebGLDraftExtensions status=experimental 167 WebGLDraftExtensions status=experimental
168 WebGLImageChromium 168 WebGLImageChromium
169 WebMIDI status=stable 169 WebMIDI status=stable
170 WebVR depends_on=GeometryInterfaces 170 WebVR depends_on=GeometryInterfaces
171 WebVTTRegions depends_on=Media, status=experimental 171 WebVTTRegions depends_on=Media, status=experimental
172 V8IdleTasks 172 V8IdleTasks
173 XSLT status=stable 173 XSLT status=stable
174 SVG1DOM status=stable 174 SVG1DOM status=stable
175 ScrollCustomization 175 ScrollCustomization
176 ScrollRestoration status=experimental 176 ScrollRestoration status=experimental
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698