From 4997b2f0c8b83884034ff07a019158cfcef2eea8 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Mon, 3 Feb 2025 04:45:38 +0000 Subject: [PATCH] Update to Chromium version 132.0.6834.161 --- CHROMIUM_BUILD_COMPATIBILITY.txt | 2 +- patch/patches/web_contents_1257_1565.patch | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHROMIUM_BUILD_COMPATIBILITY.txt b/CHROMIUM_BUILD_COMPATIBILITY.txt index 359fb9e0a..5f2fa29cd 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/132.0.6834.83' + 'chromium_checkout': 'refs/tags/132.0.6834.161' } diff --git a/patch/patches/web_contents_1257_1565.patch b/patch/patches/web_contents_1257_1565.patch index efed69ee9..99c20c8da 100644 --- a/patch/patches/web_contents_1257_1565.patch +++ b/patch/patches/web_contents_1257_1565.patch @@ -1,8 +1,8 @@ diff --git content/browser/web_contents/web_contents_impl.cc content/browser/web_contents/web_contents_impl.cc -index 03b5291540931..e5abe380e2c74 100644 +index 62420958702ce..5eea0a71ed342 100644 --- content/browser/web_contents/web_contents_impl.cc +++ content/browser/web_contents/web_contents_impl.cc -@@ -3758,6 +3758,12 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params, +@@ -3760,6 +3760,12 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params, params.main_frame_name, GetOpener(), primary_main_frame_policy, base::UnguessableToken::Create()); @@ -15,7 +15,7 @@ index 03b5291540931..e5abe380e2c74 100644 std::unique_ptr delegate = GetContentClient()->browser()->GetWebContentsViewDelegate(this); -@@ -3768,6 +3774,7 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params, +@@ -3770,6 +3776,7 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params, view_ = CreateWebContentsView(this, std::move(delegate), &render_view_host_delegate_view_); } @@ -23,7 +23,7 @@ index 03b5291540931..e5abe380e2c74 100644 CHECK(render_view_host_delegate_view_); CHECK(view_.get()); -@@ -3966,6 +3973,9 @@ void WebContentsImpl::RenderWidgetCreated( +@@ -3968,6 +3975,9 @@ void WebContentsImpl::RenderWidgetCreated( "render_widget_host", render_widget_host); CHECK(!created_widgets_.contains(render_widget_host->GetFrameSinkId())); created_widgets_[render_widget_host->GetFrameSinkId()] = render_widget_host; @@ -33,7 +33,7 @@ index 03b5291540931..e5abe380e2c74 100644 } void WebContentsImpl::RenderWidgetDeleted( -@@ -4853,6 +4863,15 @@ FrameTree* WebContentsImpl::CreateNewWindow( +@@ -4855,6 +4865,15 @@ FrameTree* WebContentsImpl::CreateNewWindow( create_params.picture_in_picture_options = *(params.pip_options); } @@ -49,7 +49,7 @@ index 03b5291540931..e5abe380e2c74 100644 // Check whether there is an available prerendered page for this navigation if // this is not for guest. If it exists, take WebContents pre-created for // hosting the prerendered page instead of creating new WebContents. -@@ -9316,6 +9335,9 @@ void WebContentsImpl::SetFocusedFrame(FrameTreeNode* node, +@@ -9318,6 +9337,9 @@ void WebContentsImpl::SetFocusedFrame(FrameTreeNode* node, } CloseListenerManager::DidChangeFocusedFrame(this);