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

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

Issue 2830713003: [Media controls] Add rotate-to-fullscreen gesture behind flag (Closed)
Patch Set: Use __func__ instead per styleguide 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 956 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 name: "VibrateRequiresUserGesture", 967 name: "VibrateRequiresUserGesture",
968 status: "stable", 968 status: "stable",
969 }, 969 },
970 { 970 {
971 name: "VideoFullscreenDetection", 971 name: "VideoFullscreenDetection",
972 }, 972 },
973 { 973 {
974 name: "VideoFullscreenOrientationLock", 974 name: "VideoFullscreenOrientationLock",
975 }, 975 },
976 { 976 {
977 name: "VideoRotateToFullscreen",
978 },
979 {
977 name: "VisibilityChangeOnUnload", 980 name: "VisibilityChangeOnUnload",
978 status: "stable", 981 status: "stable",
979 }, 982 },
980 { 983 {
981 name: "VisualViewportAPI", 984 name: "VisualViewportAPI",
982 status: "experimental", 985 status: "experimental",
983 }, 986 },
984 { 987 {
985 name: "WakeLock", 988 name: "WakeLock",
986 status: "experimental", 989 status: "experimental",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1062 { 1065 {
1063 name: "Worklet", 1066 name: "Worklet",
1064 status: "experimental", 1067 status: "experimental",
1065 }, 1068 },
1066 { 1069 {
1067 name: "XSLT", 1070 name: "XSLT",
1068 status: "stable", 1071 status: "stable",
1069 }, 1072 },
1070 ], 1073 ],
1071 } 1074 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698