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

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

Issue 1289803002: Reland: Enable ServiceWorkerPerformanceTimeline flag for stable (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 RestrictIFramePermissions 136 RestrictIFramePermissions
137 SandboxBlocksModals status=stable 137 SandboxBlocksModals status=stable
138 ScreenOrientation status=stable 138 ScreenOrientation status=stable
139 ScriptedSpeech status=stable 139 ScriptedSpeech status=stable
140 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 140 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
141 // as per the spec, matching other Web engines. 141 // as per the spec, matching other Web engines.
142 ScrollTopLeftInterop 142 ScrollTopLeftInterop
143 SelectionForComposedTree status=stable 143 SelectionForComposedTree status=stable
144 ServiceWorkerClientAttributes status=stable 144 ServiceWorkerClientAttributes status=stable
145 ServiceWorkerNotifications status=stable 145 ServiceWorkerNotifications status=stable
146 ServiceWorkerPerformanceTimeline status=experimental 146 ServiceWorkerPerformanceTimeline status=stable
147 ServiceWorkerWindowClientNavigate status=experimental 147 ServiceWorkerWindowClientNavigate status=experimental
148 ShadowRootClosedMode status=experimental 148 ShadowRootClosedMode status=experimental
149 ShadowRootDelegatesFocus status=experimental 149 ShadowRootDelegatesFocus status=experimental
150 SharedArrayBuffer 150 SharedArrayBuffer
151 SharedWorker status=stable 151 SharedWorker status=stable
152 SlimmingPaint status=stable 152 SlimmingPaint status=stable
153 SlimmingPaintV2 depends_on=SlimmingPaint 153 SlimmingPaintV2 depends_on=SlimmingPaint
154 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint 154 SlimmingPaintUnderInvalidationChecking depends_on=SlimmingPaint
155 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint 155 SlimmingPaintStrictCullRectClipping depends_on=SlimmingPaint
156 StaleWhileRevalidateCacheControl 156 StaleWhileRevalidateCacheControl
(...skipping 25 matching lines...) Expand all
182 WebUSB status=experimental 182 WebUSB status=experimental
183 WebVR depends_on=GeometryInterfaces 183 WebVR depends_on=GeometryInterfaces
184 WebVTTRegions depends_on=Media, status=experimental 184 WebVTTRegions depends_on=Media, status=experimental
185 V8IdleTasks 185 V8IdleTasks
186 XSLT status=stable 186 XSLT status=stable
187 SVG1DOM status=stable 187 SVG1DOM status=stable
188 smil status=stable 188 smil status=stable
189 ScrollCustomization 189 ScrollCustomization
190 ScrollRestoration status=stable 190 ScrollRestoration status=stable
191 WakeLock status=experimental 191 WakeLock status=experimental
OLDNEW
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698