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

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: Add file reading failure checking. Created 4 years, 10 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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 // Define a sample API for testing integration with the Experimental Framework. 81 // Define a sample API for testing integration with the Experimental Framework.
82 // The sample API is used in both unit and layout tests for the Experimental 82 // The sample API is used in both unit and layout tests for the Experimental
83 // Framework. Do not change this flag to stable, as it exists solely to generate 83 // Framework. Do not change this flag to stable, as it exists solely to generate
84 // code used by the sample API implementation. 84 // code used by the sample API implementation.
85 ExperimentalFrameworkSampleAPI api_name=Frobulate 85 ExperimentalFrameworkSampleAPI api_name=Frobulate
86 ExperimentalV8Extras status=experimental 86 ExperimentalV8Extras status=experimental
87 FastMobileScrolling 87 FastMobileScrolling
88 FileAPIBlobClose status=experimental 88 FileAPIBlobClose status=experimental
89 FileSystem status=stable 89 FileSystem status=stable
90 ForeignFetch status=experimental 90 ForeignFetch status=experimental
91 FontAccess api_name=FontAccess
91 FormDataNewMethods status=experimental 92 FormDataNewMethods status=experimental
92 FullscreenUnprefixed status=test 93 FullscreenUnprefixed status=test
93 FrameTimingSupport status=experimental 94 FrameTimingSupport status=experimental
94 Geofencing status=experimental 95 Geofencing status=experimental
95 GeometryInterfaces status=test 96 GeometryInterfaces status=test
96 GetUserMedia depends_on=MediaDevices, status=experimental 97 GetUserMedia depends_on=MediaDevices, status=experimental
97 GlobalCacheStorage status=stable 98 GlobalCacheStorage status=stable
98 HiResEventTimeStamp status=stable 99 HiResEventTimeStamp status=stable
99 ImageColorProfiles 100 ImageColorProfiles
100 ImageOrientation status=test 101 ImageOrientation status=test
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 WebVR depends_on=GeometryInterfaces, status=test 210 WebVR depends_on=GeometryInterfaces, status=test
210 WebVTTRegions depends_on=Media, status=experimental 211 WebVTTRegions depends_on=Media, status=experimental
211 V8IdleTasks 212 V8IdleTasks
212 XSLT status=stable 213 XSLT status=stable
213 smil status=stable 214 smil status=stable
214 ScrollCustomization 215 ScrollCustomization
215 ScrollRestoration status=stable 216 ScrollRestoration status=stable
216 WakeLock status=experimental 217 WakeLock status=experimental
217 WebFontsIntervention status=stable 218 WebFontsIntervention status=stable
218 Worklet 219 Worklet
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698