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

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

Issue 1154573005: Expose Durable Storage API to script (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update comment Created 5 years, 4 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 // status=deprecated -> Alias for "test", will be removed at some point. 10 // status=deprecated -> Alias for "test", will be removed at some point.
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 CSSStickyPosition 52 CSSStickyPosition
53 CSSTouchActionPanDirections status=experimental 53 CSSTouchActionPanDirections status=experimental
54 CSSViewport status=experimental 54 CSSViewport status=experimental
55 CSSScrollSnapPoints status=test 55 CSSScrollSnapPoints status=test
56 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long er depend on them. crbug.com/331608 56 // getPropertyCSSValue, CSSValue, etc. will be removed once layout tests no long er depend on them. crbug.com/331608
57 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental 57 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
58 Database status=stable 58 Database status=stable
59 DecodeToYUV status=experimental 59 DecodeToYUV status=experimental
60 DeviceLight status=experimental 60 DeviceLight status=experimental
61 DisplayList2dCanvas status=stable 61 DisplayList2dCanvas status=stable
62 DurableStorage status=experimental
62 ForceDisplayList2dCanvas 63 ForceDisplayList2dCanvas
63 EncryptedMedia status=stable 64 EncryptedMedia status=stable
64 EnumerateDevices status=experimental 65 EnumerateDevices status=experimental
65 ExecCommandInJavaScript status=test 66 ExecCommandInJavaScript status=test
66 ComputedAccessibilityInfo status=experimental 67 ComputedAccessibilityInfo status=experimental
67 ExperimentalCanvasFeatures status=test 68 ExperimentalCanvasFeatures status=test
68 ExperimentalContentSecurityPolicyFeatures status=experimental 69 ExperimentalContentSecurityPolicyFeatures status=experimental
69 FastMobileScrolling 70 FastMobileScrolling
70 FileAPIBlobClose status=experimental 71 FileAPIBlobClose status=experimental
71 FileSystem status=stable 72 FileSystem status=stable
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 WebUSB status=experimental 175 WebUSB status=experimental
175 WebVR depends_on=GeometryInterfaces 176 WebVR depends_on=GeometryInterfaces
176 WebVTTRegions depends_on=Media, status=experimental 177 WebVTTRegions depends_on=Media, status=experimental
177 V8IdleTasks 178 V8IdleTasks
178 XSLT status=stable 179 XSLT status=stable
179 SVG1DOM status=stable 180 SVG1DOM status=stable
180 smil status=stable 181 smil status=stable
181 ScrollCustomization 182 ScrollCustomization
182 ScrollRestoration status=experimental 183 ScrollRestoration status=experimental
183 WakeLock status=experimental 184 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698