From c84b866ada4ed45c407fdaf1433d5695ea914b3c Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Wed, 6 Sep 2023 11:45:01 +0500 Subject: [PATCH 1/2] Bump to 116.0.5845.180 --- build/RELEASE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/RELEASE b/build/RELEASE index 73a11681..8b066a31 100644 --- a/build/RELEASE +++ b/build/RELEASE @@ -1 +1 @@ -116.0.5845.163 \ No newline at end of file +116.0.5845.180 From 0ec6f7f63cb28f47f68004c1ec2eddc9f6ea1f46 Mon Sep 17 00:00:00 2001 From: uazo Date: Wed, 6 Sep 2023 06:49:19 +0000 Subject: [PATCH 2/2] AUTOMATED - git apply results --- build/patches/00Add-a-flag-to-disable-GamePad-API.patch | 2 +- build/patches/Multiple-fingerprinting-mitigations.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/patches/00Add-a-flag-to-disable-GamePad-API.patch b/build/patches/00Add-a-flag-to-disable-GamePad-API.patch index 708ab899..b204b6b0 100644 --- a/build/patches/00Add-a-flag-to-disable-GamePad-API.patch +++ b/build/patches/00Add-a-flag-to-disable-GamePad-API.patch @@ -13,7 +13,7 @@ Adds restrict-gamepad-access flag (default active) to disable GamePad API. diff --git a/chrome/browser/flag-metadata.json b/chrome/browser/flag-metadata.json --- a/chrome/browser/flag-metadata.json +++ b/chrome/browser/flag-metadata.json -@@ -6842,9 +6842,9 @@ +@@ -6845,9 +6845,9 @@ "expiry_milestone": 117 }, { diff --git a/build/patches/Multiple-fingerprinting-mitigations.patch b/build/patches/Multiple-fingerprinting-mitigations.patch index 63fac26e..3bd2577b 100644 --- a/build/patches/Multiple-fingerprinting-mitigations.patch +++ b/build/patches/Multiple-fingerprinting-mitigations.patch @@ -478,7 +478,7 @@ diff --git a/third_party/blink/renderer/modules/canvas/canvas2d/base_rendering_c #include "third_party/blink/renderer/platform/graphics/skia/skia_utils.h" #include "third_party/blink/renderer/platform/graphics/stroke_data.h" #include "third_party/blink/renderer/platform/graphics/video_frame_image_util.h" -@@ -2184,6 +2185,10 @@ ImageData* BaseRenderingContext2D::getImageDataInternal( +@@ -2183,6 +2184,10 @@ ImageData* BaseRenderingContext2D::getImageDataInternal( snapshot->PaintImageForCurrentFrame().GetSkImageInfo().bounds(); DCHECK(!bounds.intersect(SkIRect::MakeXYWH(sx, sy, sw, sh))); }