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

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

Issue 2989793003: Revert of [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Created 3 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
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 1047 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 }, 1058 },
1059 { 1059 {
1060 name: "UnclosedFormControlIsInvalid", 1060 name: "UnclosedFormControlIsInvalid",
1061 status: "experimental", 1061 status: "experimental",
1062 }, 1062 },
1063 { 1063 {
1064 name: "UpdateHoverPostLayout", 1064 name: "UpdateHoverPostLayout",
1065 status: "experimental", 1065 status: "experimental",
1066 }, 1066 },
1067 { 1067 {
1068 name: "V8ContextSnapshot",
1069 status: "test",
1070 },
1071 {
1072 name: "V8IdleTasks", 1068 name: "V8IdleTasks",
1073 }, 1069 },
1074 { 1070 {
1075 name: "ValidationBubbleInRenderer", 1071 name: "ValidationBubbleInRenderer",
1076 status: "experimental", 1072 status: "experimental",
1077 }, 1073 },
1078 { 1074 {
1079 name: "VibrateRequiresUserGesture", 1075 name: "VibrateRequiresUserGesture",
1080 status: "stable", 1076 status: "stable",
1081 }, 1077 },
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 { 1177 {
1182 name: "WorkStealingInScriptRunner", 1178 name: "WorkStealingInScriptRunner",
1183 status: "experimental", 1179 status: "experimental",
1184 }, 1180 },
1185 { 1181 {
1186 name: "XSLT", 1182 name: "XSLT",
1187 status: "stable", 1183 status: "stable",
1188 }, 1184 },
1189 ], 1185 ],
1190 } 1186 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/platform/bindings/DOMWrapperWorld.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698