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

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

Issue 1781783002: Implement support for link type serviceworker in link elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: uppercase W in runtime feature name Created 4 years, 9 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 InputEvent status=experimental 102 InputEvent status=experimental
103 InputModeAttribute status=experimental 103 InputModeAttribute status=experimental
104 InstalledApp status=experimental 104 InstalledApp status=experimental
105 IntersectionObserver status=experimental 105 IntersectionObserver status=experimental
106 KeyboardEventCode status=stable 106 KeyboardEventCode status=stable
107 KeyboardEventKey status=experimental 107 KeyboardEventKey status=experimental
108 LangAttributeAwareFormControlUI 108 LangAttributeAwareFormControlUI
109 LinkPreconnect status=stable 109 LinkPreconnect status=stable
110 LinkPreload status=stable 110 LinkPreload status=stable
111 LinkHeader status=stable 111 LinkHeader status=stable
112 LinkServiceWorker status=experimental
112 FractionalScrollOffsets status=experimental 113 FractionalScrollOffsets status=experimental
113 MediaCapture 114 MediaCapture
114 MediaCaptureFromCanvas status=experimental 115 MediaCaptureFromCanvas status=experimental
115 MediaCaptureFromVideo status=test 116 MediaCaptureFromVideo status=test
116 MediaConstraints status=experimental 117 MediaConstraints status=experimental
117 MediaDevices status=stable 118 MediaDevices status=stable
118 MediaRecorder status=stable 119 MediaRecorder status=stable
119 MediaSession 120 MediaSession
120 MediaSourceExperimental status=experimental 121 MediaSourceExperimental status=experimental
121 MediaStreamSpeech status=experimental 122 MediaStreamSpeech status=experimental
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 V8IdleTasks 220 V8IdleTasks
220 VisibilityChangeOnUnload status=test 221 VisibilityChangeOnUnload status=test
221 XSLT status=stable 222 XSLT status=stable
222 smil status=stable 223 smil status=stable
223 ScrollCustomization 224 ScrollCustomization
224 ScrollRestoration status=stable 225 ScrollRestoration status=stable
225 WakeLock status=experimental 226 WakeLock status=experimental
226 WebFontsIntervention status=experimental 227 WebFontsIntervention status=experimental
227 WebFontsInterventionTrigger 228 WebFontsInterventionTrigger
228 Worklet status=test 229 Worklet status=test
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698