From a31eb79b4291384dfe58c73e05f5e85a7f652a02 Mon Sep 17 00:00:00 2001
From: uazo <29201891+uazo@users.noreply.github.com>
Date: Wed, 16 Apr 2025 19:42:51 +0000
Subject: [PATCH] [AUTO][DOC] Generate patches doc for master branch
---
docs/PATCHES.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/PATCHES.md b/docs/PATCHES.md
index b58b272c..52dd9c4d 100644
--- a/docs/PATCHES.md
+++ b/docs/PATCHES.md
@@ -200,7 +200,7 @@
|**Never fetch popular sites**
Wed, 14 Feb 2018 12:56:01 +0100
File: [Never-fetch-popular-sites.patch](/build/patches/Never-fetch-popular-sites.patch)
Author: csagan5
Context:
License: GPL-3.0-only ||
|**Never treat Proguard warnings as errors**
Thu, 18 Apr 2024 07:01:52 +0000
File: [Never-treat-Proguard-warnings-as-errors.patch](/build/patches/Never-treat-Proguard-warnings-as-errors.patch)
Author: uazo
Context:
License: ||
|**Never use HTTP probes for connection detection**
Sat, 6 Nov 2021 09:46:24 +0100
File: [Never-use-HTTP-probes-for-connection-detection.patch](/build/patches/Never-use-HTTP-probes-for-connection-detection.patch)
Author: csagan5
Context:
License: GPL-3.0-only |This patch disables the use of HTTP probes on Android < M devices
Connection will be always considered valid on such devices|
-|**OpenSearch: miscellaneous**
Sun, 6 Mar 2022 18:55:58 +0100
File: [OpenSearch-miscellaneous.patch](/build/patches/OpenSearch-miscellaneous.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Fix upstream bug with recently added engines prematurely discarded
because they have no last-visit timestamp
Fix upstream bug with visited engines visit time not updated
Allow adding search engines in incognito mode
Allow using search engine URLs with non-empty paths
Add verbose logging|
+|**OpenSearch: miscellaneous**
Sun, 6 Mar 2022 18:55:58 +0100
File: [OpenSearch-miscellaneous.patch](/build/patches/OpenSearch-miscellaneous.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Fix upstream bug with recently added engines prematurely discarded
because they have no last-visit timestamp
Fix upstream bug with visited engines visit time not updated
Allow using search engine URLs with non-empty paths
Add verbose logging|
|**Override Navigator Language**
Fri, 2 Sep 2022 07:44:58 +0000
File: [Override-Navigator-Language.patch](/build/patches/Override-Navigator-Language.patch)
Author: uazo
Context:
License: GPL-3.0-only |Uses the first of the accept-languages as the system language for blink
and fix the selection in the UI for the browser language|
|**Override the MV2 deprecation**
Mon, 2 Sep 2024 07:04:11 +0000
File: [Override-the-MV2-deprecation.patch](/build/patches/Override-the-MV2-deprecation.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Uses the flag used in tests to forcibly enable MV2|
|**Partition Blink memory cache**
Wed, 13 Jul 2022 14:51:09 +0000
File: [Partition-Blink-memory-cache.patch](/build/patches/Partition-Blink-memory-cache.patch)
Author: uazo
Context:
License: GPL-3.0-only |Blink's in-memory cache is not partitioned (see also: http://crbug.com/1127971)
This patch partitions it by the top-level site.
This mitigation is effective in case the rendering process is re-used, because
on such case the cache would be re-used as well and transfer information between
different contexts.
See also:
* https://github.com/bromite/bromite/pull/2173|