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

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

Issue 152763002: DO NOT REVIEW Bindings and plumbing for push messaging API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase. Address some review comments. Created 6 years, 9 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 | « Source/modules/pushmessaging/PushRegistration.idl ('k') | Source/web/WebViewImpl.cpp » ('j') | 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 // Only enabled on Android, and for certain layout tests on Linux. 79 // Only enabled on Android, and for certain layout tests on Linux.
80 OverlayFullscreenVideo 80 OverlayFullscreenVideo
81 PagePopup status=stable 81 PagePopup status=stable
82 PartialLayout status=experimental 82 PartialLayout status=experimental
83 PathOpsSVGClipping 83 PathOpsSVGClipping
84 PeerConnection depends_on=MediaStream, status=stable 84 PeerConnection depends_on=MediaStream, status=stable
85 // Implementation of this feature varies by platform for now. 85 // Implementation of this feature varies by platform for now.
86 // Bug to track removal once completed everywhere: 86 // Bug to track removal once completed everywhere:
87 // http://crbug.com/308649 87 // http://crbug.com/308649
88 PointerEventsMaxTouchPoints status=experimental 88 PointerEventsMaxTouchPoints status=experimental
89 PushMessaging status=experimental
89 Quota status=stable 90 Quota status=stable
90 QuotaPromise status=experimental 91 QuotaPromise status=experimental
91 OverlayScrollbars 92 OverlayScrollbars
92 RegionBasedColumns status=experimental 93 RegionBasedColumns status=experimental
93 94
94 // This is implementation flag for the re-write of the layout/paint system to 95 // This is implementation flag for the re-write of the layout/paint system to
95 // do painting after we have completed layout, instead of piecemeal during layou t. 96 // do painting after we have completed layout, instead of piecemeal during layou t.
96 RepaintAfterLayout 97 RepaintAfterLayout
97 98
98 RequestAutocomplete status=test 99 RequestAutocomplete status=test
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 VideoTrack depends_on=Media, status=stable 131 VideoTrack depends_on=Media, status=stable
131 WebAnimationsSVG 132 WebAnimationsSVG
132 WebAnimationsAPI status=experimental 133 WebAnimationsAPI status=experimental
133 WebAudio condition=WEB_AUDIO, status=stable 134 WebAudio condition=WEB_AUDIO, status=stable
134 WebGLDraftExtensions status=experimental 135 WebGLDraftExtensions status=experimental
135 WebMIDI status=test 136 WebMIDI status=test
136 WebKitMediaSource status=stable 137 WebKitMediaSource status=stable
137 WebVTTRegions depends_on=VideoTrack, status=experimental 138 WebVTTRegions depends_on=VideoTrack, status=experimental
138 WOFF2 status=experimental 139 WOFF2 status=experimental
139 XSLT status=stable 140 XSLT status=stable
OLDNEW
« no previous file with comments | « Source/modules/pushmessaging/PushRegistration.idl ('k') | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698