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

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

Issue 132113006: Add initial Blink-side support for the Screen Orientation API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 QuotaPromise status=experimental 94 QuotaPromise status=experimental
95 OverlayScrollbars 95 OverlayScrollbars
96 RegionBasedColumns status=experimental 96 RegionBasedColumns status=experimental
97 97
98 // This is implementation flag for the re-write of the layout/paint system to 98 // This is implementation flag for the re-write of the layout/paint system to
99 // do painting after we have completed layout, instead of piecemeal during layou t. 99 // do painting after we have completed layout, instead of piecemeal during layou t.
100 RepaintAfterLayout 100 RepaintAfterLayout
101 101
102 RequestAutocomplete status=test 102 RequestAutocomplete status=test
103 RowSpanLogicalHeightSpreading status=stable 103 RowSpanLogicalHeightSpreading status=stable
104 ScreenOrientation status=experimental
104 ScriptedSpeech status=stable 105 ScriptedSpeech status=stable
105 106
106 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left 107 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
107 // as per the spec, matching other Web engines. 108 // as per the spec, matching other Web engines.
108 ScrollTopLeftInterop status=experimental 109 ScrollTopLeftInterop status=experimental
109 110
110 ServiceWorker status=experimental 111 ServiceWorker status=experimental
111 SessionStorage status=stable 112 SessionStorage status=stable
112 ShadowDOM status=experimental 113 ShadowDOM status=experimental
113 SharedWorker status=stable 114 SharedWorker status=stable
(...skipping 22 matching lines...) Expand all
136 WebAnimationsCSS status=stable 137 WebAnimationsCSS status=stable
137 WebAnimationsSVG depends_on=WebAnimationsCSS 138 WebAnimationsSVG depends_on=WebAnimationsCSS
138 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental 139 WebAnimationsAPI depends_on=WebAnimationsCSS, status=experimental
139 WebAudio condition=WEB_AUDIO, status=stable 140 WebAudio condition=WEB_AUDIO, status=stable
140 WebGLDraftExtensions status=experimental 141 WebGLDraftExtensions status=experimental
141 WebMIDI status=test 142 WebMIDI status=test
142 WebKitMediaSource status=stable 143 WebKitMediaSource status=stable
143 WebVTTRegions depends_on=VideoTrack, status=experimental 144 WebVTTRegions depends_on=VideoTrack, status=experimental
144 WOFF2 status=experimental 145 WOFF2 status=experimental
145 XSLT status=stable 146 XSLT status=stable
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698