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

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

Issue 99663004: Avoid layout/full-repaint on view height change if possible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Protect the feature with a runtime flag Created 7 years 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
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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 LangAttributeAwareFormControlUI 68 LangAttributeAwareFormControlUI
69 PrefixedEncryptedMedia status=stable 69 PrefixedEncryptedMedia status=stable
70 LocalStorage status=stable 70 LocalStorage status=stable
71 Media status=stable 71 Media status=stable
72 MediaSource status=stable 72 MediaSource status=stable
73 MediaSourceExperimental depends_on=MediaSource, status=experimental 73 MediaSourceExperimental depends_on=MediaSource, status=experimental
74 MediaStream status=stable 74 MediaStream status=stable
75 NavigatorContentUtils 75 NavigatorContentUtils
76 Notifications status=stable 76 Notifications status=stable
77 ObjectFitPosition status=stable 77 ObjectFitPosition status=stable
78 OptimizedLayoutOnViewHeightChange
78 // Only enabled on Android, and for certain layout tests on Linux. 79 // Only enabled on Android, and for certain layout tests on Linux.
79 OverlayFullscreenVideo 80 OverlayFullscreenVideo
80 PagePopup status=stable 81 PagePopup status=stable
81 PartialLayout status=experimental 82 PartialLayout status=experimental
82 PathOpsSVGClipping 83 PathOpsSVGClipping
83 PeerConnection depends_on=MediaStream, status=stable 84 PeerConnection depends_on=MediaStream, status=stable
84 // Implementation of this feature varies by platform for now. 85 // Implementation of this feature varies by platform for now.
85 // Bug to track removal once completed everywhere: 86 // Bug to track removal once completed everywhere:
86 // http://crbug.com/308649 87 // http://crbug.com/308649
87 PointerEventsMaxTouchPoints status=experimental 88 PointerEventsMaxTouchPoints status=experimental
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 WebAnimationsCSS status=stable 127 WebAnimationsCSS status=stable
127 WebAnimationsSVG depends_on=WebAnimationsCSS 128 WebAnimationsSVG depends_on=WebAnimationsCSS
128 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental 129 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental
129 WebAudio condition=WEB_AUDIO, status=stable 130 WebAudio condition=WEB_AUDIO, status=stable
130 WebGLDraftExtensions status=experimental 131 WebGLDraftExtensions status=experimental
131 WebMIDI status=test 132 WebMIDI status=test
132 WebKitMediaSource status=stable 133 WebKitMediaSource status=stable
133 WebVTTRegions depends_on=VideoTrack, status=experimental 134 WebVTTRegions depends_on=VideoTrack, status=experimental
134 WOFF2 status=experimental 135 WOFF2 status=experimental
135 XSLT status=stable 136 XSLT status=stable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698