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

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

Issue 22454003: Support subtitles for native fullscreen video (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: enabling layout tests Created 7 years, 3 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
OLDNEW
1 // http://dev.chromium.org/blink/runtime-enabled-features 1 // http://dev.chromium.org/blink/runtime-enabled-features
2 // 2 //
3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
4 // a class that stores static enablers for all experimental features. 4 // a class that stores static enablers for all experimental features.
5 // 5 //
6 // Each feature can be assigned a "status": 6 // Each feature can be assigned a "status":
7 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely. 7 // status=stable -> Enable this in all Blink configurations. We are committed t o these APIs indefinitely.
8 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable. 8 // status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable.
9 // status=test -> Enabled in ContentShell for testing, otherwise off. 9 // status=test -> Enabled in ContentShell for testing, otherwise off.
10 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 InputTypeColor status=stable 59 InputTypeColor status=stable
60 InputTypeWeek status=stable 60 InputTypeWeek status=stable
61 LangAttributeAwareFormControlUI 61 LangAttributeAwareFormControlUI
62 LegacyEncryptedMedia status=stable 62 LegacyEncryptedMedia status=stable
63 LocalStorage status=stable 63 LocalStorage status=stable
64 Media status=stable 64 Media status=stable
65 MediaSource status=experimental 65 MediaSource status=experimental
66 MediaStream status=stable 66 MediaStream status=stable
67 Notifications status=stable 67 Notifications status=stable
68 ObjectFitPosition status=experimental 68 ObjectFitPosition status=experimental
69 // Only enabled on Android, and for certain layout tests on Linux.
70 OverlayFullscreenVideo
69 PagePopup status=stable 71 PagePopup status=stable
70 PartialLayout status=experimental 72 PartialLayout status=experimental
71 PathOpsSVGClipping 73 PathOpsSVGClipping
72 PeerConnection depends_on=MediaStream, status=stable 74 PeerConnection depends_on=MediaStream, status=stable
73 ProgrammaticScrollNotifications status=test 75 ProgrammaticScrollNotifications status=test
74 Promise status=experimental 76 Promise status=experimental
75 Quota status=stable 77 Quota status=stable
76 OverlayScrollbars 78 OverlayScrollbars
77 RequestAutocomplete status=test 79 RequestAutocomplete status=test
78 RowSpanLogicalHeightSpreading status=test 80 RowSpanLogicalHeightSpreading status=test
(...skipping 12 matching lines...) Expand all
91 Vibration status=experimental 93 Vibration status=experimental
92 VideoTrack status=stable 94 VideoTrack status=stable
93 WebAnimations 95 WebAnimations
94 WebAnimationsCSS depends_on=WebAnimations 96 WebAnimationsCSS depends_on=WebAnimations
95 WebAnimationsSVG depends_on=WebAnimations 97 WebAnimationsSVG depends_on=WebAnimations
96 WebAudio condition=WEB_AUDIO, status=stable 98 WebAudio condition=WEB_AUDIO, status=stable
97 WebGLDraftExtensions status=experimental 99 WebGLDraftExtensions status=experimental
98 WebMIDI status=test 100 WebMIDI status=test
99 WebKitMediaSource status=stable 101 WebKitMediaSource status=stable
100 WOFF2 status=experimental 102 WOFF2 status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698