From 38a79951bd185789a1420e200edbe1d1ec4376cf Mon Sep 17 00:00:00 2001 From: CEF Spotify Date: Mon, 11 Oct 2021 09:41:06 +0000 Subject: [PATCH] Update to Chromium version 94.0.4606.81 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/browser_security_policy_1081397.patch | 6 +++--- patch/patches/content_2015.patch | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 8574af327..57b1434ee 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,6 +7,6 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/94.0.4606.71', + 'chromium_checkout': 'refs/tags/94.0.4606.81', 'depot_tools_checkout': '64a9f33bdd' } diff --git a/patch/patches/browser_security_policy_1081397.patch b/patch/patches/browser_security_policy_1081397.patch index aa86b934b..1693e848e 100644 --- a/patch/patches/browser_security_policy_1081397.patch +++ b/patch/patches/browser_security_policy_1081397.patch @@ -20,10 +20,10 @@ index 8b338161af4bc..e0c4e36f9f140 100644 // TODO(wjmaclean): We should update the ProcessLock comparison API diff --git content/browser/renderer_host/navigation_request.cc content/browser/renderer_host/navigation_request.cc -index 8d0575e107ad3..0a89a33a330be 100644 +index bd052c19a233f..26a6262801a33 100644 --- content/browser/renderer_host/navigation_request.cc +++ content/browser/renderer_host/navigation_request.cc -@@ -5684,6 +5684,12 @@ NavigationRequest::GetOriginForURLLoaderFactoryWithoutFinalFrameHost( +@@ -5693,6 +5693,12 @@ NavigationRequest::GetOriginForURLLoaderFactoryWithoutFinalFrameHost( network::mojom::WebSandboxFlags sandbox_flags) { // Calculate an approximation of the origin. The sandbox/csp are ignored. url::Origin origin = GetOriginForURLLoaderFactoryUnchecked(this); @@ -36,7 +36,7 @@ index 8d0575e107ad3..0a89a33a330be 100644 // Apply sandbox flags. // See https://html.spec.whatwg.org/#sandboxed-origin-browsing-context-flag -@@ -5717,6 +5723,15 @@ NavigationRequest::GetOriginForURLLoaderFactoryWithFinalFrameHost() { +@@ -5726,6 +5732,15 @@ NavigationRequest::GetOriginForURLLoaderFactoryWithFinalFrameHost() { if (IsSameDocument() || IsPageActivation()) return GetRenderFrameHost()->GetLastCommittedOrigin(); diff --git a/patch/patches/content_2015.patch b/patch/patches/content_2015.patch index fc72d185c..e76563645 100644 --- a/patch/patches/content_2015.patch +++ b/patch/patches/content_2015.patch @@ -348,10 +348,10 @@ index d88901876c14b..c43ef8798c3a2 100644 &mime_type); if (!found) diff --git content/renderer/render_thread_impl.cc content/renderer/render_thread_impl.cc -index c2b1d0d10b522..adeb8b318d3a3 100644 +index c28f517cc5623..9d075052e3fc8 100644 --- content/renderer/render_thread_impl.cc +++ content/renderer/render_thread_impl.cc -@@ -609,6 +609,8 @@ void RenderThreadImpl::Init() { +@@ -615,6 +615,8 @@ void RenderThreadImpl::Init() { GetContentClient()->renderer()->CreateURLLoaderThrottleProvider( blink::URLLoaderThrottleProviderType::kFrame);