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

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

Issue 1262253002: Turn Client-Hints' DPR, Width and Viewport-Width on by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 // status=deprecated -> Alias for "test", will be removed at some point. 10 // status=deprecated -> Alias for "test", will be removed at some point.
(...skipping 12 matching lines...) Expand all
23 AudioVideoTracks depends_on=Media, status=experimental 23 AudioVideoTracks depends_on=Media, status=experimental
24 AuthorShadowDOMForAnyElement 24 AuthorShadowDOMForAnyElement
25 BackgroundSync status=experimental 25 BackgroundSync status=experimental
26 BackgroundSyncPeriodic status=experimental 26 BackgroundSyncPeriodic status=experimental
27 BackgroundSyncV2 status=experimental 27 BackgroundSyncV2 status=experimental
28 // Enable bleeding-edge code to make Blink draw content faster. 28 // Enable bleeding-edge code to make Blink draw content faster.
29 // The changes enabled behind this flag are very likely to break lots of content . 29 // The changes enabled behind this flag are very likely to break lots of content .
30 // ** DO NOT use this flag unless you know what you are doing. ** 30 // ** DO NOT use this flag unless you know what you are doing. **
31 BleedingEdgeFastPaths 31 BleedingEdgeFastPaths
32 CacheStorageMatchAll status=experimental 32 CacheStorageMatchAll status=experimental
33 ClientHints status=experimental 33 ClientHints status=stable
34 ColumnFill status=experimental 34 ColumnFill status=experimental
35 CompositedSelectionUpdate 35 CompositedSelectionUpdate
36 CompositorWorker status=experimental 36 CompositorWorker status=experimental
37 // Unified Chrome Compositor and Blink Animations engine (Project Heaviside). cr bug.com/394772 37 // Unified Chrome Compositor and Blink Animations engine (Project Heaviside). cr bug.com/394772
38 CompositorAnimationTimelines 38 CompositorAnimationTimelines
39 ContextMenu status=experimental 39 ContextMenu status=experimental
40 CreateShadowRootWithParameter status=experimental 40 CreateShadowRootWithParameter status=experimental
41 CredentialManager status=test 41 CredentialManager status=test
42 CSS3Text status=experimental 42 CSS3Text status=experimental
43 CSS3TextDecorations status=experimental 43 CSS3TextDecorations status=experimental
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 WebUSB status=experimental 182 WebUSB status=experimental
183 WebVR depends_on=GeometryInterfaces 183 WebVR depends_on=GeometryInterfaces
184 WebVTTRegions depends_on=Media, status=experimental 184 WebVTTRegions depends_on=Media, status=experimental
185 V8IdleTasks 185 V8IdleTasks
186 XSLT status=stable 186 XSLT status=stable
187 SVG1DOM status=stable 187 SVG1DOM status=stable
188 smil status=stable 188 smil status=stable
189 ScrollCustomization 189 ScrollCustomization
190 ScrollRestoration status=stable 190 ScrollRestoration status=stable
191 WakeLock status=experimental 191 WakeLock status=experimental
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698