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

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

Issue 2794303002: Deprecate resource requests whose URLs contain raw newlines. (Closed)
Patch Set: Rebase. 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
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 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 }, 795 },
796 { 796 {
797 name: "RenderUnicodeControlCharacters", 797 name: "RenderUnicodeControlCharacters",
798 status: "stable", 798 status: "stable",
799 }, 799 },
800 { 800 {
801 name: "ResizeObserver", 801 name: "ResizeObserver",
802 status: "experimental", 802 status: "experimental",
803 }, 803 },
804 { 804 {
805 name: "RestrictCompleteURLCharacterSet", 805 name: "RestrictCanRequestURLCharacterSet",
806 status: "experimental", 806 status: "experimental",
807 }, 807 },
808 // Handles frame scrolling via the root PaintLayer instead of the FrameView. 808 // Handles frame scrolling via the root PaintLayer instead of the FrameView.
809 // crbug.com/417782 tracks enabling this by default. 809 // crbug.com/417782 tracks enabling this by default.
810 { 810 {
811 name: "RootLayerScrolling", 811 name: "RootLayerScrolling",
812 }, 812 },
813 { 813 {
814 name: "RTCRtpReceiver", 814 name: "RTCRtpReceiver",
815 status: "experimental", 815 status: "experimental",
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 { 1036 {
1037 name: "Worklet", 1037 name: "Worklet",
1038 status: "experimental", 1038 status: "experimental",
1039 }, 1039 },
1040 { 1040 {
1041 name: "XSLT", 1041 name: "XSLT",
1042 status: "stable", 1042 status: "stable",
1043 }, 1043 },
1044 ], 1044 ],
1045 } 1045 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameFetchContext.cpp ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698