diff --git a/docs/PATCHES.md b/docs/PATCHES.md
index 2dd9c057..591231a6 100644
--- a/docs/PATCHES.md
+++ b/docs/PATCHES.md
@@ -1,6 +1,5 @@
| Patch | Message |
|--------|--------|
-|**AImageReader CFI crash mitigations**
Tue, 5 May 2020 07:22:20 +0200
File: [AImageReader-CFI-crash-mitigations.patch](/build/patches/AImageReader-CFI-crash-mitigations.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Revert "gpu/android: Remove setup for disabling AImageReader."
This reverts commit dcd5a39518246eb999f1cc63bf1ec95d93fd5b2f.
Revert "Remove flags to enable/disable AImageReader."
This reverts commit 463fa0f2e3b9e418bc26e2c8954463f0b0f76634.
Restore GPU bug blacklist for AImageReader on ARM and Qualcomm CPUs
Restore the AImageReader blacklist for ARM/Qualcomm chipsets which causes
crashes on Android 9 and 10 (at different code locations).
See discussions at:
* https://github.com/bromite/bromite/issues/445
* https://github.com/bromite/bromite/issues/814
* https://github.com/bromite/bromite/issues/1005|
|**Add AllowUserCertificates flag**
Mon, 26 Apr 2021 13:28:24 +0000
File: [Add-AllowUserCertificates-flag.patch](/build/patches/Add-AllowUserCertificates-flag.patch)
Author: uazo
Context:
License: GPL-3.0-only ||
|**Add Alt+D hotkey to focus address bar**
Tue, 9 Mar 2021 19:43:00 +0100
File: [Add-Alt-D-hotkey-to-focus-address-bar.patch](/build/patches/Add-Alt-D-hotkey-to-focus-address-bar.patch)
Author: csagan5
Context:
License: GPL-3.0-only ||
|**Add IsCleartextPermitted flag**
Mon, 26 Apr 2021 15:04:11 +0000
File: [Add-IsCleartextPermitted-flag.patch](/build/patches/Add-IsCleartextPermitted-flag.patch)
Author: uazo
Context:
License: GPL-3.0-only ||
@@ -46,7 +45,6 @@
|**Always allow inspect fallback**
Mon, 13 Nov 2023 14:26:00 +0000
File: [Always-allow-inspect-fallback.patch](/build/patches/Always-allow-inspect-fallback.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Always enable 'inspect fallback' in 'chrome://inspect/#devices'|
|**Always open browser controls in new tab**
Wed, 28 Dec 2022 07:19:58 +0000
File: [Always-open-browser-controls-in-new-tab.patch](/build/patches/Always-open-browser-controls-in-new-tab.patch)
Author: uazo
Context:
License: GPL-2.0-or-later ||
|**Always use new tab page for default home page**
Wed, 27 Jun 2018 11:02:38 +0200
File: [Always-use-new-tab-page-for-default-home-page.patch](/build/patches/Always-use-new-tab-page-for-default-home-page.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Ignore any partner-provided home page.|
-|**Android Import Passwords**
Mon, 26 May 2025 12:17:48 +0000
File: [Android-Import-Passwords.patch](/build/patches/Android-Import-Passwords.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Adds the possibility of importing a csv file containing the list of passwords,
with the same functionality available on desktops.|
|**Android Pixel Perfect Mode**
Mon, 25 Aug 2025 10:50:06 +0000
File: [Android-Pixel-Perfect-Mode.patch](/build/patches/Android-Pixel-Perfect-Mode.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Eliminate conversions between dpi and pixels in Blink.
The goal (not yet achieved) is to mask the display geometry of Android devices and to make
the various devices identical for canvas and rect fingerprinting.
This patch is WIP, it is incomplete and contains visual glitch, do not activate.
This version contains points of interest marked in the code, which will be removed once the patch is complete.|
|**Android Toolbar Scroll Ablation setting**
Wed, 22 May 2024 07:41:34 +0000
File: [Android-Toolbar-Scroll-Ablation-setting.patch](/build/patches/Android-Toolbar-Scroll-Ablation-setting.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Adds a setting for blocking the toolbar hiding
need: Add-cromite-flags-support.patch|
|**Android fonts fingerprinting mitigation**
Sat, 15 Feb 2025 16:25:31 +0000
File: [Android-fonts-fingerprinting-mitigation.patch](/build/patches/Android-fonts-fingerprinting-mitigation.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Replaces system fonts with a predefined set downloaded from www.cromite.org|
@@ -164,7 +162,6 @@
|**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 prefetch-privacy-changes by default**
Fri, 31 Jul 2020 08:27:26 +0200
File: [Enable-prefetch-privacy-changes-by-default.patch](/build/patches/Enable-prefetch-privacy-changes-by-default.patch)
Author: csagan5
Context:
License: GPL-3.0-only ||
|**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|
@@ -247,7 +244,7 @@
|**Restore Search Ready Omnibox flag**
Thu, 10 Oct 2019 23:30:16 +0200
File: [Restore-Search-Ready-Omnibox-flag.patch](/build/patches/Restore-Search-Ready-Omnibox-flag.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Revert "Cleanup Search Ready Omnibox flag since it has launched"
This reverts commit ae458edcc8422d0815d0e82261e71fe10d7d6fc2.
Disable search-ready omnibox by default|
|**Restore Simplified NTP launch**
Sat, 7 Nov 2020 23:51:29 +0100
File: [Restore-Simplified-NTP-launch.patch](/build/patches/Restore-Simplified-NTP-launch.patch)
Author: csagan5
Context:
License: GPL-3.0-only |This reverts commit 4d0e4483c5f77c66a8b6193e8a3bec5d0624d6ad.|
|**Restore adaptive-button-in-top-toolbar-customization**
Wed, 7 Dec 2022 20:32:15 +0100
File: [Restore-adaptive-button-in-top-toolbar-customization.patch](/build/patches/Restore-adaptive-button-in-top-toolbar-customization.patch)
Author: csagan5
Context:
License: GPL-3.0-only |This reverts commit 18d03b9cca4e90d2a446ea28266876d8c5fdc4f0.
Voice button and legacy share/voice functionality is not restored.|
-|**Restore chrome password store**
Wed, 30 Sep 2020 07:40:01 +0000
File: [Restore-chrome-password-store.patch](/build/patches/Restore-chrome-password-store.patch)
Author: uazo
Context:
License: GPL-2.0-or-later ||
+|**Restore chrome password store**
Wed, 30 Sep 2020 07:40:01 +0000
File: [Restore-chrome-password-store.patch](/build/patches/Restore-chrome-password-store.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Allows the use of local storage for passwords on Android
Adds the possibility of importing and exporting a csv file containing the
list of passwords, with the same functionality available on desktops.|
|**Restore classic new tab page**
Sun, 26 Nov 2017 11:40:05 +0100
File: [Restore-classic-new-tab-page.patch](/build/patches/Restore-classic-new-tab-page.patch)
Author: csagan5
Context:
License: GPL-3.0-only ||
|**Restore offline-indicator-v2 flag**
Sat, 4 Dec 2021 11:41:31 +0100
File: [Restore-offline-indicator-v2-flag.patch](/build/patches/Restore-offline-indicator-v2-flag.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Reverts acc8b6f4542703211e5f3c5181914fd3374c9e84|
|**Revert Permit blocking of view-source**
Sun, 6 Mar 2022 11:29:27 +0100
File: [Revert-Permit-blocking-of-view-source.patch](/build/patches/Revert-Permit-blocking-of-view-source.patch)
Author: csagan5
Context:
License: GPL-3.0-only |This reverts commit e72fc9b64116bf259e516096fcc60b58ae8ae1b3.|