From 9bd442fb623e8f6ee43e352a7da782fe9bd007bc Mon Sep 17 00:00:00 2001 From: "electron-roller[bot]" <84116207+electron-roller[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2024 16:16:10 -0500 Subject: [PATCH] chore: bump chromium to 132.0.6834.6 (34-x-y) (#44587) * chore: bump chromium in DEPS to 132.0.6822.0 * chore: bump chromium in DEPS to 132.0.6824.1 * chore: bump chromium in DEPS to 132.0.6826.1 * chore: bump chromium in DEPS to 132.0.6827.1 * chore: bump chromium in DEPS to 132.0.6828.1 * chore: bump chromium in DEPS to 132.0.6830.1 * chore: bump chromium in DEPS to 132.0.6832.0 * chore: bump chromium in DEPS to 132.0.6834.1 * chore: bump chromium in DEPS to 132.0.6834.6 * chore: update patches --------- Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt --- DEPS | 2 +- patches/chromium/refactor_unfilter_unresponsive_events.patch | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEPS b/DEPS index fb5fd0498668..284d67bde284 100644 --- a/DEPS +++ b/DEPS @@ -2,7 +2,7 @@ gclient_gn_args_from = 'src' vars = { 'chromium_version': - '132.0.6834.0', + '132.0.6834.6', 'node_version': 'v20.18.0', 'nan_version': diff --git a/patches/chromium/refactor_unfilter_unresponsive_events.patch b/patches/chromium/refactor_unfilter_unresponsive_events.patch index d2d360f52a50..ec4fc07f7440 100644 --- a/patches/chromium/refactor_unfilter_unresponsive_events.patch +++ b/patches/chromium/refactor_unfilter_unresponsive_events.patch @@ -15,10 +15,10 @@ This CL removes these filters so the unresponsive event can still be accessed from our JS event. The filtering is moved into Electron's code. diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc -index 319800cec84a968b0e442fc760c8e1d701bda2ed..459663af86272fe1e23a6a163e01c67fc5f8a66d 100644 +index 0e742f196367bbbe8c4e147ef4db4f8dbbe4cbbe..7026b28c4f228971f74a706b6ad99777e4ca0773 100644 --- a/content/browser/web_contents/web_contents_impl.cc +++ b/content/browser/web_contents/web_contents_impl.cc -@@ -9464,25 +9464,13 @@ void WebContentsImpl::RendererUnresponsive( +@@ -9518,25 +9518,13 @@ void WebContentsImpl::RendererUnresponsive( base::RepeatingClosure hang_monitor_restarter) { OPTIONAL_TRACE_EVENT1("content", "WebContentsImpl::RendererUnresponsive", "render_widget_host", render_widget_host);