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

Side by Side Diff: third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in

Issue 2447503002: Remove newMediaPlaybackUi flag from content/ and Blink. (Closed)
Patch Set: fix mistake caught by tests Created 4 years, 1 month 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
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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 MemoryInfoInWorkers status=experimental 137 MemoryInfoInWorkers status=experimental
138 // This is enabled by default on Windows only. The only part that's 138 // This is enabled by default on Windows only. The only part that's
139 // "experimental" is the support on other platforms. 139 // "experimental" is the support on other platforms.
140 MiddleClickAutoscroll status=experimental 140 MiddleClickAutoscroll status=experimental
141 MobileLayoutTheme 141 MobileLayoutTheme
142 ModuleScripts status=test 142 ModuleScripts status=test
143 NavigatorContentUtils 143 NavigatorContentUtils
144 WebNFC status=experimental 144 WebNFC status=experimental
145 NetworkInformation status=stable 145 NetworkInformation status=stable
146 NetInfoDownlinkMax status=stable 146 NetInfoDownlinkMax status=stable
147 NewMediaPlaybackUi
148 NotificationConstructor status=stable 147 NotificationConstructor status=stable
149 NotificationBadge status=stable 148 NotificationBadge status=stable
150 NotificationImage status=experimental 149 NotificationImage status=experimental
151 NotificationInlineReplies status=experimental 150 NotificationInlineReplies status=experimental
152 Notifications status=stable 151 Notifications status=stable
153 OnDeviceChange status=experimental 152 OnDeviceChange status=experimental
154 OrientationEvent 153 OrientationEvent
155 OriginTrials status=stable 154 OriginTrials status=stable
156 // Define a sample API for testing integration with the Origin Trials Framework. 155 // Define a sample API for testing integration with the Origin Trials Framework.
157 // The sample API is used in both unit and layout tests for the Origin Trials 156 // The sample API is used in both unit and layout tests for the Origin Trials
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 VisualViewportAPI status=experimental 253 VisualViewportAPI status=experimental
255 WakeLock status=experimental 254 WakeLock status=experimental
256 WebFontsInterventionV2With2G 255 WebFontsInterventionV2With2G
257 WebFontsInterventionV2With3G 256 WebFontsInterventionV2With3G
258 WebFontsInterventionV2WithSlow2G 257 WebFontsInterventionV2WithSlow2G
259 WebFontsInterventionTrigger 258 WebFontsInterventionTrigger
260 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android 259 WebShare status=experimental, origin_trial_feature_name=WebShare, origin_trial_o s=android
261 Worklet status=experimental 260 Worklet status=experimental
262 ParseHTMLOnMainThread status=test 261 ParseHTMLOnMainThread status=test
263 SendBeaconThrowForBlobWithNonSimpleType status=experimental 262 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.idl ('k') | third_party/WebKit/Source/web/WebRuntimeFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698