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

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

Issue 25761005: Ship object-fit and object-position. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update "stable" expectations for webexposed properties and video-object-fit. Created 7 years, 2 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
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt ('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 // 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 InputModeAttribute status=test 61 InputModeAttribute status=test
62 InputTypeColor status=stable 62 InputTypeColor status=stable
63 InputTypeWeek status=stable 63 InputTypeWeek status=stable
64 LangAttributeAwareFormControlUI 64 LangAttributeAwareFormControlUI
65 PrefixedEncryptedMedia status=stable 65 PrefixedEncryptedMedia status=stable
66 LocalStorage status=stable 66 LocalStorage status=stable
67 Media status=stable 67 Media status=stable
68 MediaSource status=stable 68 MediaSource status=stable
69 MediaStream status=stable 69 MediaStream status=stable
70 Notifications status=stable 70 Notifications status=stable
71 ObjectFitPosition status=experimental 71 ObjectFitPosition status=stable
72 // Only enabled on Android, and for certain layout tests on Linux. 72 // Only enabled on Android, and for certain layout tests on Linux.
73 OverlayFullscreenVideo 73 OverlayFullscreenVideo
74 PagePopup status=stable 74 PagePopup status=stable
75 PartialLayout status=experimental 75 PartialLayout status=experimental
76 PathOpsSVGClipping 76 PathOpsSVGClipping
77 PeerConnection depends_on=MediaStream, status=stable 77 PeerConnection depends_on=MediaStream, status=stable
78 ProgrammaticScrollNotifications status=test 78 ProgrammaticScrollNotifications status=test
79 Promise status=experimental 79 Promise status=experimental
80 Quota status=stable 80 Quota status=stable
81 OverlayScrollbars 81 OverlayScrollbars
(...skipping 18 matching lines...) Expand all
100 VideoTrack status=stable 100 VideoTrack status=stable
101 WebAnimations 101 WebAnimations
102 WebAnimationsCSS depends_on=WebAnimations 102 WebAnimationsCSS depends_on=WebAnimations
103 WebAnimationsSVG depends_on=WebAnimations 103 WebAnimationsSVG depends_on=WebAnimations
104 WebAudio condition=WEB_AUDIO, status=stable 104 WebAudio condition=WEB_AUDIO, status=stable
105 WebGLDraftExtensions status=experimental 105 WebGLDraftExtensions status=experimental
106 WebMIDI status=test 106 WebMIDI status=test
107 WebKitMediaSource status=stable 107 WebKitMediaSource status=stable
108 WOFF2 status=experimental 108 WOFF2 status=experimental
109 XSLT status=stable 109 XSLT status=stable
OLDNEW
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/css-properties-as-js-properties-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698