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

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

Issue 2947523002: Delete backspace-for-back RuntimeFeature. (Closed)
Patch Set: Fix layout test Created 3 years, 6 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 { 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 }, 105 },
106 { 106 {
107 name: "BackgroundSync", 107 name: "BackgroundSync",
108 status: "stable", 108 status: "stable",
109 }, 109 },
110 { 110 {
111 name: "BackgroundVideoTrackOptimization", 111 name: "BackgroundVideoTrackOptimization",
112 status: "stable", 112 status: "stable",
113 }, 113 },
114 { 114 {
115 name: "BackspaceDefaultHandler",
116 status: "test",
117 },
118 {
119 name: "BlockCredentialedSubresources", 115 name: "BlockCredentialedSubresources",
120 status: "stable", 116 status: "stable",
121 }, 117 },
122 { 118 {
123 name: "BlockLegacySubresources", 119 name: "BlockLegacySubresources",
124 status: "stable", 120 status: "stable",
125 }, 121 },
126 { 122 {
127 name: "BroadcastChannel", 123 name: "BroadcastChannel",
128 status: "stable", 124 status: "stable",
(...skipping 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1134 { 1130 {
1135 name: "Worklet", 1131 name: "Worklet",
1136 status: "experimental", 1132 status: "experimental",
1137 }, 1133 },
1138 { 1134 {
1139 name: "XSLT", 1135 name: "XSLT",
1140 status: "stable", 1136 status: "stable",
1141 }, 1137 },
1142 ], 1138 ],
1143 } 1139 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/input/KeyboardEventManager.cpp ('k') | third_party/WebKit/public/platform/WebFeature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698