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

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

Issue 1890313002: MediaStream Image Capture (1): idl and wireframe .h/.cpp/LayoutTest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added TODO for the mentioned LayoutTests Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 FileSystem status=stable 89 FileSystem status=stable
90 ForeignFetch status=experimental 90 ForeignFetch status=experimental
91 FormDataNewMethods status=stable 91 FormDataNewMethods status=stable
92 FullscreenUnprefixed status=test 92 FullscreenUnprefixed status=test
93 FrameTimingSupport status=experimental 93 FrameTimingSupport status=experimental
94 Geofencing status=experimental 94 Geofencing status=experimental
95 GeometryInterfaces status=test 95 GeometryInterfaces status=test
96 GetUserMedia depends_on=MediaDevices, status=experimental 96 GetUserMedia depends_on=MediaDevices, status=experimental
97 GlobalCacheStorage status=stable 97 GlobalCacheStorage status=stable
98 HiResEventTimeStamp status=stable 98 HiResEventTimeStamp status=stable
99 ImageCapture status=test
99 ImageColorProfiles 100 ImageColorProfiles
100 ImageOrientation status=test 101 ImageOrientation status=test
101 ImageRenderingPixelated status=stable 102 ImageRenderingPixelated status=stable
102 IndexedDBExperimental status=experimental 103 IndexedDBExperimental status=experimental
103 InertTopControls status=experimental 104 InertTopControls status=experimental
104 InputDeviceCapabilities status=stable 105 InputDeviceCapabilities status=stable
105 InputEvent status=experimental 106 InputEvent status=experimental
106 InputModeAttribute status=experimental 107 InputModeAttribute status=experimental
107 InputMultipleFieldsUI status=stable 108 InputMultipleFieldsUI status=stable
108 InstalledApp status=experimental 109 InstalledApp status=experimental
(...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 VisibilityChangeOnUnload status=experimental 223 VisibilityChangeOnUnload status=experimental
223 XSLT status=stable 224 XSLT status=stable
224 smil status=stable 225 smil status=stable
225 ScrollCustomization 226 ScrollCustomization
226 ScrollRestoration status=stable 227 ScrollRestoration status=stable
227 VisualViewportAPI status=experimental 228 VisualViewportAPI status=experimental
228 WakeLock status=experimental 229 WakeLock status=experimental
229 WebFontsIntervention status=experimental 230 WebFontsIntervention status=experimental
230 WebFontsInterventionTrigger 231 WebFontsInterventionTrigger
231 Worklet status=test 232 Worklet status=test
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698