ソースを参照

Enable-prefetch-privacy-changes-by-default.patch

none 4 年 前
コミット
55bdeac7ce

+ 5 - 9
build/patches/Enable-prefetch-privacy-changes-by-default.patch

@@ -2,22 +2,18 @@ From: csagan5 <32685696+csagan5@users.noreply.github.com>
 Date: Fri, 31 Jul 2020 08:27:26 +0200
 Date: Fri, 31 Jul 2020 08:27:26 +0200
 Subject: Enable prefetch-privacy-changes by default
 Subject: Enable prefetch-privacy-changes by default
 
 
+FILE:Enable-prefetch-privacy-changes-by-default.patch
 ---
 ---
- third_party/blink/common/features.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
 diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc
 diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc
+index 2654b6988b..3e0a635810 100644
 --- a/third_party/blink/common/features.cc
 --- a/third_party/blink/common/features.cc
 +++ b/third_party/blink/common/features.cc
 +++ b/third_party/blink/common/features.cc
-@@ -310,7 +310,7 @@ const base::Feature kFontAccessChooser{"FontAccessChooser",
+@@ -322,7 +322,7 @@ const base::Feature kFontAccessChooser{"FontAccessChooser",
  // Prefetch request properties are updated to be privacy-preserving. See
  // Prefetch request properties are updated to be privacy-preserving. See
  // crbug.com/988956.
  // crbug.com/988956.
  const base::Feature kPrefetchPrivacyChanges{"PrefetchPrivacyChanges",
  const base::Feature kPrefetchPrivacyChanges{"PrefetchPrivacyChanges",
 -                                            base::FEATURE_DISABLED_BY_DEFAULT};
 -                                            base::FEATURE_DISABLED_BY_DEFAULT};
 +                                            base::FEATURE_ENABLED_BY_DEFAULT};
 +                                            base::FEATURE_ENABLED_BY_DEFAULT};
  
  
- const char kMixedContentAutoupgradeModeParamName[] = "mode";
- const char kMixedContentAutoupgradeModeAllPassive[] = "all-passive";
--- 
-2.17.1
-
+ // Decodes jpeg 4:2:0 formatted images to YUV instead of RGBX and stores in this
+ // format in the image decode cache. See crbug.com/919627 for details on the