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

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

Issue 2778693004: Remove navigator.vibrate without user gesture. (Closed)
Patch Set: refactor SimulateUserClick Created 3 years, 8 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 committ ed to these APIs indefinitely. 9 // status=stable -> Enable this in all Blink configurations. We are committ ed to these APIs indefinitely.
10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable. 10 // status=experimental -> In-progress features, Web Developers might play wi th, but are not on by default in stable.
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 status: "stable", 934 status: "stable",
935 }, 935 },
936 { 936 {
937 name: "UnclosedFormControlIsInvalid", 937 name: "UnclosedFormControlIsInvalid",
938 status: "experimental", 938 status: "experimental",
939 }, 939 },
940 { 940 {
941 name: "V8IdleTasks", 941 name: "V8IdleTasks",
942 }, 942 },
943 { 943 {
944 name: "VibrateRequiresUserGesture",
945 status: "experimental",
946 },
947 {
944 name: "VideoFullscreenDetection", 948 name: "VideoFullscreenDetection",
945 }, 949 },
946 { 950 {
947 name: "VideoFullscreenOrientationLock", 951 name: "VideoFullscreenOrientationLock",
948 }, 952 },
949 { 953 {
950 name: "VisibilityChangeOnUnload", 954 name: "VisibilityChangeOnUnload",
951 status: "stable", 955 status: "stable",
952 }, 956 },
953 { 957 {
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 { 1039 {
1036 name: "Worklet", 1040 name: "Worklet",
1037 status: "experimental", 1041 status: "experimental",
1038 }, 1042 },
1039 { 1043 {
1040 name: "XSLT", 1044 name: "XSLT",
1041 status: "stable", 1045 status: "stable",
1042 }, 1046 },
1043 ], 1047 ],
1044 } 1048 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698