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

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

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark histogram suffix as obsolete Created 4 years, 7 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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 // code used by the sample API implementation. 88 // code used by the sample API implementation.
89 ExperimentalFrameworkSampleAPI origin_trial_feature_name=Frobulate 89 ExperimentalFrameworkSampleAPI origin_trial_feature_name=Frobulate
90 ExperimentalV8Extras status=experimental 90 ExperimentalV8Extras status=experimental
91 FastMobileScrolling 91 FastMobileScrolling
92 FileAPIBlobClose status=experimental 92 FileAPIBlobClose status=experimental
93 FileSystem status=stable 93 FileSystem status=stable
94 ForeignFetch status=experimental 94 ForeignFetch status=experimental
95 FormDataNewMethods status=stable 95 FormDataNewMethods status=stable
96 FullscreenUnprefixed status=test 96 FullscreenUnprefixed status=test
97 FrameTimingSupport status=experimental 97 FrameTimingSupport status=experimental
98 Geofencing status=experimental
99 GeometryInterfaces status=test 98 GeometryInterfaces status=test
100 GetUserMedia depends_on=MediaDevices, status=experimental 99 GetUserMedia depends_on=MediaDevices, status=experimental
101 GlobalCacheStorage status=stable 100 GlobalCacheStorage status=stable
102 HiResEventTimeStamp status=stable 101 HiResEventTimeStamp status=stable
103 ImageCapture status=experimental 102 ImageCapture status=experimental
104 ImageColorProfiles 103 ImageColorProfiles
105 ImageOrientation status=test 104 ImageOrientation status=test
106 ImageRenderingPixelated status=stable 105 ImageRenderingPixelated status=stable
107 IndexedDBExperimental status=experimental 106 IndexedDBExperimental status=experimental
108 InertTopControls status=experimental 107 InertTopControls status=experimental
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 VisibilityChangeOnUnload status=experimental 224 VisibilityChangeOnUnload status=experimental
226 XSLT status=stable 225 XSLT status=stable
227 smil status=stable 226 smil status=stable
228 ScrollCustomization 227 ScrollCustomization
229 ScrollRestoration status=stable 228 ScrollRestoration status=stable
230 VisualViewportAPI status=experimental 229 VisualViewportAPI status=experimental
231 WakeLock status=experimental 230 WakeLock status=experimental
232 WebFontsInterventionV2 231 WebFontsInterventionV2
233 WebFontsInterventionTrigger 232 WebFontsInterventionTrigger
234 Worklet status=test 233 Worklet status=test
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/modules.gypi ('k') | third_party/WebKit/Source/web/ServiceWorkerGlobalScopeProxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698