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

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

Issue 2339873002: Replace hide-scrollbars flag with a web setting. (Closed)
Patch Set: check for presence of settings using DCHECK + sync. Created 4 years, 3 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 OrientationEvent 149 OrientationEvent
150 OriginTrials status=stable 150 OriginTrials status=stable
151 // Define a sample API for testing integration with the Origin Trials Framework. 151 // Define a sample API for testing integration with the Origin Trials Framework.
152 // The sample API is used in both unit and layout tests for the Origin Trials 152 // The sample API is used in both unit and layout tests for the Origin Trials
153 // Framework. Do not change this flag to stable, as it exists solely to generate 153 // Framework. Do not change this flag to stable, as it exists solely to generate
154 // code used by the sample API implementation. 154 // code used by the sample API implementation.
155 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate 155 OriginTrialsSampleAPI origin_trial_feature_name=Frobulate
156 // For simulating Android's overlay fullscreen video in layout tests on Linux. 156 // For simulating Android's overlay fullscreen video in layout tests on Linux.
157 ForceOverlayFullscreenVideo 157 ForceOverlayFullscreenVideo
158 OverlayScrollbars 158 OverlayScrollbars
159 HideScrollbars settable_from_internals=True
160 PagePopup status=stable 159 PagePopup status=stable
161 PaintUnderInvalidationChecking settable_from_internals=True 160 PaintUnderInvalidationChecking settable_from_internals=True
162 PassiveDocumentEventListeners status=experimental 161 PassiveDocumentEventListeners status=experimental
163 PassiveEventListenersDueToFling status=experimental 162 PassiveEventListenersDueToFling status=experimental
164 PassPaintVisualRectToCompositor 163 PassPaintVisualRectToCompositor
165 PaymentRequest status=experimental 164 PaymentRequest status=experimental
166 PaymentRequestPayerName status=experimental 165 PaymentRequestPayerName status=experimental
167 PerformanceObserver status=stable 166 PerformanceObserver status=stable
168 PermissionDelegation status=test 167 PermissionDelegation status=test
169 Permissions status=stable 168 Permissions status=stable
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 VisualViewportAPI status=experimental 252 VisualViewportAPI status=experimental
254 WakeLock status=experimental 253 WakeLock status=experimental
255 WebFontsInterventionV2With2G 254 WebFontsInterventionV2With2G
256 WebFontsInterventionV2With3G 255 WebFontsInterventionV2With3G
257 WebFontsInterventionV2WithSlow2G 256 WebFontsInterventionV2WithSlow2G
258 WebFontsInterventionTrigger 257 WebFontsInterventionTrigger
259 WebShare status=experimental, origin_trial_feature_name=WebShare 258 WebShare status=experimental, origin_trial_feature_name=WebShare
260 Worklet status=experimental 259 Worklet status=experimental
261 ParseHTMLOnMainThread status=test 260 ParseHTMLOnMainThread status=test
262 SendBeaconThrowForBlobWithNonSimpleType status=experimental 261 SendBeaconThrowForBlobWithNonSimpleType status=experimental
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698