From 367118d1039b2cff1c003afb4da6c531fc18e55c Mon Sep 17 00:00:00 2001 From: Blaise Date: Tue, 11 Nov 2025 13:21:42 -0600 Subject: [PATCH 1/3] Update to Chromium 142.0.7444.162 --- chromium_version.txt | 2 +- .../ungoogled-chromium/fix-building-with-prunned-binaries.patch | 2 +- .../core/ungoogled-chromium/toggle-translation-via-switch.patch | 2 +- .../fingerprinting-flags-client-rects-and-measuretext.patch | 2 +- .../bromite/flag-fingerprinting-canvas-image-data-noise.patch | 2 +- .../ungoogled-chromium/add-flag-to-remove-client-hints.patch | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chromium_version.txt b/chromium_version.txt index b80505a3..d8f87075 100644 --- a/chromium_version.txt +++ b/chromium_version.txt @@ -1 +1 @@ -142.0.7444.134 +142.0.7444.162 diff --git a/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch b/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch index 0e61f77e..e8470f83 100644 --- a/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch +++ b/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch @@ -693,7 +693,7 @@ std::vector tab_subscriptions_; --- a/chrome/browser/ui/views/user_education/browser_user_education_service.cc +++ b/chrome/browser/ui/views/user_education/browser_user_education_service.cc -@@ -752,39 +752,6 @@ void MaybeRegisterChromeFeaturePromos( +@@ -786,39 +786,6 @@ void MaybeRegisterChromeFeaturePromos( .SetBubbleIcon(kLightbulbOutlineIcon) .SetBubbleTitleText(IDS_PASSWORD_MANAGER_IPH_CREATE_SHORTCUT_TITLE))); diff --git a/patches/core/ungoogled-chromium/toggle-translation-via-switch.patch b/patches/core/ungoogled-chromium/toggle-translation-via-switch.patch index 1fc4306e..27cd62e7 100644 --- a/patches/core/ungoogled-chromium/toggle-translation-via-switch.patch +++ b/patches/core/ungoogled-chromium/toggle-translation-via-switch.patch @@ -9,7 +9,7 @@ #include "components/translate/core/browser/translate_download_manager.h" #include "components/translate/core/browser/translate_manager.h" #include "components/translate/core/browser/translate_prefs.h" -@@ -2240,6 +2241,7 @@ void RenderViewContextMenu::AppendPageIt +@@ -2239,6 +2240,7 @@ void RenderViewContextMenu::AppendPageIt } if (CanTranslate(/*menu_logging=*/true)) { diff --git a/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch b/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch index 8fe75d39..780f9c4b 100644 --- a/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch +++ b/patches/extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch @@ -343,7 +343,7 @@ #include "third_party/skia/include/core/SkImage.h" --- a/third_party/blink/renderer/platform/runtime_enabled_features.json5 +++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5 -@@ -2344,6 +2344,12 @@ +@@ -2350,6 +2350,12 @@ status: "stable", }, { diff --git a/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch b/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch index 0ecaa5e0..2d7183e4 100644 --- a/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch +++ b/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch @@ -314,7 +314,7 @@ approach to change color components. SkJpegEncoder::Options options; --- a/third_party/blink/renderer/platform/runtime_enabled_features.json5 +++ b/third_party/blink/renderer/platform/runtime_enabled_features.json5 -@@ -2350,6 +2350,9 @@ +@@ -2356,6 +2356,9 @@ name: "FingerprintingCanvasMeasureTextNoise", }, { diff --git a/patches/extra/ungoogled-chromium/add-flag-to-remove-client-hints.patch b/patches/extra/ungoogled-chromium/add-flag-to-remove-client-hints.patch index 683b111d..757f1bd0 100644 --- a/patches/extra/ungoogled-chromium/add-flag-to-remove-client-hints.patch +++ b/patches/extra/ungoogled-chromium/add-flag-to-remove-client-hints.patch @@ -78,7 +78,7 @@ #include "third_party/blink/public/common/permissions_policy/document_policy_features.h" #include "third_party/blink/public/common/switches.h" #include "third_party/blink/public/mojom/fetch/fetch_api_request.mojom-blink.h" -@@ -611,6 +612,8 @@ void FrameFetchContext::ModifyRequestFor +@@ -613,6 +614,8 @@ void FrameFetchContext::ModifyRequestFor void FrameFetchContext::AddClientHintsIfNecessary( const std::optional resource_width, ResourceRequest& request) { From be47d96c1f9e3cc9fbe147a6326f5d8f0675c6a6 Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 13 Nov 2025 03:00:09 +0600 Subject: [PATCH 2/3] patches: refresh for 142.0.7444.162 --- patches/helium/core/clean-context-menu.patch | 8 ++++---- patches/upstream-fixes/fix-macos-widget-rect.patch | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/patches/helium/core/clean-context-menu.patch b/patches/helium/core/clean-context-menu.patch index 7a5bb5b7..182a1b58 100644 --- a/patches/helium/core/clean-context-menu.patch +++ b/patches/helium/core/clean-context-menu.patch @@ -12,7 +12,7 @@ if (editable) { AppendOtherEditableItems(); } -@@ -2214,7 +2209,6 @@ void RenderViewContextMenu::AppendPageIt +@@ -2213,7 +2208,6 @@ void RenderViewContextMenu::AppendPageIt IDS_CONTENT_CONTEXT_SAVEPAGEAS); menu_model_.AddItemWithStringId(IDC_PRINT, IDS_CONTENT_CONTEXT_PRINT); AppendLiveCaptionItem(); @@ -20,7 +20,7 @@ if (IsRegionSearchEnabled()) { AppendRegionSearchItem(); } -@@ -2343,8 +2337,7 @@ void RenderViewContextMenu::AppendMediaR +@@ -2342,8 +2336,7 @@ void RenderViewContextMenu::AppendMediaR void RenderViewContextMenu::AppendReadAnythingItem() { // Show Read Anything option if it's not already open in the side panel. @@ -30,7 +30,7 @@ menu_model_.AddItemWithStringId(IDC_CONTENT_CONTEXT_OPEN_IN_READING_MODE, IDS_CONTENT_CONTEXT_READING_MODE); } -@@ -3620,10 +3613,12 @@ void RenderViewContextMenu::ExecuteComma +@@ -3619,10 +3612,12 @@ void RenderViewContextMenu::ExecuteComma } void RenderViewContextMenu::AddSpellCheckServiceItem(bool is_checked) { @@ -43,7 +43,7 @@ if (is_checked) { menu_model_.AddCheckItemWithStringId( IDC_CONTENT_CONTEXT_ACCESSIBILITY_LABELS_TOGGLE, -@@ -4000,6 +3995,8 @@ bool RenderViewContextMenu::IsVideoFrame +@@ -3999,6 +3994,8 @@ bool RenderViewContextMenu::IsVideoFrame bool RenderViewContextMenu::AppendQRCodeGeneratorItem(bool for_image, bool draw_icon, bool add_separator) { diff --git a/patches/upstream-fixes/fix-macos-widget-rect.patch b/patches/upstream-fixes/fix-macos-widget-rect.patch index 25cc1944..0adb864e 100644 --- a/patches/upstream-fixes/fix-macos-widget-rect.patch +++ b/patches/upstream-fixes/fix-macos-widget-rect.patch @@ -25,7 +25,7 @@ Cr-Commit-Position: refs/heads/main@{#1543516} --- a/components/remote_cocoa/app_shim/native_widget_mac_nswindow.mm +++ b/components/remote_cocoa/app_shim/native_widget_mac_nswindow.mm -@@ -357,6 +357,16 @@ +@@ -357,6 +357,16 @@ struct NSEdgeAndCornerThicknesses { return frameRect; } @@ -53,7 +53,7 @@ Cr-Commit-Position: refs/heads/main@{#1543516} // Overlay windows are used to render top chrome components while in immersive // fullscreen. Those rendered views are hosted in a separate AppKit controlled // window. The overlay windows are a transparent overlay on top of the AppKit -@@ -28,19 +26,6 @@ +@@ -28,19 +26,6 @@ constexpr unsigned long kAllowedCollecti kAllowedCollectionBehaviorMask]; } From 060fa834e52f9527a3cac6a25ef9ea8c19a5a13b Mon Sep 17 00:00:00 2001 From: wukko Date: Thu, 13 Nov 2025 03:01:27 +0600 Subject: [PATCH 3/3] revision: bump to 5 --- revision.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/revision.txt b/revision.txt index b8626c4c..7ed6ff82 100644 --- a/revision.txt +++ b/revision.txt @@ -1 +1 @@ -4 +5