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

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

Issue 1406823002: Start of foreign fetch implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 DurableStorage status=experimental 64 DurableStorage status=experimental
65 ForceDisplayList2dCanvas 65 ForceDisplayList2dCanvas
66 EncryptedMedia status=stable 66 EncryptedMedia status=stable
67 ExecCommandInJavaScript status=test 67 ExecCommandInJavaScript status=test
68 ComputedAccessibilityInfo status=experimental 68 ComputedAccessibilityInfo status=experimental
69 ExperimentalCanvasFeatures status=test 69 ExperimentalCanvasFeatures status=test
70 ExperimentalContentSecurityPolicyFeatures status=experimental 70 ExperimentalContentSecurityPolicyFeatures status=experimental
71 FastMobileScrolling 71 FastMobileScrolling
72 FileAPIBlobClose status=experimental 72 FileAPIBlobClose status=experimental
73 FileSystem status=stable 73 FileSystem status=stable
74 ForeignFetch status=experimental
74 FormDataNewMethods status=experimental 75 FormDataNewMethods status=experimental
75 FullscreenUnprefixed status=test 76 FullscreenUnprefixed status=test
76 FrameTimingSupport status=experimental 77 FrameTimingSupport status=experimental
77 Geofencing status=experimental 78 Geofencing status=experimental
78 GeometryInterfaces status=test 79 GeometryInterfaces status=test
79 GetUserMedia depends_on=MediaDevices, status=experimental 80 GetUserMedia depends_on=MediaDevices, status=experimental
80 GlobalCacheStorage status=stable 81 GlobalCacheStorage status=stable
81 HiResEventTimeStamp status=experimental 82 HiResEventTimeStamp status=experimental
82 ImageColorProfiles 83 ImageColorProfiles
83 ImageOrientation status=test 84 ImageOrientation status=test
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 WebUSB status=experimental 189 WebUSB status=experimental
189 WebVR depends_on=GeometryInterfaces, status=test 190 WebVR depends_on=GeometryInterfaces, status=test
190 WebVTTRegions depends_on=Media, status=experimental 191 WebVTTRegions depends_on=Media, status=experimental
191 V8IdleTasks 192 V8IdleTasks
192 XSLT status=stable 193 XSLT status=stable
193 SVG1DOM status=stable 194 SVG1DOM status=stable
194 smil status=stable 195 smil status=stable
195 ScrollCustomization 196 ScrollCustomization
196 ScrollRestoration status=stable 197 ScrollRestoration status=stable
197 WakeLock status=experimental 198 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698