From c162a8aeb78819d2b31d2bafc7d203f3a2c4c784 Mon Sep 17 00:00:00 2001 From: PF4Public Date: Wed, 6 Sep 2023 01:43:46 +0300 Subject: [PATCH] Update to Chromium 116.0.5845.179 --- chromium_version.txt | 2 +- .../fix-building-with-prunned-binaries.patch | 6 +++--- .../flag-fingerprinting-canvas-image-data-noise.patch | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chromium_version.txt b/chromium_version.txt index f516319c..fd883680 100644 --- a/chromium_version.txt +++ b/chromium_version.txt @@ -1 +1 @@ -116.0.5845.141 +116.0.5845.179 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 c676979e..e4fdc211 100644 --- a/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch +++ b/patches/core/ungoogled-chromium/fix-building-with-prunned-binaries.patch @@ -25,7 +25,7 @@ testonly = true --- a/chrome/test/variations/BUILD.gn +++ b/chrome/test/variations/BUILD.gn -@@ -49,6 +49,5 @@ +@@ -49,6 +49,5 @@ python_library("variations_desktop_smoke ":test_utils", "//testing:run_isolated_script_test", "//testing:test_scripts_shared", @@ -34,7 +34,7 @@ } --- a/components/update_client/BUILD.gn +++ b/components/update_client/BUILD.gn -@@ -308,8 +308,6 @@ +@@ -308,8 +308,6 @@ source_set("unit_tests") { "//third_party/puffin:libpuffpatch", "//third_party/re2", ] @@ -68,7 +68,7 @@ group("devtools_all_files") { --- a/third_party/puffin/BUILD.gn +++ b/third_party/puffin/BUILD.gn -@@ -115,7 +115,6 @@ +@@ -115,7 +115,6 @@ executable("puffin_unittest") { "src/unittest_common.cc", "src/utils_unittest.cc", ] 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 a8e6cc2f..62380644 100644 --- a/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch +++ b/patches/extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch @@ -73,7 +73,7 @@ approach to change color components. #include "third_party/blink/renderer/platform/graphics/stroke_data.h" #include "third_party/blink/renderer/platform/graphics/video_frame_image_util.h" #include "third_party/blink/renderer/platform/heap/garbage_collected.h" -@@ -2184,6 +2185,9 @@ ImageData* BaseRenderingContext2D::getIm +@@ -2183,6 +2184,9 @@ ImageData* BaseRenderingContext2D::getIm snapshot->PaintImageForCurrentFrame().GetSkImageInfo().bounds(); DCHECK(!bounds.intersect(SkIRect::MakeXYWH(sx, sy, sw, sh))); }