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

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

Issue 2695593006: Initial stub version of Async Clipboard API (Closed)
Patch Set: Expected layout tests results for mac Created 3 years, 5 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 | « third_party/WebKit/Source/core/frame/NavigatorClipboard.idl ('k') | 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 { 1 {
2 // http://dev.chromium.org/blink/runtime-enabled-features 2 // http://dev.chromium.org/blink/runtime-enabled-features
3 // 3 //
4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains 4 // This list is used to generate RuntimeEnabledFeatures.h/cpp which contains
5 // a class that stores static enablers for all experimental features. 5 // a class that stores static enablers for all experimental features.
6 6
7 parameters: { 7 parameters: {
8 // Each feature can be assigned a "status": 8 // Each feature can be assigned a "status":
9 // * status=stable: Enable this in all Blink configurations. We are 9 // * status=stable: Enable this in all Blink configurations. We are
10 // committed to these APIs indefinitely. 10 // committed to these APIs indefinitely.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 }, 73 },
74 { 74 {
75 name: "AccessibilityObjectModel", 75 name: "AccessibilityObjectModel",
76 status: "experimental", 76 status: "experimental",
77 }, 77 },
78 { 78 {
79 name: "AllowContentInitiatedDataUrlNavigations", 79 name: "AllowContentInitiatedDataUrlNavigations",
80 status: "stable", 80 status: "stable",
81 }, 81 },
82 { 82 {
83 name: "AsyncClipboard",
84 status: "experimental",
85 },
86 {
83 name: "AudioOutputDevices", 87 name: "AudioOutputDevices",
84 status: "stable", 88 status: "stable",
85 }, 89 },
86 { 90 {
87 name: "AudioVideoTracks", 91 name: "AudioVideoTracks",
88 status: "experimental", 92 status: "experimental",
89 }, 93 },
90 { 94 {
91 name: "AudioWorklet", 95 name: "AudioWorklet",
92 status: "experimental", 96 status: "experimental",
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 { 1141 {
1138 name: "Worklet", 1142 name: "Worklet",
1139 status: "experimental", 1143 status: "experimental",
1140 }, 1144 },
1141 { 1145 {
1142 name: "XSLT", 1146 name: "XSLT",
1143 status: "stable", 1147 status: "stable",
1144 }, 1148 },
1145 ], 1149 ],
1146 } 1150 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/frame/NavigatorClipboard.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698