Index: Source/core/page/RuntimeEnabledFeatures.in |
diff --git a/Source/core/page/RuntimeEnabledFeatures.in b/Source/core/page/RuntimeEnabledFeatures.in |
deleted file mode 100644 |
index a82bdd077ad773d4f3ab4da8c5e2e979c843756e..0000000000000000000000000000000000000000 |
--- a/Source/core/page/RuntimeEnabledFeatures.in |
+++ /dev/null |
@@ -1,123 +0,0 @@ |
-// http://dev.chromium.org/blink/runtime-enabled-features |
-// |
-// This list is used to generate RuntimeEnabledFeatures.h/cpp which contains |
-// a class that stores static enablers for all experimental features. |
-// |
-// Each feature can be assigned a "status": |
-// status=stable -> Enable this in all Blink configurations. We are committed to these APIs indefinitely. |
-// status=experimental -> In-progress features, Web Developers might play with, but are not on by default in stable. |
-// status=test -> Enabled in ContentShell for testing, otherwise off. |
-// Features without a status are not enabled anywhere by default. |
-// |
-// "stable" features listed here should be rare, as anything which we've shipped stable |
-// can have its runtime flag removed soon after. |
-// |
-// condition=ENABLE_NAME is used for wrapping features in compile-time |
-// #if ENABLE(FEATURE) guards. These are deprecated and should all be removed. |
- |
-AnimatedWebP status=stable |
-ApplicationCache status=stable |
-AuthorShadowDOMForAnyElement |
-Crypto status=experimental |
-CSSAnimationUnprefixed status=experimental |
-CSSCompositing status=experimental |
-CSSCustomFilter status=experimental |
-CSSExclusions status=experimental |
-CSSGridLayout status=experimental |
-CSSMaskSourceType status=experimental |
-CSSRegions status=experimental |
-CSSShapes status=experimental |
-CSSStickyPosition status=experimental |
-CSSTouchAction status=test |
-CSSVariables status=experimental |
-CSSViewport status=experimental |
-CSS3Text status=experimental |
-CSS3TextDecorations status=experimental |
-CustomElements status=experimental |
-Database status=stable |
-DataListElement status=stable |
-DateExtension status=stable |
-DeviceMotion status=stable |
-DeviceOrientation status=stable |
-DevicePixelRatioIncludesZoom status=stable |
-DialogElement status=experimental |
-DirectoryUpload status=stable |
-DirectWrite |
-// FIXME: Remove this separate feature when CustomElements are always enabled |
-EmbedderCustomElements |
-EncodingAPI status=experimental |
-EncryptedMedia status=experimental |
-EncryptedMediaAnyVersion status=stable |
-ExperimentalCanvasFeatures status=test |
-ExperimentalContentSecurityPolicyFeatures status=experimental |
-FileSystem status=stable |
-FontLoadEvents status=experimental |
-Fullscreen status=stable |
-FastTextAutosizing |
-Gamepad status=stable |
-Geolocation status=stable |
-HTMLImports status=test |
-HighResolutionTimeInWorkers status=experimental |
-IMEAPI status=test |
-IndexedDB status=stable |
-IndexedDBExperimental status=experimental |
-InputModeAttribute status=test |
-InputTypeColor status=stable |
-InputTypeWeek status=stable |
-LangAttributeAwareFormControlUI |
-PrefixedEncryptedMedia status=stable |
-LocalStorage status=stable |
-Media status=stable |
-MediaSource status=stable |
-MediaStream status=stable |
-Notifications status=stable |
-ObjectFitPosition status=stable |
-// Only enabled on Android, and for certain layout tests on Linux. |
-OverlayFullscreenVideo |
-PagePopup status=stable |
-PartialLayout status=experimental |
-PathOpsSVGClipping |
-PeerConnection depends_on=MediaStream, status=stable |
-// Implementation of this feature varies by platform for now. |
-// Bug to track removal once completed everywhere: |
-// http://crbug.com/308649 |
-PointerEventsMaxTouchPoints status=experimental |
-Promise status=experimental |
-Quota status=stable |
-OverlayScrollbars |
-RegionBasedColumns status=experimental |
-RequestAutocomplete status=test |
-RowSpanLogicalHeightSpreading status=stable |
-ScriptedSpeech status=stable |
-SeamlessIFrames status=experimental |
-ServiceWorker status=experimental |
-SessionStorage status=stable |
-ShadowDOM status=experimental |
-SharedWorker status=stable |
-SpeechInput status=stable |
-SpeechSynthesis status=experimental |
-Srcset status=experimental |
-Stream status=experimental |
-StyleScoped status=experimental |
-SubpixelFontScaling |
-SVGPaintOrder status=experimental |
- |
-// Many websites disable mouse support when touch APIs are available. We'd |
-// like to enable this always but can't until more websites fix this bug. |
-// Chromium sets this conditionally (eg. based on the presence of a |
-// touchscreen) in ApplyWebPreferences. |
-Touch status=stable |
- |
-UserSelectAll status=experimental |
-Vibration status=experimental |
-VideoTrack status=stable |
-WebAnimations |
-WebAnimationsCSS depends_on=WebAnimations |
-WebAnimationsSVG depends_on=WebAnimations |
-WebAudio condition=WEB_AUDIO, status=stable |
-WebGLDraftExtensions status=experimental |
-WebMIDI status=test |
-WebKitMediaSource status=stable |
-WebVTTRegions status=experimental |
-WOFF2 status=experimental |
-XSLT status=stable |