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

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

Issue 15796009: Parse SVG as HTML (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix compile issue (the tree moved). Ready 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/html/parser/TextDocumentParser.cpp ('k') | no next file » | 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 InputTypeWeek status=stable 44 InputTypeWeek status=stable
45 JavaScriptI18NAPI status=stable 45 JavaScriptI18NAPI status=stable
46 LangAttributeAwareFormControlUI 46 LangAttributeAwareFormControlUI
47 LazyLayout 47 LazyLayout
48 LegacyEncryptedMedia status=stable 48 LegacyEncryptedMedia status=stable
49 LocalStorage status=stable 49 LocalStorage status=stable
50 Media custom 50 Media custom
51 MediaStream status=stable 51 MediaStream status=stable
52 Notifications status=stable 52 Notifications status=stable
53 PagePopup status=stable 53 PagePopup status=stable
54 ParseSVGAsHTML
54 PeerConnection depends_on=MediaStream, status=stable 55 PeerConnection depends_on=MediaStream, status=stable
55 Quota status=stable 56 Quota status=stable
56 RequestAutocomplete status=test 57 RequestAutocomplete status=test
57 ScriptedSpeech status=stable 58 ScriptedSpeech status=stable
58 SeamlessIFrames status=experimental 59 SeamlessIFrames status=experimental
59 SessionStorage status=stable 60 SessionStorage status=stable
60 SharedWorker custom 61 SharedWorker custom
61 SpeechInput status=stable 62 SpeechInput status=stable
62 SpeechSynthesis status=experimental 63 SpeechSynthesis status=experimental
63 StyleScoped status=experimental 64 StyleScoped status=experimental
64 Touch status=stable 65 Touch status=stable
65 VideoTrack status=stable 66 VideoTrack status=stable
66 WebAnimations 67 WebAnimations
67 WebAudio condition=WEB_AUDIO, status=stable 68 WebAudio condition=WEB_AUDIO, status=stable
68 WebMIDI status=test 69 WebMIDI status=test
69 WebKitMediaSource status=stable 70 WebKitMediaSource status=stable
70 WebPInAcceptHeader 71 WebPInAcceptHeader
OLDNEW
« no previous file with comments | « Source/core/html/parser/TextDocumentParser.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698