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

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: add dangling pointer check 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 NavigationController status=experimental 67 NavigationController status=experimental
68 Notifications status=stable 68 Notifications status=stable
69 ObjectFitPosition status=experimental 69 ObjectFitPosition status=experimental
70 // Only enabled on Android, and for certain layout tests on Linux.
71 OverlayFullscreenVideo
70 PagePopup status=stable 72 PagePopup status=stable
71 PartialLayout status=experimental 73 PartialLayout status=experimental
72 PathOpsSVGClipping 74 PathOpsSVGClipping
73 PeerConnection depends_on=MediaStream, status=stable 75 PeerConnection depends_on=MediaStream, status=stable
74 ProgrammaticScrollNotifications status=test 76 ProgrammaticScrollNotifications status=test
75 Promise status=experimental 77 Promise status=experimental
76 Quota status=stable 78 Quota status=stable
77 OverlayScrollbars 79 OverlayScrollbars
78 RequestAutocomplete status=test 80 RequestAutocomplete status=test
79 RowSpanLogicalHeightSpreading status=test 81 RowSpanLogicalHeightSpreading status=test
(...skipping 13 matching lines...) Expand all
93 Vibration status=experimental 95 Vibration status=experimental
94 VideoTrack status=stable 96 VideoTrack status=stable
95 WebAnimations 97 WebAnimations
96 WebAnimationsCSS depends_on=WebAnimations 98 WebAnimationsCSS depends_on=WebAnimations
97 WebAnimationsSVG depends_on=WebAnimations 99 WebAnimationsSVG depends_on=WebAnimations
98 WebAudio condition=WEB_AUDIO, status=stable 100 WebAudio condition=WEB_AUDIO, status=stable
99 WebGLDraftExtensions status=experimental 101 WebGLDraftExtensions status=experimental
100 WebMIDI status=test 102 WebMIDI status=test
101 WebKitMediaSource status=stable 103 WebKitMediaSource status=stable
102 WOFF2 status=experimental 104 WOFF2 status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698