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

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

Issue 1422353003: NOT FOR SUBMIT - try enabling scrollTopLeftInterop mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@telemetry-scrollTopLeftInterop
Patch Set: Created 5 years, 1 month 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 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 RenderingPipelineThrottling status=experimental 139 RenderingPipelineThrottling status=experimental
140 RequestIdleCallback status=stable 140 RequestIdleCallback status=stable
141 RequestAutocomplete status=test 141 RequestAutocomplete status=test
142 RestrictIFramePermissions 142 RestrictIFramePermissions
143 RTCCertificate status=test 143 RTCCertificate status=test
144 SandboxBlocksModals status=stable 144 SandboxBlocksModals status=stable
145 ScreenOrientation status=stable 145 ScreenOrientation status=stable
146 ScriptedSpeech status=stable 146 ScriptedSpeech status=stable
147 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 147 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
148 // as per the spec, matching other Web engines. 148 // as per the spec, matching other Web engines.
149 ScrollTopLeftInterop status=experimental 149 ScrollTopLeftInterop status=stable
150 SelectionForComposedTree status=stable 150 SelectionForComposedTree status=stable
151 SelectionPaintingWithoutSelectionGaps status=stable 151 SelectionPaintingWithoutSelectionGaps status=stable
152 ServiceWorkerClientAttributes status=stable 152 ServiceWorkerClientAttributes status=stable
153 ServiceWorkerPerformanceTimeline status=stable 153 ServiceWorkerPerformanceTimeline status=stable
154 ServiceWorkerWindowClientNavigate status=experimental 154 ServiceWorkerWindowClientNavigate status=experimental
155 ShadowDOMV1 status=experimental 155 ShadowDOMV1 status=experimental
156 ShadowRootClosedMode status=experimental 156 ShadowRootClosedMode status=experimental
157 ShadowRootDelegatesFocus status=experimental 157 ShadowRootDelegatesFocus status=experimental
158 SharedArrayBuffer 158 SharedArrayBuffer
159 SharedWorker status=stable 159 SharedWorker status=stable
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 WebUSB status=experimental 192 WebUSB status=experimental
193 WebVR depends_on=GeometryInterfaces, status=test 193 WebVR depends_on=GeometryInterfaces, status=test
194 WebVTTRegions depends_on=Media, status=experimental 194 WebVTTRegions depends_on=Media, status=experimental
195 V8IdleTasks 195 V8IdleTasks
196 XSLT status=stable 196 XSLT status=stable
197 SVG1DOM status=stable 197 SVG1DOM status=stable
198 smil status=stable 198 smil status=stable
199 ScrollCustomization 199 ScrollCustomization
200 ScrollRestoration status=stable 200 ScrollRestoration status=stable
201 WakeLock status=experimental 201 WakeLock 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