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

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

Issue 2779603002: Enable blocking of subresource requests whose URLs include credentials. (Closed)
Patch Set: Tests. 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 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 { 1001 {
1002 name: "PerformancePaintTiming", 1002 name: "PerformancePaintTiming",
1003 status: "test", 1003 status: "test",
1004 }, 1004 },
1005 { 1005 {
1006 name: "HideNonceContentAttribute", 1006 name: "HideNonceContentAttribute",
1007 status: "experimental", 1007 status: "experimental",
1008 }, 1008 },
1009 { 1009 {
1010 name: "BlockCredentialedSubresources", 1010 name: "BlockCredentialedSubresources",
1011 status: "experimental", 1011 status: "stable",
1012 }, 1012 },
1013 { 1013 {
1014 name: "UnclosedFormControlIsInvalid", 1014 name: "UnclosedFormControlIsInvalid",
1015 status: "experimental", 1015 status: "experimental",
1016 }, 1016 },
1017 { 1017 {
1018 name: "RestrictCompleteURLCharacterSet", 1018 name: "RestrictCompleteURLCharacterSet",
1019 status: "experimental", 1019 status: "experimental",
1020 }, 1020 },
1021 { 1021 {
1022 name: "BlockLegacySubresources", 1022 name: "BlockLegacySubresources",
1023 status: "stable", 1023 status: "stable",
1024 }, 1024 },
1025 { 1025 {
1026 name: "MediaControlsOverlayPlayButton", 1026 name: "MediaControlsOverlayPlayButton",
1027 settable_from_internals: true, 1027 settable_from_internals: true,
1028 }, 1028 },
1029 { 1029 {
1030 name: "VideoFullscreenDetection", 1030 name: "VideoFullscreenDetection",
1031 } 1031 }
1032 ], 1032 ],
1033 } 1033 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698