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

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

Issue 1615133002: Implement API for accessing fonts installed locally on the system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 ComputedAccessibilityInfo status=experimental 73 ComputedAccessibilityInfo status=experimental
74 EventListenerOptions status=experimental 74 EventListenerOptions status=experimental
75 ExperimentalCanvasFeatures status=test 75 ExperimentalCanvasFeatures status=test
76 ExperimentalContentSecurityPolicyFeatures status=experimental 76 ExperimentalContentSecurityPolicyFeatures status=experimental
77 ExperimentalFramework status=test 77 ExperimentalFramework status=test
78 ExperimentalV8Extras status=experimental 78 ExperimentalV8Extras status=experimental
79 FastMobileScrolling 79 FastMobileScrolling
80 FileAPIBlobClose status=experimental 80 FileAPIBlobClose status=experimental
81 FileSystem status=stable 81 FileSystem status=stable
82 ForeignFetch status=experimental 82 ForeignFetch status=experimental
83 FontAccess api_name=FontAccess
83 FormDataNewMethods status=experimental 84 FormDataNewMethods status=experimental
84 FullscreenUnprefixed status=test 85 FullscreenUnprefixed status=test
85 FrameTimingSupport status=experimental 86 FrameTimingSupport status=experimental
86 Geofencing status=experimental 87 Geofencing status=experimental
87 GeometryInterfaces status=test 88 GeometryInterfaces status=test
88 GetUserMedia depends_on=MediaDevices, status=experimental 89 GetUserMedia depends_on=MediaDevices, status=experimental
89 GlobalCacheStorage status=stable 90 GlobalCacheStorage status=stable
90 HiResEventTimeStamp status=stable 91 HiResEventTimeStamp status=stable
91 ImageColorProfiles 92 ImageColorProfiles
92 ImageOrientation status=test 93 ImageOrientation status=test
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 WebGLImageChromium 201 WebGLImageChromium
201 WebUSB status=experimental 202 WebUSB status=experimental
202 WebVR depends_on=GeometryInterfaces, status=test 203 WebVR depends_on=GeometryInterfaces, status=test
203 WebVTTRegions depends_on=Media, status=experimental 204 WebVTTRegions depends_on=Media, status=experimental
204 V8IdleTasks 205 V8IdleTasks
205 XSLT status=stable 206 XSLT status=stable
206 smil status=stable 207 smil status=stable
207 ScrollCustomization 208 ScrollCustomization
208 ScrollRestoration status=stable 209 ScrollRestoration status=stable
209 WakeLock status=experimental 210 WakeLock status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698