From 6be731cca7cd71665ed79f0959f8431512f81c22 Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Sun, 27 Dec 2020 21:39:48 +0100 Subject: [PATCH] Release 87.0.4280.131 --- CHANGELOG.md | 3 +++ build/RELEASE | 2 +- build/bromite_patches_list.txt | 1 + .../Automated-domain-substitution.patch | 2 +- .../Disable-unified-autoplay-feature.patch | 23 +++++++++++++++++++ ...uced-referrer-granularity-by-default.patch | 2 +- 6 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 build/patches/Disable-unified-autoplay-feature.patch diff --git a/CHANGELOG.md b/CHANGELOG.md index f91ed7dd..39abf180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 87.0.4280.131 +* disable unified autoplay feature (fixes https://github.com/bromite/bromite/issues/804) + # 87.0.4280.106 * enable SplitCacheByNetworkIsolationKey (fixes https://github.com/bromite/bromite/issues/836) * fix random timezone option (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/828) diff --git a/build/RELEASE b/build/RELEASE index c45ab2f3..adf7eaf5 100644 --- a/build/RELEASE +++ b/build/RELEASE @@ -1 +1 @@ -87.0.4280.106 +87.0.4280.131 diff --git a/build/bromite_patches_list.txt b/build/bromite_patches_list.txt index f28276cc..6eb7435d 100644 --- a/build/bromite_patches_list.txt +++ b/build/bromite_patches_list.txt @@ -154,3 +154,4 @@ disable-autofill-server-communication-by-default.patch ask-permission-to-play-protected-media-by-default.patch Enable-SplitCacheByNetworkIsolationKey.patch Automated-domain-substitution.patch +Disable-unified-autoplay-feature.patch diff --git a/build/patches/Automated-domain-substitution.patch b/build/patches/Automated-domain-substitution.patch index 1e3013f4..2bfd4454 100644 --- a/build/patches/Automated-domain-substitution.patch +++ b/build/patches/Automated-domain-substitution.patch @@ -1813,7 +1813,7 @@ diff --git a/chrome/browser/safe_browsing/client_side_detection_service.cc b/chr diff --git a/chrome/browser/safe_browsing/download_protection/check_client_download_request_base.cc b/chrome/browser/safe_browsing/download_protection/check_client_download_request_base.cc --- a/chrome/browser/safe_browsing/download_protection/check_client_download_request_base.cc +++ b/chrome/browser/safe_browsing/download_protection/check_client_download_request_base.cc -@@ -589,14 +589,14 @@ void CheckClientDownloadRequestBase::SendRequest() { +@@ -591,14 +591,14 @@ void CheckClientDownloadRequestBase::SendRequest() { "This request is triggered when a download is about to complete, " "the download is not whitelisted, and its file extension is " "supported by download protection service (e.g. executables, " diff --git a/build/patches/Disable-unified-autoplay-feature.patch b/build/patches/Disable-unified-autoplay-feature.patch new file mode 100644 index 00000000..7592a337 --- /dev/null +++ b/build/patches/Disable-unified-autoplay-feature.patch @@ -0,0 +1,23 @@ +From: csagan5 <32685696+csagan5@users.noreply.github.com> +Date: Sat, 19 Dec 2020 20:04:14 +0100 +Subject: Disable unified autoplay feature + +--- + media/base/media_switches.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc +--- a/media/base/media_switches.cc ++++ b/media/base/media_switches.cc +@@ -421,7 +421,7 @@ const base::Feature kUseR16Texture{"use-r16-texture", + // Enables the Unified Autoplay policy by overriding the platform's default + // autoplay policy. + const base::Feature kUnifiedAutoplay{"UnifiedAutoplay", +- base::FEATURE_ENABLED_BY_DEFAULT}; ++ base::FEATURE_DISABLED_BY_DEFAULT}; + + // Enable VA-API hardware low power encoder for all codecs on intel Gen9x gpu. + const base::Feature kVaapiLowPowerEncoderGen9x{ +-- +2.17.1 + diff --git a/build/patches/Enable-reduced-referrer-granularity-by-default.patch b/build/patches/Enable-reduced-referrer-granularity-by-default.patch index f96b3040..79b10322 100644 --- a/build/patches/Enable-reduced-referrer-granularity-by-default.patch +++ b/build/patches/Enable-reduced-referrer-granularity-by-default.patch @@ -9,7 +9,7 @@ Subject: Enable reduced-referrer-granularity by default diff --git a/third_party/blink/common/features.cc b/third_party/blink/common/features.cc --- a/third_party/blink/common/features.cc +++ b/third_party/blink/common/features.cc -@@ -735,7 +735,7 @@ const base::Feature kCompositingOptimizations{ +@@ -741,7 +741,7 @@ const base::Feature kCompositingOptimizations{ // Reduce the amount of information in the default 'referer' header for // cross-origin requests. const base::Feature kReducedReferrerGranularity{