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

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

Issue 2956023004: Add a flag to update hover effect when a layout is changed (Closed)
Patch Set: Remove pause in test 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/testing/Internals.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 1010 matching lines...) Expand 10 before | Expand all | Expand 10 after
1021 }, 1021 },
1022 { 1022 {
1023 name: "TrustedEventsDefaultAction", 1023 name: "TrustedEventsDefaultAction",
1024 status: "stable", 1024 status: "stable",
1025 }, 1025 },
1026 { 1026 {
1027 name: "UnclosedFormControlIsInvalid", 1027 name: "UnclosedFormControlIsInvalid",
1028 status: "experimental", 1028 status: "experimental",
1029 }, 1029 },
1030 { 1030 {
1031 name: "UpdateHoverPostLayout",
1032 status: "experimental",
1033 },
1034 {
1031 name: "V8IdleTasks", 1035 name: "V8IdleTasks",
1032 }, 1036 },
1033 { 1037 {
1034 name: "VibrateRequiresUserGesture", 1038 name: "VibrateRequiresUserGesture",
1035 status: "stable", 1039 status: "stable",
1036 }, 1040 },
1037 { 1041 {
1038 name: "VideoFullscreenDetection", 1042 name: "VideoFullscreenDetection",
1039 }, 1043 },
1040 { 1044 {
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 { 1132 {
1129 name: "Worklet", 1133 name: "Worklet",
1130 status: "experimental", 1134 status: "experimental",
1131 }, 1135 },
1132 { 1136 {
1133 name: "XSLT", 1137 name: "XSLT",
1134 status: "stable", 1138 status: "stable",
1135 }, 1139 },
1136 ], 1140 ],
1137 } 1141 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/testing/Internals.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698