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

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

Issue 1192983003: CSS Custom Properties (Variables) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Post-merge Created 5 years, 3 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
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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 CSSBackdropFilter status=experimental 50 CSSBackdropFilter status=experimental
51 CSSCompositing status=stable 51 CSSCompositing status=stable
52 CSSFontSizeAdjust status=experimental 52 CSSFontSizeAdjust status=experimental
53 CSSGridLayout status=experimental 53 CSSGridLayout status=experimental
54 CSSIndependentTransformProperties status=experimental 54 CSSIndependentTransformProperties status=experimental
55 CSSMaskSourceType status=experimental 55 CSSMaskSourceType status=experimental
56 CSSMotionPath status=stable 56 CSSMotionPath status=stable
57 CSSOMSmoothScroll status=experimental 57 CSSOMSmoothScroll status=experimental
58 CSSStickyPosition 58 CSSStickyPosition
59 CSSTouchActionPanDirections status=experimental 59 CSSTouchActionPanDirections status=experimental
60 CSSVariables status=experimental
60 CSSViewport status=experimental 61 CSSViewport status=experimental
61 CSSScrollSnapPoints status=test 62 CSSScrollSnapPoints status=test
62 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long er depend on them. crbug.com/331608 63 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long er depend on them. crbug.com/331608
63 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 64 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
64 Database status=stable 65 Database status=stable
65 DecodeToYUV status=experimental 66 DecodeToYUV status=experimental
66 DeviceLight status=experimental 67 DeviceLight status=experimental
67 DisplayList2dCanvas status=stable 68 DisplayList2dCanvas status=stable
68 DurableStorage status=experimental 69 DurableStorage status=experimental
69 ForceDisplayList2dCanvas 70 ForceDisplayList2dCanvas
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 WebUSB status=experimental 190 WebUSB status=experimental
190 WebVR depends_on=GeometryInterfaces 191 WebVR depends_on=GeometryInterfaces
191 WebVTTRegions depends_on=Media, status=experimental 192 WebVTTRegions depends_on=Media, status=experimental
192 V8IdleTasks 193 V8IdleTasks
193 XSLT status=stable 194 XSLT status=stable
194 SVG1DOM status=stable 195 SVG1DOM status=stable
195 smil status=stable 196 smil status=stable
196 ScrollCustomization 197 ScrollCustomization
197 ScrollRestoration status=stable 198 ScrollRestoration status=stable
198 WakeLock status=experimental 199 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698