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

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

Issue 16646002: Move the CSS Device Adaptation @viewport rule support behind a runtime flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: For landing 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/page/FrameView.h ('k') | Source/core/page/UseCounter.cpp » ('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
(...skipping 19 matching lines...) Expand all
30 DialogElement status=experimental 30 DialogElement status=experimental
31 DirectoryUpload status=stable 31 DirectoryUpload status=stable
32 EncryptedMedia status=experimental 32 EncryptedMedia status=experimental
33 EncryptedMediaAnyVersion status=stable 33 EncryptedMediaAnyVersion status=stable
34 ExperimentalCanvasFeatures status=test 34 ExperimentalCanvasFeatures status=test
35 ExperimentalContentSecurityPolicyFeatures status=experimental 35 ExperimentalContentSecurityPolicyFeatures status=experimental
36 ExperimentalShadowDOM status=experimental 36 ExperimentalShadowDOM status=experimental
37 FileSystem status=stable 37 FileSystem status=stable
38 FontLoadEvents status=experimental 38 FontLoadEvents status=experimental
39 Fullscreen status=stable 39 Fullscreen status=stable
40 CSSViewport status=experimental
40 Gamepad status=stable 41 Gamepad status=stable
41 Geolocation status=stable 42 Geolocation status=stable
42 HTMLImports status=test 43 HTMLImports status=test
43 IMEAPI status=test 44 IMEAPI status=test
44 IndexedDB status=stable 45 IndexedDB status=stable
45 InputTypeColor status=stable 46 InputTypeColor status=stable
46 InputTypeWeek status=stable 47 InputTypeWeek status=stable
47 JavaScriptI18NAPI status=stable 48 JavaScriptI18NAPI status=stable
48 LangAttributeAwareFormControlUI 49 LangAttributeAwareFormControlUI
49 LazyLayout 50 LazyLayout
(...skipping 16 matching lines...) Expand all
66 SpeechSynthesis status=experimental 67 SpeechSynthesis status=experimental
67 StyleScoped status=experimental 68 StyleScoped status=experimental
68 Touch status=stable 69 Touch status=stable
69 VideoTrack status=stable 70 VideoTrack status=stable
70 WebAnimations 71 WebAnimations
71 WebAudio condition=WEB_AUDIO, status=stable 72 WebAudio condition=WEB_AUDIO, status=stable
72 WebGLDraftExtensions status=experimental 73 WebGLDraftExtensions status=experimental
73 WebMIDI status=test 74 WebMIDI status=test
74 WebKitMediaSource status=stable 75 WebKitMediaSource status=stable
75 WebPInAcceptHeader 76 WebPInAcceptHeader
OLDNEW
« no previous file with comments | « Source/core/page/FrameView.h ('k') | Source/core/page/UseCounter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698