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

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

Issue 1202153004: Enable selection for the composed tree (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rename the flag 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/layout/PendingSelection.cpp ('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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 PushMessagingData status=test 124 PushMessagingData status=test
125 QuotaPromise status=experimental 125 QuotaPromise status=experimental
126 ReducedReferrerGranularity 126 ReducedReferrerGranularity
127 RequestAutocomplete status=test 127 RequestAutocomplete status=test
128 SandboxBlocksModals status=experimental 128 SandboxBlocksModals status=experimental
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 SelectionForComposedTree status=stable
134 ServiceWorker status=stable 135 ServiceWorker status=stable
135 ServiceWorkerCache status=stable 136 ServiceWorkerCache status=stable
136 ServiceWorkerClientAttributes status=stable 137 ServiceWorkerClientAttributes status=stable
137 ServiceWorkerNotifications status=stable 138 ServiceWorkerNotifications status=stable
138 ServiceWorkerOnFetch status=stable 139 ServiceWorkerOnFetch status=stable
139 ServiceWorkerPerformanceTimeline status=experimental 140 ServiceWorkerPerformanceTimeline status=experimental
140 ShadowRootDelegatesFocus status=experimental 141 ShadowRootDelegatesFocus status=experimental
141 SharedWorker status=stable 142 SharedWorker status=stable
142 SlimmingPaint status=stable 143 SlimmingPaint status=stable
143 SlimmingPaintCompositorLayerization depends_on=SlimmingPaint 144 SlimmingPaintCompositorLayerization depends_on=SlimmingPaint
(...skipping 23 matching lines...) Expand all
167 WebGLDraftExtensions status=experimental 168 WebGLDraftExtensions status=experimental
168 WebGLImageChromium 169 WebGLImageChromium
169 WebMIDI status=stable 170 WebMIDI status=stable
170 WebVR depends_on=GeometryInterfaces 171 WebVR depends_on=GeometryInterfaces
171 WebVTTRegions depends_on=Media, status=experimental 172 WebVTTRegions depends_on=Media, status=experimental
172 V8IdleTasks 173 V8IdleTasks
173 XSLT status=stable 174 XSLT status=stable
174 SVG1DOM status=stable 175 SVG1DOM status=stable
175 ScrollCustomization 176 ScrollCustomization
176 ScrollRestoration status=experimental 177 ScrollRestoration status=experimental
OLDNEW
« no previous file with comments | « Source/core/layout/PendingSelection.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698