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

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

Issue 2876293002: Revert "Enable SharedArrayBuffer feature by default." (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/LayoutTests/webmidi/send-messages-expected.txt ('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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 { 877 {
878 name: "ShadowPiercingDescendantCombinator", 878 name: "ShadowPiercingDescendantCombinator",
879 status: "experimental", 879 status: "experimental",
880 }, 880 },
881 { 881 {
882 name: "ShapeDetection", 882 name: "ShapeDetection",
883 status: "experimental", 883 status: "experimental",
884 }, 884 },
885 { 885 {
886 name: "SharedArrayBuffer", 886 name: "SharedArrayBuffer",
887 status: "stable",
888 }, 887 },
889 { 888 {
890 name: "SharedWorker", 889 name: "SharedWorker",
891 status: "stable", 890 status: "stable",
892 }, 891 },
893 { 892 {
894 name: "SlimmingPaintInvalidation", 893 name: "SlimmingPaintInvalidation",
895 implied_by: ["SlimmingPaintV2"], 894 implied_by: ["SlimmingPaintV2"],
896 status: "stable", 895 status: "stable",
897 }, 896 },
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 { 1067 {
1069 name: "Worklet", 1068 name: "Worklet",
1070 status: "experimental", 1069 status: "experimental",
1071 }, 1070 },
1072 { 1071 {
1073 name: "XSLT", 1072 name: "XSLT",
1074 status: "stable", 1073 status: "stable",
1075 }, 1074 },
1076 ], 1075 ],
1077 } 1076 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/webmidi/send-messages-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698