From 02b371879bfb39ed5781b52f35db820d10bd64e9 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Fri, 11 Oct 2024 16:27:48 +0000 Subject: [PATCH] Update to Chromium version 130.0.6723.44 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/build.patch | 6 +++--- patch/patches/chrome_browser.patch | 2 +- patch/patches/chrome_runtime_views.patch | 4 ++-- patch/patches/rfh_navigation_4829483.patch | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 11a6ea5b1..03c25f9df 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/130.0.6723.31' + 'chromium_checkout': 'refs/tags/130.0.6723.44' } diff --git a/patch/patches/build.patch b/patch/patches/build.patch index e6cabf164..7975fb14a 100644 --- a/patch/patches/build.patch +++ b/patch/patches/build.patch @@ -1,8 +1,8 @@ diff --git build/config/compiler/BUILD.gn build/config/compiler/BUILD.gn -index 5ec7492e06838..b22b50e8f175d 100644 +index 765345a16d112..69a961128115d 100644 --- build/config/compiler/BUILD.gn +++ build/config/compiler/BUILD.gn -@@ -134,6 +134,9 @@ declare_args() { +@@ -133,6 +133,9 @@ declare_args() { # The cache can lead to non-determinism: https://crbug.com/1486045 thin_lto_enable_cache = true @@ -12,7 +12,7 @@ index 5ec7492e06838..b22b50e8f175d 100644 # Initialize all local variables with a pattern. This flag will fill # uninitialized floating-point types (and 32-bit pointers) with 0xFF and the # rest with 0xAA. This makes behavior of uninitialized memory bugs consistent, -@@ -2267,11 +2270,13 @@ config("export_dynamic") { +@@ -2266,11 +2269,13 @@ config("export_dynamic") { config("thin_archive") { # The macOS and iOS default linker ld64 does not support reading thin # archives. diff --git a/patch/patches/chrome_browser.patch b/patch/patches/chrome_browser.patch index a541e15f9..29c395e4f 100644 --- a/patch/patches/chrome_browser.patch +++ b/patch/patches/chrome_browser.patch @@ -1,5 +1,5 @@ diff --git chrome/browser/BUILD.gn chrome/browser/BUILD.gn -index 2b66b11333f73..1ea2ceb0ae0dc 100644 +index 7f1c26990d8d4..751f36b931f65 100644 --- chrome/browser/BUILD.gn +++ chrome/browser/BUILD.gn @@ -12,6 +12,7 @@ import("//build/config/compiler/pgo/pgo.gni") diff --git a/patch/patches/chrome_runtime_views.patch b/patch/patches/chrome_runtime_views.patch index 44148cc9d..d8d2cb360 100644 --- a/patch/patches/chrome_runtime_views.patch +++ b/patch/patches/chrome_runtime_views.patch @@ -839,7 +839,7 @@ index 71445bfab1824..c77750ea2a820 100644 ContentsWebView::~ContentsWebView() { diff --git chrome/browser/ui/views/frame/picture_in_picture_browser_frame_view.cc chrome/browser/ui/views/frame/picture_in_picture_browser_frame_view.cc -index 9dddf71ef05bd..18c43631ea288 100644 +index 04ad8415b5e95..eb5f7161d72e0 100644 --- chrome/browser/ui/views/frame/picture_in_picture_browser_frame_view.cc +++ chrome/browser/ui/views/frame/picture_in_picture_browser_frame_view.cc @@ -619,6 +619,11 @@ PictureInPictureBrowserFrameView::PictureInPictureBrowserFrameView( @@ -915,7 +915,7 @@ index 9dddf71ef05bd..18c43631ea288 100644 top_bar_container_view_->SetBoundsRect(top_bar); #if !BUILDFLAG(IS_ANDROID) if (auto_pip_setting_overlay_) { -@@ -1371,7 +1401,8 @@ gfx::Insets PictureInPictureBrowserFrameView::ResizeBorderInsets() const { +@@ -1372,7 +1402,8 @@ gfx::Insets PictureInPictureBrowserFrameView::ResizeBorderInsets() const { } int PictureInPictureBrowserFrameView::GetTopAreaHeight() const { diff --git a/patch/patches/rfh_navigation_4829483.patch b/patch/patches/rfh_navigation_4829483.patch index 1065cd3f5..f025dd189 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 c2e377d5b1603..c0b1d47439f37 100644 +index a0d5a983bb46a..e1c7fd08bc104 100644 --- content/browser/renderer_host/render_frame_host_impl.cc +++ content/browser/renderer_host/render_frame_host_impl.cc -@@ -11387,6 +11387,7 @@ void RenderFrameHostImpl::CommitNavigation( +@@ -11407,6 +11407,7 @@ void RenderFrameHostImpl::CommitNavigation( auto browser_calc_origin_to_commit = navigation_request->GetOriginToCommitWithDebugInfo(); if (!process_lock.is_error_page() && !is_mhtml_subframe &&