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

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

Issue 1311673004: Make CanOpenBeforeUnloadConfirmPanel a RuntimeEnabledFeature Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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 | Source/web/ChromeClientImpl.cpp » ('j') | 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 CanOpenBeforeUnloadConfirmPanel status=experimental
33 ClientHints status=stable 34 ClientHints status=stable
34 ColumnFill status=experimental 35 ColumnFill status=experimental
35 CompositedSelectionUpdate 36 CompositedSelectionUpdate
36 CompositorWorker status=experimental 37 CompositorWorker status=experimental
37 // Unified Chrome Compositor and Blink Animations engine (Project Heaviside). cr bug.com/394772 38 // Unified Chrome Compositor and Blink Animations engine (Project Heaviside). cr bug.com/394772
38 CompositorAnimationTimelines 39 CompositorAnimationTimelines
39 ContextMenu status=experimental 40 ContextMenu status=experimental
40 CreateShadowRootWithParameter status=experimental 41 CreateShadowRootWithParameter status=experimental
41 CredentialManager status=test 42 CredentialManager status=test
42 CSS3Text status=experimental 43 CSS3Text status=experimental
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 WebUSB status=experimental 182 WebUSB status=experimental
182 WebVR depends_on=GeometryInterfaces 183 WebVR depends_on=GeometryInterfaces
183 WebVTTRegions depends_on=Media, status=experimental 184 WebVTTRegions depends_on=Media, status=experimental
184 V8IdleTasks 185 V8IdleTasks
185 XSLT status=stable 186 XSLT status=stable
186 SVG1DOM status=stable 187 SVG1DOM status=stable
187 smil status=stable 188 smil status=stable
188 ScrollCustomization 189 ScrollCustomization
189 ScrollRestoration status=stable 190 ScrollRestoration status=stable
190 WakeLock status=experimental 191 WakeLock status=experimental
OLDNEW
« no previous file with comments | « no previous file | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698