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

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

Issue 2895543004: Remove visibilityChangeOnUnload runtime flag (as it's shipped) (Closed)
Patch Set: 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('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 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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after
981 { 981 {
982 name: "VideoFullscreenDetection", 982 name: "VideoFullscreenDetection",
983 }, 983 },
984 { 984 {
985 name: "VideoFullscreenOrientationLock", 985 name: "VideoFullscreenOrientationLock",
986 }, 986 },
987 { 987 {
988 name: "VideoRotateToFullscreen", 988 name: "VideoRotateToFullscreen",
989 }, 989 },
990 { 990 {
991 name: "VisibilityChangeOnUnload",
992 status: "stable",
993 },
994 {
995 name: "VisualViewportAPI", 991 name: "VisualViewportAPI",
996 status: "experimental", 992 status: "experimental",
997 }, 993 },
998 { 994 {
999 name: "WakeLock", 995 name: "WakeLock",
1000 status: "experimental", 996 status: "experimental",
1001 }, 997 },
1002 { 998 {
1003 name: "WebAnimationsAPI", 999 name: "WebAnimationsAPI",
1004 status: "experimental", 1000 status: "experimental",
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 { 1072 {
1077 name: "Worklet", 1073 name: "Worklet",
1078 status: "experimental", 1074 status: "experimental",
1079 }, 1075 },
1080 { 1076 {
1081 name: "XSLT", 1077 name: "XSLT",
1082 status: "stable", 1078 status: "stable",
1083 }, 1079 },
1084 ], 1080 ],
1085 } 1081 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698