[AUTO][DOC] Generate patches doc for master branch

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