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

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

Issue 2841443005: [Bindings] Create and use V8 context snapshots (Closed)
Patch Set: Work for comments 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
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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 }, 1040 },
1041 { 1041 {
1042 name: "TrustedEventsDefaultAction", 1042 name: "TrustedEventsDefaultAction",
1043 status: "stable", 1043 status: "stable",
1044 }, 1044 },
1045 { 1045 {
1046 name: "UnclosedFormControlIsInvalid", 1046 name: "UnclosedFormControlIsInvalid",
1047 status: "experimental", 1047 status: "experimental",
1048 }, 1048 },
1049 { 1049 {
1050 name: "V8ContextSnapshot",
1051 status: "test",
1052 },
1053 {
1050 name: "V8IdleTasks", 1054 name: "V8IdleTasks",
1051 }, 1055 },
1052 { 1056 {
1053 name: "ValidationBubbleInRenderer", 1057 name: "ValidationBubbleInRenderer",
1054 status: "experimental", 1058 status: "experimental",
1055 }, 1059 },
1056 { 1060 {
1057 name: "VibrateRequiresUserGesture", 1061 name: "VibrateRequiresUserGesture",
1058 status: "stable", 1062 status: "stable",
1059 }, 1063 },
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 { 1155 {
1152 name: "Worklet", 1156 name: "Worklet",
1153 status: "experimental", 1157 status: "experimental",
1154 }, 1158 },
1155 { 1159 {
1156 name: "XSLT", 1160 name: "XSLT",
1157 status: "stable", 1161 status: "stable",
1158 }, 1162 },
1159 ], 1163 ],
1160 } 1164 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698