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

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

Issue 13980003: Add animation support for WebP images (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Debug fix 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
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 AnimatedWebP status=experimental
16 ApplicationCache status=stable 17 ApplicationCache status=stable
17 AuthorShadowDOMForAnyElement 18 AuthorShadowDOMForAnyElement
18 CanvasPath status=test 19 CanvasPath status=test
19 Crypto status=test 20 Crypto status=test
20 CSSCompositing status=experimental 21 CSSCompositing status=experimental
21 CSSExclusions status=experimental 22 CSSExclusions status=experimental
22 CSSGridLayout status=experimental 23 CSSGridLayout status=experimental
23 CSSRegions status=experimental 24 CSSRegions status=experimental
24 CSSTouchAction status=test 25 CSSTouchAction status=test
25 CSSVariables status=experimental 26 CSSVariables status=experimental
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 StyleScoped status=experimental 71 StyleScoped status=experimental
71 Touch status=stable 72 Touch status=stable
72 VideoTrack status=stable 73 VideoTrack status=stable
73 WebAnimations 74 WebAnimations
74 WebAudio condition=WEB_AUDIO, status=stable 75 WebAudio condition=WEB_AUDIO, status=stable
75 WebGLDraftExtensions status=experimental 76 WebGLDraftExtensions status=experimental
76 WebMIDI status=test 77 WebMIDI status=test
77 WebKitMediaSource status=stable 78 WebKitMediaSource status=stable
78 WebPInAcceptHeader 79 WebPInAcceptHeader
79 WOFF2 status=experimental 80 WOFF2 status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698