From 4045acff924aa5ac9099401c840e37c52efcff77 Mon Sep 17 00:00:00 2001 From: CEF Spotify Date: Wed, 4 Aug 2021 18:46:00 +0000 Subject: [PATCH] Update to Chromium version 92.0.4515.131 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/browser_security_policy_1081397.patch | 4 ++-- patch/patches/content_2015.patch | 6 +++--- patch/patches/trace_event.patch | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 125725fdf..210e468e9 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/92.0.4515.107', + 'chromium_checkout': 'refs/tags/92.0.4515.131', 'depot_tools_checkout': '58542b7fef' } diff --git a/patch/patches/browser_security_policy_1081397.patch b/patch/patches/browser_security_policy_1081397.patch index 018628914..79b2238d1 100644 --- a/patch/patches/browser_security_policy_1081397.patch +++ b/patch/patches/browser_security_policy_1081397.patch @@ -20,10 +20,10 @@ index d548b3d7e0a0..cb93301271cd 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 a3d8dd6b2543..c6a3237025a8 100644 +index 7963b39ec4e7..39e3c664f127 100644 --- content/browser/renderer_host/navigation_request.cc +++ content/browser/renderer_host/navigation_request.cc -@@ -5313,6 +5313,12 @@ url::Origin NavigationRequest::GetOriginForURLLoaderFactory() { +@@ -5314,6 +5314,12 @@ url::Origin NavigationRequest::GetOriginForURLLoaderFactory() { // Calculate an approximation of the origin. The sandbox/csp are ignored. url::Origin origin = GetOriginForURLLoaderFactoryUnchecked(this); diff --git a/patch/patches/content_2015.patch b/patch/patches/content_2015.patch index ac0d8181d..c811969a8 100644 --- a/patch/patches/content_2015.patch +++ b/patch/patches/content_2015.patch @@ -188,10 +188,10 @@ index 632ae86c6fd6..55b749ec1242 100644 const std::vector& all_plugins); diff --git content/browser/renderer_host/render_frame_host_impl.cc content/browser/renderer_host/render_frame_host_impl.cc -index 9f68f4f7fa57..12321ffb3934 100644 +index f7fe7e4a2790..c78ad7b958a0 100644 --- content/browser/renderer_host/render_frame_host_impl.cc +++ content/browser/renderer_host/render_frame_host_impl.cc -@@ -11305,6 +11305,7 @@ void RenderFrameHostImpl::BindHungDetectorHost( +@@ -11308,6 +11308,7 @@ void RenderFrameHostImpl::BindHungDetectorHost( } void RenderFrameHostImpl::GetPluginInfo(const GURL& url, @@ -199,7 +199,7 @@ index 9f68f4f7fa57..12321ffb3934 100644 const url::Origin& main_frame_origin, const std::string& mime_type, GetPluginInfoCallback callback) { -@@ -11312,7 +11313,8 @@ void RenderFrameHostImpl::GetPluginInfo(const GURL& url, +@@ -11315,7 +11316,8 @@ void RenderFrameHostImpl::GetPluginInfo(const GURL& url, WebPluginInfo info; std::string actual_mime_type; bool found = PluginServiceImpl::GetInstance()->GetPluginInfo( diff --git a/patch/patches/trace_event.patch b/patch/patches/trace_event.patch index 6a0c5e083..362ffae6c 100644 --- a/patch/patches/trace_event.patch +++ b/patch/patches/trace_event.patch @@ -1,5 +1,5 @@ diff --git base/trace_event/builtin_categories.h base/trace_event/builtin_categories.h -index 563674ae9631..953c378ff7e5 100644 +index a090b51cadf8..e62f1ea2db1c 100644 --- base/trace_event/builtin_categories.h +++ base/trace_event/builtin_categories.h @@ -61,6 +61,8 @@