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

Side by Side Diff: Source/core/page/RuntimeEnabledFeatures.in

Issue 15687004: Switching CSS Variables over to RuntimeEnabledFeatures (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 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/css/CSSParserMode.h ('k') | Source/core/page/Settings.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 1 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
2 // a class that stores static enablers for all experimental features. 2 // a class that stores static enablers for all experimental features.
3 // 3 //
4 // Each feature can be assigned a "status": 4 // Each feature can be assigned a "status":
5 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely. 5 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely.
6 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable. 6 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable.
7 // status=test -> Enabled in ContentShell for testing, otherwise off. 7 // status=test -> Enabled in ContentShell for testing, otherwise off.
8 // Features without a status are not enabled anywhere by default. 8 // Features without a status are not enabled anywhere by default.
9 // 9 //
10 // "stable" features listed here should be rare, as anything which we've shipped stable 10 // "stable" features listed here should be rare, as anything which we've shipped stable
11 // can have its runtime flag removed soon after. 11 // can have its runtime flag removed soon after.
12 // 12 //
13 // condition=ENABLE_NAME is used for wrapping features in compile-time 13 // condition=ENABLE_NAME is used for wrapping features in compile-time
14 // #if ENABLE(FEATURE) guards. These are deprecated and should all be removed. 14 // #if ENABLE(FEATURE) guards. These are deprecated and should all be removed.
15 15
16 ApplicationCache status=stable 16 ApplicationCache status=stable
17 AuthorShadowDOMForAnyElement 17 AuthorShadowDOMForAnyElement
18 CanvasPath status=test 18 CanvasPath status=test
19 CSSCompositing status=experimental 19 CSSCompositing status=experimental
20 CSSExclusions status=experimental 20 CSSExclusions status=experimental
21 CSSRegions status=experimental 21 CSSRegions status=experimental
22 CSSTouchAction status=test 22 CSSTouchAction status=test
23 CSSVariables status=experimental
23 CustomDOMElements status=experimental 24 CustomDOMElements status=experimental
24 Database status=stable 25 Database status=stable
25 DataListElement status=stable 26 DataListElement status=stable
26 DeviceMotion 27 DeviceMotion
27 DeviceOrientation status=stable 28 DeviceOrientation status=stable
28 DialogElement status=experimental 29 DialogElement status=experimental
29 DirectoryUpload status=stable 30 DirectoryUpload status=stable
30 EncryptedMedia status=experimental 31 EncryptedMedia status=experimental
31 EncryptedMediaAnyVersion status=stable 32 EncryptedMediaAnyVersion status=stable
32 ExperimentalCanvasFeatures status=test 33 ExperimentalCanvasFeatures status=test
(...skipping 27 matching lines...) Expand all
60 SpeechInput status=stable 61 SpeechInput status=stable
61 SpeechSynthesis status=experimental 62 SpeechSynthesis status=experimental
62 StyleScoped status=experimental 63 StyleScoped status=experimental
63 Touch status=stable 64 Touch status=stable
64 VideoTrack status=stable 65 VideoTrack status=stable
65 WebAnimations 66 WebAnimations
66 WebAudio condition=WEB_AUDIO, status=stable 67 WebAudio condition=WEB_AUDIO, status=stable
67 WebMIDI status=test 68 WebMIDI status=test
68 WebKitMediaSource status=stable 69 WebKitMediaSource status=stable
69 WebPInAcceptHeader 70 WebPInAcceptHeader
OLDNEW
« no previous file with comments | « Source/core/css/CSSParserMode.h ('k') | Source/core/page/Settings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698