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

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

Issue 15016009: Rename runtime enabled check for prefixed Encrypted Media API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 7 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 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 CustomDOMElements status=experimental 22 CustomDOMElements status=experimental
23 Database status=stable 23 Database status=stable
24 DeviceMotion 24 DeviceMotion
25 DeviceOrientation status=stable 25 DeviceOrientation status=stable
26 DialogElement status=experimental 26 DialogElement status=experimental
27 DirectoryUpload status=stable 27 DirectoryUpload status=stable
28 EncryptedMedia status=stable 28 EncryptedMedia status=experimental
29 EncryptedMediaAnyVersion status=stable
29 ExperimentalCanvasFeatures status=test 30 ExperimentalCanvasFeatures status=test
30 ExperimentalContentSecurityPolicyFeatures status=experimental 31 ExperimentalContentSecurityPolicyFeatures status=experimental
31 ExperimentalShadowDOM status=experimental 32 ExperimentalShadowDOM status=experimental
32 FileSystem status=stable 33 FileSystem status=stable
33 FontLoadEvents status=experimental 34 FontLoadEvents status=experimental
34 Fullscreen status=stable 35 Fullscreen status=stable
35 Gamepad status=stable 36 Gamepad status=stable
36 Geolocation status=stable 37 Geolocation status=stable
37 IMEAPI status=test 38 IMEAPI status=test
38 IndexedDB status=stable 39 IndexedDB status=stable
(...skipping 14 matching lines...) Expand all
53 SessionStorage status=stable 54 SessionStorage status=stable
54 SharedWorker custom 55 SharedWorker custom
55 SpeechInput status=stable 56 SpeechInput status=stable
56 SpeechSynthesis status=experimental 57 SpeechSynthesis status=experimental
57 StyleScoped status=experimental 58 StyleScoped status=experimental
58 Touch status=stable 59 Touch status=stable
59 VideoTrack status=stable 60 VideoTrack status=stable
60 WebAnimation 61 WebAnimation
61 WebAudio condition=WEB_AUDIO, status=stable 62 WebAudio condition=WEB_AUDIO, status=stable
62 WebMIDI status=test 63 WebMIDI status=test
64 WebKitEncryptedMedia status=stable
65 WebKitMediaSource status=stable
63 WebPInAcceptHeader 66 WebPInAcceptHeader
64 WebKitMediaSource status=stable
OLDNEW
« Source/WebKit/chromium/public/WebRuntimeFeatures.h ('K') | « Source/core/html/MediaKeyEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698