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

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

Issue 2802903002: Move PrintBrowser from SPV2 to SPV1 (Closed)
Patch Set: Clear the PrintContext when disposing of the FrameView 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
« no previous file with comments | « third_party/WebKit/Source/core/paint/TextPainter.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 863 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 { 874 {
875 name: "SlimmingPaintInvalidation", 875 name: "SlimmingPaintInvalidation",
876 implied_by: ["SlimmingPaintV2"], 876 implied_by: ["SlimmingPaintV2"],
877 status: "stable", 877 status: "stable",
878 }, 878 },
879 { 879 {
880 name: "SlimmingPaintStrictCullRectClipping", 880 name: "SlimmingPaintStrictCullRectClipping",
881 }, 881 },
882 { 882 {
883 name: "SlimmingPaintV2", 883 name: "SlimmingPaintV2",
884 implied_by: ["PrintBrowser"],
885 }, 884 },
886 { 885 {
887 name: "smil", 886 name: "smil",
888 status: "stable", 887 status: "stable",
889 }, 888 },
890 // Used as argument in attribute of stable-release functions/interfaces wher e 889 // Used as argument in attribute of stable-release functions/interfaces wher e
891 // a runtime-enabled feature name is required for correct IDL syntax. 890 // a runtime-enabled feature name is required for correct IDL syntax.
892 // This is a global flag; do not change its status. 891 // This is a global flag; do not change its status.
893 { 892 {
894 name: "StableBlinkFeatures", 893 name: "StableBlinkFeatures",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 { 1042 {
1044 name: "Worklet", 1043 name: "Worklet",
1045 status: "experimental", 1044 status: "experimental",
1046 }, 1045 },
1047 { 1046 {
1048 name: "XSLT", 1047 name: "XSLT",
1049 status: "stable", 1048 status: "stable",
1050 }, 1049 },
1051 ], 1050 ],
1052 } 1051 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/TextPainter.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698