7ab769a728c763488b34f970e0bec52e067a820f
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / RuntimeEnabledFeatures.in
1 // http://dev.chromium.org/blink/runtime-enabled-features
2 //
3 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
4 // a class that stores static enablers for all experimental features.
5 //
6 // Each feature can be assigned a "status":
7 // status=stable -> Enable this in all Blink configurations.  We are committed to these APIs indefinitely.
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.
10 // Features without a status are not enabled anywhere by default.
11 //
12 // "stable" features listed here should be rare, as anything which we've shipped stable
13 // can have its runtime flag removed soon after.
14 //
15 // condition=ENABLE_NAME is used for wrapping features in compile-time
16 // #if ENABLE(FEATURE) guards.  These are deprecated and should all be removed.
17
18 ApplicationCache status=stable
19 AuthorShadowDOMForAnyElement
20 BatteryStatus status=test
21 PrefixedVideoFullscreen status=test
22
23 // Enable bleeding-edge code to make Blink draw content faster.
24 // The changes enabled behind this flag are very likely to break lots of content.
25 // ** DO NOT use this flag unless you know what you are doing. **
26 BleedingEdgeFastPaths
27
28 ClientHintsDpr status=experimental
29 Crypto status=experimental
30 CSSAnimationUnprefixed status=experimental
31 CSSCompositing status=experimental
32 CSSExclusions status=experimental
33 CSSGridLayout status=experimental
34 CSSMaskSourceType status=experimental
35 CSSOMSmoothScroll status=experimental
36 CSSShapes status=experimental
37 CSSStickyPosition status=experimental
38 CSSTouchAction status=stable
39 CSSTouchActionDelay status=test
40 CSSTransformsUnprefixed status=test
41 CSSViewport status=experimental
42 CSSWillChange status=experimental
43 CSS3Text status=experimental
44 CSS3TextDecorations status=experimental
45 CustomSchemeHandler depends_on=NavigatorContentUtils, status=experimental
46 Database status=stable
47 DeviceMotion status=stable
48 DeviceOrientation status=stable
49 DialogElement status=experimental
50 EncodingAPI status=experimental
51 EncryptedMedia status=test
52 EncryptedMediaAnyVersion status=stable
53 ExperimentalCanvasFeatures status=test
54 ExperimentalContentSecurityPolicyFeatures status=experimental
55 ExperimentalWebSocket status=test
56 FileAPIBlobClose status=experimental
57 FileConstructor status=experimental
58 FileSystem status=stable
59 FontLoadEvents status=stable
60 FastTextAutosizing
61 Gamepad status=stable
62 HTMLImports status=test
63 HighResolutionTimeInWorkers status=stable
64 IMEAPI status=experimental
65 IndexedDBExperimental status=experimental
66 InputModeAttribute status=experimental
67 LangAttributeAwareFormControlUI
68 PrefixedEncryptedMedia status=stable
69 LocalStorage status=stable
70 Media status=stable
71 MediaSource status=stable
72 MediaSourceExperimental depends_on=MediaSource, status=experimental
73 MediaStream status=stable
74 NavigatorContentUtils
75 Notifications status=stable
76 ObjectFitPosition status=stable
77 OrientationEvent
78 // Only enabled on Android, and for certain layout tests on Linux.
79 OverlayFullscreenVideo
80 PagePopup status=stable
81 PathOpsSVGClipping
82 PeerConnection depends_on=MediaStream, status=stable
83 Quota status=stable
84 QuotaPromise status=experimental
85 OverlayScrollbars
86 RegionBasedColumns status=experimental
87
88 // This is implementation flag for the re-write of the layout/paint system to
89 // do painting after we have completed layout, instead of piecemeal during layout.
90 RepaintAfterLayout
91
92 RequestAutocomplete status=test
93 ScreenOrientation status=experimental
94 ScriptedSpeech status=stable
95
96 // Implements documentElement.scrollTop/Left and bodyElement.scrollTop/Left
97 // as per the spec, matching other Web engines.
98 ScrollTopLeftInterop status=experimental
99
100 ServiceWorker status=experimental
101 SessionStorage status=stable
102 SharedWorker status=stable
103 SpeechInput status=stable
104 SpeechSynthesis status=stable
105 Srcset status=stable
106 Stream status=experimental
107 StyleScoped status=experimental
108 SubpixelFontScaling status=experimental
109 SubresourceIntegrity status=test
110 SVGPaintOrder status=stable
111
112 // Enable optimizations to recalculate style on the fewest possible number of
113 // elements when updating classes, ids or attributes of DOM elements.
114 TargetedStyleRecalc status=stable
115
116 // Many websites disable mouse support when touch APIs are available.  We'd
117 // like to enable this always but can't until more websites fix this bug.
118 // Chromium sets this conditionally (eg. based on the presence of a
119 // touchscreen) in ApplyWebPreferences.
120 Touch status=stable
121
122 TouchIconLoading
123 UserSelectAll status=experimental
124 ScriptPromiseOnV8Promise status=stable
125 VideoTrack depends_on=Media, status=stable
126 WebAnimationsSVG
127 WebAnimationsAPI status=experimental
128 WebAudio condition=WEB_AUDIO, status=stable
129 WebGLDraftExtensions status=experimental
130 WebMIDI status=test
131 WebKitMediaSource status=stable
132 WebVTTRegions depends_on=VideoTrack, status=experimental
133 WOFF2 status=stable
134 XSLT status=stable