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

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

Issue 2921923002: Remove chrome://flag enable-pointer-events (Closed)
Patch Set: Rebase 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 801 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 }, 812 },
813 { 813 {
814 name: "Permissions", 814 name: "Permissions",
815 status: "stable", 815 status: "stable",
816 }, 816 },
817 { 817 {
818 name: "PermissionsRequestRevoke", 818 name: "PermissionsRequestRevoke",
819 status: "experimental", 819 status: "experimental",
820 }, 820 },
821 { 821 {
822 name: "PointerEvent",
823 status: "stable",
824 },
825 {
826 name: "PreciseMemoryInfo", 822 name: "PreciseMemoryInfo",
827 }, 823 },
828 { 824 {
829 name: "PreferredImageRasterBounds", 825 name: "PreferredImageRasterBounds",
830 settable_from_internals: true, 826 settable_from_internals: true,
831 }, 827 },
832 // This feature is deprecated and we are evangelizing affected sites. 828 // This feature is deprecated and we are evangelizing affected sites.
833 // See https://crbug.com/346236 for current status. 829 // See https://crbug.com/346236 for current status.
834 { 830 {
835 name: "PrefixedVideoFullscreen", 831 name: "PrefixedVideoFullscreen",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 { 1127 {
1132 name: "Worklet", 1128 name: "Worklet",
1133 status: "experimental", 1129 status: "experimental",
1134 }, 1130 },
1135 { 1131 {
1136 name: "XSLT", 1132 name: "XSLT",
1137 status: "stable", 1133 status: "stable",
1138 }, 1134 },
1139 ], 1135 ],
1140 } 1136 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698