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

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

Issue 2310823002: Skeleton implementation of CSS Properties and Values API (Closed)
Patch Set: custom properties :D Created 4 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
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 CSSInBodyDoesNotBlockPaint status=experimental 62 CSSInBodyDoesNotBlockPaint status=experimental
63 CSSIndependentTransformProperties status=experimental 63 CSSIndependentTransformProperties status=experimental
64 CSSMaskSourceType status=experimental 64 CSSMaskSourceType status=experimental
65 CSSOMSmoothScroll status=experimental 65 CSSOMSmoothScroll status=experimental
66 CSSPaintAPI status=experimental, depends_on=CSSTypedOM, depends_on=Worklet 66 CSSPaintAPI status=experimental, depends_on=CSSTypedOM, depends_on=Worklet
67 CSSPropertyD status=stable 67 CSSPropertyD status=stable
68 CSSSnapSize status=experimental 68 CSSSnapSize status=experimental
69 CSSStickyPosition status=experimental 69 CSSStickyPosition status=experimental
70 CSSTouchActionPanDirections status=experimental 70 CSSTouchActionPanDirections status=experimental
71 CSSTypedOM status=experimental 71 CSSTypedOM status=experimental
72 CSSVariables2 status=experimental
72 CSSViewport status=experimental 73 CSSViewport status=experimental
73 CSSScrollSnapPoints status=test 74 CSSScrollSnapPoints status=test
74 CustomElementsV1 status=stable 75 CustomElementsV1 status=stable
75 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 76 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
76 Database status=stable 77 Database status=stable
77 DecodeToYUV status=experimental 78 DecodeToYUV status=experimental
78 DeviceLight status=experimental 79 DeviceLight status=experimental
79 DisplayList2dCanvas status=stable 80 DisplayList2dCanvas status=stable
80 DocumentWriteEvaluator 81 DocumentWriteEvaluator
81 DOMConvenienceAPI status=stable 82 DOMConvenienceAPI status=stable
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 WakeLock status=experimental 248 WakeLock status=experimental
248 WebFontsInterventionV2With2G 249 WebFontsInterventionV2With2G
249 WebFontsInterventionV2WithSlow2G 250 WebFontsInterventionV2WithSlow2G
250 WebFontsInterventionTrigger 251 WebFontsInterventionTrigger
251 WebShare status=experimental, origin_trial_feature_name=WebShare 252 WebShare status=experimental, origin_trial_feature_name=WebShare
252 Worklet status=experimental 253 Worklet status=experimental
253 WeakMemoryCache 254 WeakMemoryCache
254 DoNotUnlockSharedBuffer 255 DoNotUnlockSharedBuffer
255 ParseHTMLOnMainThread status=test 256 ParseHTMLOnMainThread status=test
256 SendBeaconThrowForBlobWithNonSimpleType status=experimental 257 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698