From b351deedda187b6d0c362d268b62c1b2de1a784d Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Wed, 20 Nov 2024 15:42:19 +0000 Subject: [PATCH] Update to Chromium version 131.0.6778.86 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/rfh_navigation_4829483.patch | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 07aa05fad..ba89fda30 100644 --- a/CHROMIUM_BUILD_COMPATIBILITY.txt +++ b/CHROMIUM_BUILD_COMPATIBILITY.txt @@ -7,5 +7,5 @@ # https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding { - 'chromium_checkout': 'refs/tags/131.0.6778.70' + 'chromium_checkout': 'refs/tags/131.0.6778.86' } diff --git a/patch/patches/rfh_navigation_4829483.patch b/patch/patches/rfh_navigation_4829483.patch index 68fc26a24..d0b78c8e9 100644 --- a/patch/patches/rfh_navigation_4829483.patch +++ b/patch/patches/rfh_navigation_4829483.patch @@ -1,8 +1,8 @@ diff --git content/browser/renderer_host/render_frame_host_impl.cc content/browser/renderer_host/render_frame_host_impl.cc -index 6223e072246c2..41341cff4b73c 100644 +index 90cd61d803a58..f41b26538e4ec 100644 --- content/browser/renderer_host/render_frame_host_impl.cc +++ content/browser/renderer_host/render_frame_host_impl.cc -@@ -9130,6 +9130,16 @@ void RenderFrameHostImpl::CreateNewWindow( +@@ -9153,6 +9153,16 @@ void RenderFrameHostImpl::CreateNewWindow( return; } @@ -19,7 +19,7 @@ index 6223e072246c2..41341cff4b73c 100644 // Otherwise, consume user activation before we proceed. In particular, it is // important to do this before we return from the |opener_suppressed| case // below. -@@ -11472,6 +11482,7 @@ void RenderFrameHostImpl::CommitNavigation( +@@ -11495,6 +11505,7 @@ void RenderFrameHostImpl::CommitNavigation( auto browser_calc_origin_to_commit = navigation_request->GetOriginToCommitWithDebugInfo(); if (!process_lock.is_error_page() && !is_mhtml_subframe &&