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

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

Issue 57483002: Implement File constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Factored common code out of Blob and File custom constructors. Created 7 years, 1 month 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
« no previous file with comments | « Source/core/xml/XMLHttpRequest.cpp ('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 // Features without a status are not enabled anywhere by default. 10 // Features without a status are not enabled anywhere by default.
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 DialogElement status=experimental 43 DialogElement status=experimental
44 DirectoryUpload status=stable 44 DirectoryUpload status=stable
45 DirectWrite 45 DirectWrite
46 // FIXME: Remove this separate feature when CustomElements are always enabled 46 // FIXME: Remove this separate feature when CustomElements are always enabled
47 EmbedderCustomElements 47 EmbedderCustomElements
48 EncodingAPI status=experimental 48 EncodingAPI status=experimental
49 EncryptedMedia status=experimental 49 EncryptedMedia status=experimental
50 EncryptedMediaAnyVersion status=stable 50 EncryptedMediaAnyVersion status=stable
51 ExperimentalCanvasFeatures status=test 51 ExperimentalCanvasFeatures status=test
52 ExperimentalContentSecurityPolicyFeatures status=experimental 52 ExperimentalContentSecurityPolicyFeatures status=experimental
53 FileConstructor status=experimental
53 FileSystem status=stable 54 FileSystem status=stable
54 FontLoadEvents status=experimental 55 FontLoadEvents status=experimental
55 Fullscreen status=stable 56 Fullscreen status=stable
56 FastTextAutosizing 57 FastTextAutosizing
57 Gamepad status=stable 58 Gamepad status=stable
58 Geolocation status=stable 59 Geolocation status=stable
59 HTMLImports status=test 60 HTMLImports status=test
60 HighResolutionTimeInWorkers status=experimental 61 HighResolutionTimeInWorkers status=experimental
61 IMEAPI status=test 62 IMEAPI status=test
62 IndexedDB status=stable 63 IndexedDB status=stable
(...skipping 30 matching lines...) Expand all
93 94
94 RequestAutocomplete status=test 95 RequestAutocomplete status=test
95 RowSpanLogicalHeightSpreading status=stable 96 RowSpanLogicalHeightSpreading status=stable
96 ScriptedSpeech status=stable 97 ScriptedSpeech status=stable
97 SeamlessIFrames status=experimental 98 SeamlessIFrames status=experimental
98 ServiceWorker status=experimental 99 ServiceWorker status=experimental
99 SessionStorage status=stable 100 SessionStorage status=stable
100 ShadowDOM status=experimental 101 ShadowDOM status=experimental
101 SharedWorker status=stable 102 SharedWorker status=stable
102 SpeechInput status=stable 103 SpeechInput status=stable
103 SpeechSynthesis status=stable 104 SpeechSynthesis status=stable
pwnall-personal 2013/11/10 03:14:58 This comes from a rebase. I'm not shipping feature
104 Srcset status=experimental 105 Srcset status=experimental
105 Stream status=experimental 106 Stream status=experimental
106 StyleScoped status=experimental 107 StyleScoped status=experimental
107 SubpixelFontScaling 108 SubpixelFontScaling
108 SVGPaintOrder status=experimental 109 SVGPaintOrder status=experimental
109 110
110 // Many websites disable mouse support when touch APIs are available. We'd 111 // Many websites disable mouse support when touch APIs are available. We'd
111 // like to enable this always but can't until more websites fix this bug. 112 // like to enable this always but can't until more websites fix this bug.
112 // Chromium sets this conditionally (eg. based on the presence of a 113 // Chromium sets this conditionally (eg. based on the presence of a
113 // touchscreen) in ApplyWebPreferences. 114 // touchscreen) in ApplyWebPreferences.
114 Touch status=stable 115 Touch status=stable
115 116
116 UserSelectAll status=experimental 117 UserSelectAll status=experimental
117 Vibration status=stable 118 Vibration status=stable
118 VideoTrack depends_on=Media, status=stable 119 VideoTrack depends_on=Media, status=stable
119 WebAnimations 120 WebAnimations
120 WebAnimationsCSS depends_on=WebAnimations 121 WebAnimationsCSS depends_on=WebAnimations
121 WebAnimationsSVG depends_on=WebAnimations 122 WebAnimationsSVG depends_on=WebAnimations
122 WebAudio condition=WEB_AUDIO, status=stable 123 WebAudio condition=WEB_AUDIO, status=stable
123 WebGLDraftExtensions status=experimental 124 WebGLDraftExtensions status=experimental
124 WebMIDI status=test 125 WebMIDI status=test
125 WebKitMediaSource status=stable 126 WebKitMediaSource status=stable
126 WebVTTRegions depends_on=VideoTrack, status=experimental 127 WebVTTRegions depends_on=VideoTrack, status=experimental
127 WOFF2 status=experimental 128 WOFF2 status=experimental
128 XSLT status=stable 129 XSLT status=stable
OLDNEW
« no previous file with comments | « Source/core/xml/XMLHttpRequest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698