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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Rebase 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 {
1068 name: "V8IdleTasks", 1072 name: "V8IdleTasks",
1069 }, 1073 },
1070 { 1074 {
1071 name: "ValidationBubbleInRenderer", 1075 name: "ValidationBubbleInRenderer",
1072 status: "experimental", 1076 status: "experimental",
1073 }, 1077 },
1074 { 1078 {
1075 name: "VibrateRequiresUserGesture", 1079 name: "VibrateRequiresUserGesture",
1076 status: "stable", 1080 status: "stable",
1077 }, 1081 },
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 { 1181 {
1178 name: "WorkStealingInScriptRunner", 1182 name: "WorkStealingInScriptRunner",
1179 status: "experimental", 1183 status: "experimental",
1180 }, 1184 },
1181 { 1185 {
1182 name: "XSLT", 1186 name: "XSLT",
1183 status: "stable", 1187 status: "stable",
1184 }, 1188 },
1185 ], 1189 ],
1186 } 1190 }
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