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

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

Issue 2834493002: Remove vibrate w/o user gesture by default (Closed)
Patch Set: Change to turn on by default Created 3 years, 7 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 940 matching lines...) Expand 10 before | Expand all | Expand 10 after
951 }, 951 },
952 { 952 {
953 name: "UnclosedFormControlIsInvalid", 953 name: "UnclosedFormControlIsInvalid",
954 status: "experimental", 954 status: "experimental",
955 }, 955 },
956 { 956 {
957 name: "V8IdleTasks", 957 name: "V8IdleTasks",
958 }, 958 },
959 { 959 {
960 name: "VibrateRequiresUserGesture", 960 name: "VibrateRequiresUserGesture",
961 status: "experimental", 961 status: "stable",
962 }, 962 },
963 { 963 {
964 name: "VideoFullscreenDetection", 964 name: "VideoFullscreenDetection",
965 }, 965 },
966 { 966 {
967 name: "VideoFullscreenOrientationLock", 967 name: "VideoFullscreenOrientationLock",
968 }, 968 },
969 { 969 {
970 name: "VisibilityChangeOnUnload", 970 name: "VisibilityChangeOnUnload",
971 status: "stable", 971 status: "stable",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 { 1055 {
1056 name: "Worklet", 1056 name: "Worklet",
1057 status: "experimental", 1057 status: "experimental",
1058 }, 1058 },
1059 { 1059 {
1060 name: "XSLT", 1060 name: "XSLT",
1061 status: "stable", 1061 status: "stable",
1062 }, 1062 },
1063 ], 1063 ],
1064 } 1064 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/security/vibration/vibrate-on-top-page-before-during-after-user-gesture-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698