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

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

Issue 2261283002: Add Notification images (Blink + desktop implementation) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check IPC drawsNothing rather than isNull Created 4 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
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 MemoryInfoInWorkers status=experimental 128 MemoryInfoInWorkers status=experimental
129 MobileLayoutTheme 129 MobileLayoutTheme
130 ModuleScripts status=test 130 ModuleScripts status=test
131 NavigatorContentUtils 131 NavigatorContentUtils
132 WebNFC status=experimental 132 WebNFC status=experimental
133 NetworkInformation status=stable 133 NetworkInformation status=stable
134 NetInfoDownlinkMax status=stable 134 NetInfoDownlinkMax status=stable
135 NewMediaPlaybackUi 135 NewMediaPlaybackUi
136 NotificationConstructor status=stable 136 NotificationConstructor status=stable
137 NotificationBadge status=stable 137 NotificationBadge status=stable
138 NotificationImage status=experimental
138 NotificationInlineReplies status=experimental 139 NotificationInlineReplies status=experimental
139 Notifications status=stable 140 Notifications status=stable
140 OnDeviceChange status=experimental 141 OnDeviceChange status=experimental
141 OrientationEvent 142 OrientationEvent
142 OriginTrials status=stable 143 OriginTrials status=stable
143 // Define a sample API for testing integration with the Origin Trials Framework. 144 // Define a sample API for testing integration with the Origin Trials Framework.
144 // The sample API is used in both unit and layout tests for the Origin Trials 145 // The sample API is used in both unit and layout tests for the Origin Trials
145 // Framework. Do not change this flag to stable, as it exists solely to generate 146 // Framework. Do not change this flag to stable, as it exists solely to generate
146 // code used by the sample API implementation. 147 // code used by the sample API implementation.
147 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate 148 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 WakeLock status=experimental 241 WakeLock status=experimental
241 WebFontsInterventionV2With2G 242 WebFontsInterventionV2With2G
242 WebFontsInterventionV2WithSlow2G 243 WebFontsInterventionV2WithSlow2G
243 WebFontsInterventionTrigger 244 WebFontsInterventionTrigger
244 WebShare status=experimental 245 WebShare status=experimental
245 Worklet status=experimental 246 Worklet status=experimental
246 WeakMemoryCache 247 WeakMemoryCache
247 DoNotUnlockSharedBuffer 248 DoNotUnlockSharedBuffer
248 ParseHTMLOnMainThread status=test 249 ParseHTMLOnMainThread status=test
249 SendBeaconThrowForBlobWithNonSimpleType status=experimental 250 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698