From 0fb56ae592e4cc268757996666ceb161aec31b3c Mon Sep 17 00:00:00 2001
From: uazo <29201891+uazo@users.noreply.github.com>
Date: Wed, 15 Apr 2026 15:42:28 +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 6aeabd36..457e5520 100644
--- a/docs/PATCHES.md
+++ b/docs/PATCHES.md
@@ -167,11 +167,11 @@
|**Enable native Android autofill**
Sun, 24 Oct 2021 16:54:04 +0000
File: [Enable-native-Android-autofill.patch](/build/patches/Enable-native-Android-autofill.patch)
Author: uazo
Context:
License: GPL-3.0-only |There are 2 different types of autofill: one managed via GCM and the
native Android one that uses the provider assigned by the user
(which can be any user installed app like Bitwarden for example).
In chromium GCM is active while in the WebView the latter.
This patch uses WebView code to enable native Android autofill
along with browser-managed autofill.
A separate toggle is introduced to enable autofill in incognito mode.
See also: https://github.com/bromite/bromite/issues/547|
|**Enable network isolation features**
Thu, 10 Dec 2020 21:52:35 +0100
File: [Enable-network-isolation-features.patch](/build/patches/Enable-network-isolation-features.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Enable SplitCacheByNetworkIsolationKey, kSplitHostCacheByNetworkIsolationKey,
kPartitionConnectionsByNetworkIsolationKey, kPartitionHttpServerPropertiesByNetworkIsolationKey,
kPartitionSSLSessionsByNetworkIsolationKey, PartitionExpectCTStateByNetworkIsolationKey,
PartitionNelAndReportingByNetworkIsolationKey, kSplitCacheByNavigationInitiator|
|**Enable platform aac audio and h264 video**
Wed, 6 Mar 2024 12:05:52 +0000
File: [Enable-platform-aac-audio-and-h264-video.patch](/build/patches/Enable-platform-aac-audio-and-h264-video.patch)
Author: uazo
Context: https://github.com/uazo/cromite/pull/856
License: GPL-2.0-or-later |Allows the activation in android and windows of aac and
h264 decoding via the s.o. libraries, replacing ffmpeg which does
not have the necessary licences.|
-|**Enable search engine settings desktop ui**
Thu, 4 Jan 2024 13:00:12 +0000
File: [Enable-search-engine-settings-desktop-ui.patch](/build/patches/Enable-search-engine-settings-desktop-ui.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Activates the ability to use the desktop ui for search engine management.
The desktop ui is accessible via a button in the android ui.|
|**Enable share intent**
Sun, 3 Oct 2021 16:18:24 +0000
File: [Enable-share-intent.patch](/build/patches/Enable-share-intent.patch)
Author: uazo
Context:
License: GPL-3.0-only |This patch allows to activate the management of android.intent.action.SEND
with new flag "shared-intent-ui" default active.
See also: https://github.com/bromite/bromite/issues/1062|
|**Enable snackbar swipe**
Mon, 18 Aug 2025 13:46:14 +0000
File: [Enable-snackbar-swipe.patch](/build/patches/Enable-snackbar-swipe.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Allows swipe of snackbar notifications|
|**Enable third-party storage partitioning**
Sat, 3 Dec 2022 12:02:20 +0100
File: [Enable-third-party-storage-partitioning.patch](/build/patches/Enable-third-party-storage-partitioning.patch)
Author: csagan5
Context:
License: GPL-3.0-only ||
|**Enables deactivation of the js debugger statement**
Wed, 10 Jan 2024 13:42:27 +0000
File: [Enables-deactivation-of-the-js-debugger-statement.patch](/build/patches/Enables-deactivation-of-the-js-debugger-statement.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |enables a new option in the developer tools settings for
deactivating the debugger javascript statement|
+|**Enables keyword-based site search on Android devices**
Wed, 15 Apr 2026 14:23:46 +0000
File: [Enables-keyword-based-site-search-on-Android-devices.patch](/build/patches/Enables-keyword-based-site-search-on-Android-devices.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Enables keyword-based site search functionality on Android devices|
|**Experimental support for extensions on Android**
Thu, 6 Nov 2025 13:21:24 +0000
File: [Experimental-support-for-extensions-on-Android.patch](/build/patches/Experimental-support-for-extensions-on-Android.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Enable experimental support for extensions in Android.
The feature is disabled by default: to enable it, go
to Settings/Developer Options.
A Clear all data used by the extension button is available in App
info/Storage and cache/Clear storage to completely remove the extensions
folder in case of a crash on startup.|
|**Experimental user scripts support**
Fri, 13 Aug 2021 17:10:47 +0000
File: [Experimental-user-scripts-support.patch](/build/patches/Experimental-user-scripts-support.patch)
Author: uazo
Context:
License: GPL-3.0-only |Activate the user scripts functionality for Android,
as it is available in the Desktop version.
It is possible to add user scripts in two ways: by
selecting files from the picker in the settings or
downloading the scripts and opening them from downloads
(only if such files end with '.user.js').
New imported scripts are disabled by default: they
can be activated via the UI.
Parsed user script headers are: name, version, description,
include, exclude, match, exclude_match (only http and
https), run-at (document-start, document-end,
document-idle), homepage, url_source
The UI also allows you to see the source of the script.
See also: components/user_scripts/README.md
Requires patch: Adds-support-for-writing-URIs.patch|
|**Eyeo Adblock for Cromite**
Thu, 29 Sep 2022 11:27:35 +0000
File: [Eyeo-Adblock-for-Cromite.patch](/build/patches/Eyeo-Adblock-for-Cromite.patch)
Author: uazo
Context:
License: |Change the normal behaviour of Eyeo Chromium SDK to
suit Cromite logic.|