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

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: rebased 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=stable 65 MediaSource status=stable
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 15 matching lines...) Expand all
94 Vibration status=experimental 96 Vibration status=experimental
95 VideoTrack status=stable 97 VideoTrack status=stable
96 WebAnimations 98 WebAnimations
97 WebAnimationsCSS depends_on=WebAnimations 99 WebAnimationsCSS depends_on=WebAnimations
98 WebAnimationsSVG depends_on=WebAnimations 100 WebAnimationsSVG depends_on=WebAnimations
99 WebAudio condition=WEB_AUDIO, status=stable 101 WebAudio condition=WEB_AUDIO, status=stable
100 WebGLDraftExtensions status=experimental 102 WebGLDraftExtensions status=experimental
101 WebMIDI status=test 103 WebMIDI status=test
102 WebKitMediaSource status=stable 104 WebKitMediaSource status=stable
103 WOFF2 status=experimental 105 WOFF2 status=experimental
OLDNEW
« no previous file with comments | « Source/core/html/shadow/MediaControlsChromiumAndroid.h ('k') | Source/core/platform/graphics/MediaPlayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698