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

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

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

Powered by Google App Engine
This is Rietveld 408576698