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

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

Issue 959643002: Remove the overflowchanged event with a runtime flag (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: tests Created 5 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/events/OverflowEventInit.idl ('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 // status=deprecated -> Alias for "test", will be removed at some point. 10 // status=deprecated -> Alias for "test", will be removed at some point.
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 MouseEventButtonsAttribute status=experimental 88 MouseEventButtonsAttribute status=experimental
89 NavigationTransitions status=experimental 89 NavigationTransitions status=experimental
90 NavigatorConnect status=experimental 90 NavigatorConnect status=experimental
91 NavigatorContentUtils 91 NavigatorContentUtils
92 NetworkInformation status=stable 92 NetworkInformation status=stable
93 // CSS parser based on the css-syntax spec. crbug.com/330389 93 // CSS parser based on the css-syntax spec. crbug.com/330389
94 NewCSSParser 94 NewCSSParser
95 NotificationConstructor status=stable 95 NotificationConstructor status=stable
96 Notifications status=stable 96 Notifications status=stable
97 OrientationEvent 97 OrientationEvent
98 // The overflowchanged event is being removed. crbug.com/460822
99 OverflowChangedEvent
98 // Only enabled on Android, and for certain layout tests on Linux. 100 // Only enabled on Android, and for certain layout tests on Linux.
99 OverlayFullscreenVideo 101 OverlayFullscreenVideo
100 OverlayScrollbars 102 OverlayScrollbars
101 PagePopup status=stable 103 PagePopup status=stable
102 PathOpsSVGClipping status=experimental 104 PathOpsSVGClipping status=experimental
103 PeerConnection status=stable 105 PeerConnection status=stable
104 Permissions status=experimental 106 Permissions status=experimental
105 Picture status=stable 107 Picture status=stable
106 PreciseMemoryInfo 108 PreciseMemoryInfo
107 // This feature is deprecated and replaced by EncryptedMedia. 109 // This feature is deprecated and replaced by EncryptedMedia.
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 WebAnimationsAPI status=experimental 159 WebAnimationsAPI status=experimental
158 WebAudio condition=WEB_AUDIO, status=stable 160 WebAudio condition=WEB_AUDIO, status=stable
159 WebGLDraftExtensions status=experimental 161 WebGLDraftExtensions status=experimental
160 WebGLImageChromium 162 WebGLImageChromium
161 WebMIDI status=test 163 WebMIDI status=test
162 WebVTTRegions depends_on=Media, status=experimental 164 WebVTTRegions depends_on=Media, status=experimental
163 V8IdleTasks 165 V8IdleTasks
164 XSLT status=stable 166 XSLT status=stable
165 SVG1DOM status=stable 167 SVG1DOM status=stable
166 ScrollCustomization 168 ScrollCustomization
OLDNEW
« no previous file with comments | « Source/core/events/OverflowEventInit.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698