From c2356f03864b5ad9913d52ccadc2d7956a23531c Mon Sep 17 00:00:00 2001
From: uazo <29201891+uazo@users.noreply.github.com>
Date: Tue, 1 Jul 2025 16:20:00 +0000
Subject: [PATCH] [AUTO][DOC] Generate patches doc for master branch
---
docs/PATCHES.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/PATCHES.md b/docs/PATCHES.md
index 647288a1..ace0e9cd 100644
--- a/docs/PATCHES.md
+++ b/docs/PATCHES.md
@@ -178,6 +178,7 @@
|**Force use vpython3 for some scripts**
Fri, 2 May 2025 14:16:01 +0000
File: [Force-use-vpython3-for-some-scripts.patch](/build/patches/Force-use-vpython3-for-some-scripts.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Some scripts need the latest version of python not available in the docker container.
The patch forces the use of python in the virtual environment in the version
required by the chromium build tools.|
|**Guard for user-agent reduction**
Mon, 10 Feb 2020 23:13:13 +0100
File: [Guard-for-user-agent-reduction.patch](/build/patches/Guard-for-user-agent-reduction.patch)
Author: csagan5
Context:
License: GPL-3.0-only ||
|**Hardening against incognito mode detection**
Sat, 5 Sep 2020 21:38:15 +0200
File: [Hardening-against-incognito-mode-detection.patch](/build/patches/Hardening-against-incognito-mode-detection.patch)
Author: csagan5
Context:
License: GPL-3.0-only ||
+|**High Resolution Timing Mitigation**
Tue, 1 Jul 2025 14:49:55 +0000
File: [High-Resolution-Timing-Mitigation.patch](/build/patches/High-Resolution-Timing-Mitigation.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Decreases high timer resolution in Blink.|
|**History number of days privacy setting**
Mon, 31 Jan 2022 12:49:39 +0000
File: [History-number-of-days-privacy-setting.patch](/build/patches/History-number-of-days-privacy-setting.patch)
Author: uazo
Context:
License: GPL-3.0-only |Adds a new option in the privacy settings that allows the selection of
the days to keep in the browsing history.
Selecting the "Never" item activates the kSavingBrowserHistoryDisabled
flag and immediately deletes all the history.
Some parts authored by csagan5.|
|**Ignore enterprise policies for secure DNS**
Tue, 26 Jan 2021 00:21:51 +0100
File: [Ignore-enterprise-policies-for-secure-DNS.patch](/build/patches/Ignore-enterprise-policies-for-secure-DNS.patch)
Author: csagan5
Context:
License: GPL-3.0-only ||
|**Improve plain text rendering on mobile**
Mon, 30 May 2022 22:25:04 -0400
File: [Improve-plain-text-rendering-on-mobile.patch](/build/patches/Improve-plain-text-rendering-on-mobile.patch)
Author: mauve
Context:
License: GPL-3.0-only ||
@@ -259,6 +260,7 @@
|**Switch to -fstack-protector-strong**
Wed, 26 Dec 2018 10:20:24 -0500
File: [Switch-to-fstack-protector-strong.patch](/build/patches/Switch-to-fstack-protector-strong.patch)
Author: Daniel
Context:
License: GPL-3.0-only |This compiler option is already used for ChromeOS, but not yet on other
platforms because there is push back against enabling an option resulting in
~1-2% lower performance and ~2-3% larger binaries.
The size increase on Android is something they care a lot about since some
devices have very little storage space. That also means ever so slightly
higher memory/cache usage but not by the full 2-3%.|
|**TEMP Add a log to track strange behavior**
Fri, 19 May 2023 12:26:37 +0000
File: [TEMP-Add-a-log-to-track-strange-behavior.patch](/build/patches/TEMP-Add-a-log-to-track-strange-behavior.patch)
Author: uazo
Context:
License: GPL-2.0-or-later ||
|**Temp PerformanceNavigationTiming privacy fix**
Wed, 11 Oct 2023 09:40:53 +0000
File: [Temp-PerformanceNavigationTiming-privacy-fix.patch](/build/patches/Temp-PerformanceNavigationTiming-privacy-fix.patch)
Author: uazo
Context:
License: GPL-2.0-or-later ||
+|**Temp disable UseContextSnapshot**
Tue, 1 Jul 2025 14:50:29 +0000
File: [Temp-disable-UseContextSnapshot.patch](/build/patches/Temp-disable-UseContextSnapshot.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Temporarily disable the context snapshot of blink and use that of v8.|
|**Temp disable experimental-web-platform-features**
Mon, 2 Sep 2024 07:05:25 +0000
File: [Temp-disable-experimental-web-platform-features.patch](/build/patches/Temp-disable-experimental-web-platform-features.patch)
Author: uazo
Context:
License: ||
|**Temp disable predictive back gesture**
Sat, 12 Aug 2023 14:48:57 +0000
File: [Temp-disable-predictive-back-gesture.patch](/build/patches/Temp-disable-predictive-back-gesture.patch)
Author: uazo
Context:
License: GPL-2.0-or-later ||
|**Temp guard FileSystemAccessPersistentPermissions**
Sun, 29 Oct 2023 15:18:24 +0000
File: [Temp-guard-FileSystemAccessPersistentPermissions.patch](/build/patches/Temp-guard-FileSystemAccessPersistentPermissions.patch)
Author: uazo
Context:
License: ||