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

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

Issue 15436002: Add HTMLImports features flag. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/scripts/make_runtime_features.py » ('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 17 matching lines...) Expand all
28 EncryptedMedia status=experimental 28 EncryptedMedia status=experimental
29 EncryptedMediaAnyVersion status=stable 29 EncryptedMediaAnyVersion status=stable
30 ExperimentalCanvasFeatures status=test 30 ExperimentalCanvasFeatures status=test
31 ExperimentalContentSecurityPolicyFeatures status=experimental 31 ExperimentalContentSecurityPolicyFeatures status=experimental
32 ExperimentalShadowDOM status=experimental 32 ExperimentalShadowDOM status=experimental
33 FileSystem status=stable 33 FileSystem status=stable
34 FontLoadEvents status=experimental 34 FontLoadEvents status=experimental
35 Fullscreen status=stable 35 Fullscreen status=stable
36 Gamepad status=stable 36 Gamepad status=stable
37 Geolocation status=stable 37 Geolocation status=stable
38 HTMLImports status=test
38 IMEAPI status=test 39 IMEAPI status=test
39 IndexedDB status=stable 40 IndexedDB status=stable
40 InputTypeWeek status=stable 41 InputTypeWeek status=stable
41 JavaScriptI18NAPI status=stable 42 JavaScriptI18NAPI status=stable
42 LangAttributeAwareFormControlUI 43 LangAttributeAwareFormControlUI
43 LazyLayout 44 LazyLayout
44 LegacyEncryptedMedia status=stable 45 LegacyEncryptedMedia status=stable
45 LocalStorage status=stable 46 LocalStorage status=stable
46 Media custom 47 Media custom
47 MediaStream status=stable 48 MediaStream status=stable
48 Notifications status=stable 49 Notifications status=stable
49 PagePopup status=stable 50 PagePopup status=stable
50 PeerConnection depends_on=MediaStream, status=stable 51 PeerConnection depends_on=MediaStream, status=stable
51 Quota status=stable 52 Quota status=stable
52 RequestAutocomplete status=test 53 RequestAutocomplete status=test
53 ScriptedSpeech status=stable 54 ScriptedSpeech status=stable
54 SeamlessIFrames status=experimental 55 SeamlessIFrames status=experimental
55 SessionStorage status=stable 56 SessionStorage status=stable
56 SharedWorker custom 57 SharedWorker custom
57 SpeechInput status=stable 58 SpeechInput status=stable
58 SpeechSynthesis status=experimental 59 SpeechSynthesis status=experimental
59 StyleScoped status=experimental 60 StyleScoped status=experimental
60 Touch status=stable 61 Touch status=stable
61 VideoTrack status=stable 62 VideoTrack status=stable
62 WebAnimation 63 WebAnimation
63 WebAudio condition=WEB_AUDIO, status=stable 64 WebAudio condition=WEB_AUDIO, status=stable
64 WebMIDI status=test 65 WebMIDI status=test
65 WebKitMediaSource status=stable 66 WebKitMediaSource status=stable
66 WebPInAcceptHeader 67 WebPInAcceptHeader
OLDNEW
« no previous file with comments | « no previous file | Source/core/scripts/make_runtime_features.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698