Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 4e72b80b authored by uazo's avatar uazo Committed by GitHub
Browse files

[AUTO][DOC] Generate patches doc for master branch (#2650)

[AUTO][DOC] Generate patches doc for master branch
parents 0d33718d 7843b67b
Loading
Loading
Loading
Loading
+2 −6
Original line number Original line Diff line number Diff line
@@ -51,12 +51,10 @@
|**Android fonts fingerprinting mitigation** <br><sub><nobr> Sat, 15 Feb 2025 16:25:31 +0000</nobr> <br>File: [Android-fonts-fingerprinting-mitigation.patch](/build/patches/Android-fonts-fingerprinting-mitigation.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Replaces system fonts with a predefined set downloaded from www.cromite.org|
|**Android fonts fingerprinting mitigation** <br><sub><nobr> Sat, 15 Feb 2025 16:25:31 +0000</nobr> <br>File: [Android-fonts-fingerprinting-mitigation.patch](/build/patches/Android-fonts-fingerprinting-mitigation.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Replaces system fonts with a predefined set downloaded from www.cromite.org|
|**Ask to restart on connection change** <br><sub><nobr> Tue, 18 Jun 2024 15:31:12 +0000</nobr> <br>File: [Ask-for-restart-on-connection-change.patch](/build/patches/Ask-for-restart-on-connection-change.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Experimental use of the OfflineDetector to identify network change, disabled by default.<br>If it is active, when the network change is detected by the android API,<br>the user is warned and asked to restart the browser.<br>Technically, blink's freeze mode is exploited, which allows javascript<br>execution and network calls to be blocked.<br>A preventive shutdown of all service workers is carried out, to inhibit the sending<br>of messages over the new ip, since the service workers have access<br>to the background fetch api.<br>The freeze and resume event of javascript is deliberately left, since the<br>page could deduct it in any case. In any case during the execution of<br>the javascript events, the page can only access the FetchLater api,<br>which is disabled by another patch.<br>The patch also changes the standard behaviour of the browser, allowing visible pages to freeze.<br>This could lead to the failure of some DCHECKS related to the handling of UI messages at unfreeze,<br>but since the goal is a reboot, this should not be the case.|
|**Ask to restart on connection change** <br><sub><nobr> Tue, 18 Jun 2024 15:31:12 +0000</nobr> <br>File: [Ask-for-restart-on-connection-change.patch](/build/patches/Ask-for-restart-on-connection-change.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Experimental use of the OfflineDetector to identify network change, disabled by default.<br>If it is active, when the network change is detected by the android API,<br>the user is warned and asked to restart the browser.<br>Technically, blink's freeze mode is exploited, which allows javascript<br>execution and network calls to be blocked.<br>A preventive shutdown of all service workers is carried out, to inhibit the sending<br>of messages over the new ip, since the service workers have access<br>to the background fetch api.<br>The freeze and resume event of javascript is deliberately left, since the<br>page could deduct it in any case. In any case during the execution of<br>the javascript events, the page can only access the FetchLater api,<br>which is disabled by another patch.<br>The patch also changes the standard behaviour of the browser, allowing visible pages to freeze.<br>This could lead to the failure of some DCHECKS related to the handling of UI messages at unfreeze,<br>but since the goal is a reboot, this should not be the case.|
|**AudioBuffer, AnalyserNode: fp mitigations** <br><sub><nobr> Sun, 25 Mar 2018 21:49:37 +0200</nobr> <br>File: [AudioBuffer-AnalyserNode-fp-mitigations.patch](/build/patches/AudioBuffer-AnalyserNode-fp-mitigations.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Truncate base latency precision to two digits|
|**AudioBuffer, AnalyserNode: fp mitigations** <br><sub><nobr> Sun, 25 Mar 2018 21:49:37 +0200</nobr> <br>File: [AudioBuffer-AnalyserNode-fp-mitigations.patch](/build/patches/AudioBuffer-AnalyserNode-fp-mitigations.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Truncate base latency precision to two digits|
|**Backport-v144-android-extensions-changes** <br><sub><nobr> Thu, 6 Nov 2025 13:22:24 +0000</nobr> <br>File: [Backport-v144-android-extensions-changes.patch](/build/patches/Backport-v144-android-extensions-changes.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Enable support for anonymous browsing.<br>Backport of bugid<br>7089957: extensions Use BrowserWindowInterface in ExtensionViewHost<br>https://chromium-review.googlesource.com/c/chromium/src/+/7089957<br>7126008: Destroy ExtensionWindowControllerBridge when its Profile is destroyed<br>https://chromium-review.googlesource.com/c/chromium/src/+/7126008|
|**Battery API: return nothing** <br><sub><nobr> Thu, 22 Mar 2018 22:11:57 +0100</nobr> <br>File: [Battery-API-return-nothing.patch](/build/patches/Battery-API-return-nothing.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Include @thestinger's fix for correct charging/unknown values|
|**Battery API: return nothing** <br><sub><nobr> Thu, 22 Mar 2018 22:11:57 +0100</nobr> <br>File: [Battery-API-return-nothing.patch](/build/patches/Battery-API-return-nothing.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Include @thestinger's fix for correct charging/unknown values|
|**Block Intents While Locked** <br><sub><nobr> Tue, 31 Oct 2023 16:16:08 +0000</nobr> <br>File: [Block-Intents-While-Locked.patch](/build/patches/Block-Intents-While-Locked.patch) <br><nobr>Author: Your</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |see https://source.chromium.org/chromium/chromium/src/+/c5b50f4c2d42e7b808fd3e6fb3545cdb3f4d82c9|
|**Block Intents While Locked** <br><sub><nobr> Tue, 31 Oct 2023 16:16:08 +0000</nobr> <br>File: [Block-Intents-While-Locked.patch](/build/patches/Block-Intents-While-Locked.patch) <br><nobr>Author: Your</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |see https://source.chromium.org/chromium/chromium/src/+/c5b50f4c2d42e7b808fd3e6fb3545cdb3f4d82c9|
|**Block gateway attacks via websockets** <br><sub><nobr> Tue, 28 Jul 2020 12:28:58 +0200</nobr> <br>File: [Block-gateway-attacks-via-websockets.patch](/build/patches/Block-gateway-attacks-via-websockets.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |This approach is not comprehensive, see also:<br>* https://bugs.chromium.org/p/chromium/issues/detail?id=590714|
|**Block gateway attacks via websockets** <br><sub><nobr> Tue, 28 Jul 2020 12:28:58 +0200</nobr> <br>File: [Block-gateway-attacks-via-websockets.patch](/build/patches/Block-gateway-attacks-via-websockets.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |This approach is not comprehensive, see also:<br>* https://bugs.chromium.org/p/chromium/issues/detail?id=590714|
|**Block leakage of urls in sandbox iframes** <br><sub><nobr> Sat, 21 Sep 2024 14:36:25 +0000</nobr> <br>File: [Block-leakage-of-urls-in-sandbox-iframes.patch](/build/patches/Block-leakage-of-urls-in-sandbox-iframes.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Preventing url base fallback leakage in cross orgin sandbox iframe.<br>Addition of the ""block-url-leakage-sandbox-iframe" flag disabled by default.<br>DO NOT ACTIVATE: the patch is a wip<br>The aim is to understand whether it is possible to disable the<br>leakage of certain information in sandbox iframes|
|**Block leakage of urls in sandbox iframes** <br><sub><nobr> Sat, 21 Sep 2024 14:36:25 +0000</nobr> <br>File: [Block-leakage-of-urls-in-sandbox-iframes.patch](/build/patches/Block-leakage-of-urls-in-sandbox-iframes.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Preventing url base fallback leakage in cross orgin sandbox iframe.<br>Addition of the ""block-url-leakage-sandbox-iframe" flag disabled by default.<br>DO NOT ACTIVATE: the patch is a wip<br>The aim is to understand whether it is possible to disable the<br>leakage of certain information in sandbox iframes|
|**Block qjz9zk or trk: requests** <br><sub><nobr> Wed, 30 Oct 2019 11:50:13 +0100</nobr> <br>File: [Block-qjz9zk-or-trk-requests.patch](/build/patches/Block-qjz9zk-or-trk-requests.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |An info bar is displayed unless the --disable-trkbar command-line flag or the chrome://flag option is used.<br>This patch is based on Iridium's 'net: add "trk:" scheme and help identify URLs being retrieved'|
|**Bookmarks select all menu entry** <br><sub><nobr> Sat, 9 Apr 2022 23:01:55 +0200</nobr> <br>File: [Bookmarks-select-all-menu-entry.patch](/build/patches/Bookmarks-select-all-menu-entry.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Requires: Restore-BookmarkToolbar-setCurrentFolder.patch|
|**Bookmarks select all menu entry** <br><sub><nobr> Sat, 9 Apr 2022 23:01:55 +0200</nobr> <br>File: [Bookmarks-select-all-menu-entry.patch](/build/patches/Bookmarks-select-all-menu-entry.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Requires: Restore-BookmarkToolbar-setCurrentFolder.patch|
|**Bromite auto updater** <br><sub><nobr> Thu, 7 Oct 2021 14:27:12 +0000</nobr> <br>File: [Bromite-auto-updater.patch](/build/patches/Bromite-auto-updater.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Enable checking for new versions, with notifications and proxy support.<br>Restore InlineUpdateFlow feature.<br>Some parts authored by csagan5.|
|**Bromite auto updater** <br><sub><nobr> Thu, 7 Oct 2021 14:27:12 +0000</nobr> <br>File: [Bromite-auto-updater.patch](/build/patches/Bromite-auto-updater.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Enable checking for new versions, with notifications and proxy support.<br>Restore InlineUpdateFlow feature.<br>Some parts authored by csagan5.|
|**Bromite package name** <br><sub><nobr> Sat, 8 Jan 2022 19:42:34 +0100</nobr> <br>File: [Bromite-package-name.patch](/build/patches/Bromite-package-name.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Bromite package name** <br><sub><nobr> Sat, 8 Jan 2022 19:42:34 +0100</nobr> <br>File: [Bromite-package-name.patch](/build/patches/Bromite-package-name.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
@@ -107,6 +105,7 @@
|**Disable crash reporting** <br><sub><nobr> Sat, 9 Apr 2022 21:43:35 +0200</nobr> <br>File: [Disable-crash-reporting.patch](/build/patches/Disable-crash-reporting.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Disable crash reporting** <br><sub><nobr> Sat, 9 Apr 2022 21:43:35 +0200</nobr> <br>File: [Disable-crash-reporting.patch](/build/patches/Disable-crash-reporting.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Disable csp reports** <br><sub><nobr> Sun, 26 Feb 2023 19:46:04 +0000</nobr> <br>File: [Disable-csp-reports.patch](/build/patches/Disable-csp-reports.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Disable csp reports** <br><sub><nobr> Sun, 26 Feb 2023 19:46:04 +0000</nobr> <br>File: [Disable-csp-reports.patch](/build/patches/Disable-csp-reports.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Disable css preferred text scale** <br><sub><nobr> Sat, 28 Jun 2025 08:16:28 +0000</nobr> <br>File: [Disable-css-preferred-text-scale.patch](/build/patches/Disable-css-preferred-text-scale.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Do not expose the user's preferred font scale to CSS.|
|**Disable css preferred text scale** <br><sub><nobr> Sat, 28 Jun 2025 08:16:28 +0000</nobr> <br>File: [Disable-css-preferred-text-scale.patch](/build/patches/Disable-css-preferred-text-scale.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Do not expose the user's preferred font scale to CSS.|
|**Disable device bound session** <br><sub><nobr> Mon, 19 Jan 2026 12:00:34 +0000</nobr> <br>File: [Disable-device-bound-session.patch](/build/patches/Disable-device-bound-session.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Disable DBSC due to potential privacy issues<br>see https://w3c.github.io/webappsec-dbsc/#privacy-considerations|
|**Disable devtools remote and custom protocols** <br><sub><nobr> Mon, 17 Apr 2023 12:38:44 +0000</nobr> <br>File: [Disable-devtools-remote-and-custom-protocols.patch](/build/patches/Disable-devtools-remote-and-custom-protocols.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Disable devtools remote and custom protocols** <br><sub><nobr> Mon, 17 Apr 2023 12:38:44 +0000</nobr> <br>File: [Disable-devtools-remote-and-custom-protocols.patch](/build/patches/Disable-devtools-remote-and-custom-protocols.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Disable feeds support by default** <br><sub><nobr> Thu, 19 Dec 2019 22:52:53 +0100</nobr> <br>File: [Disable-feeds-support-by-default.patch](/build/patches/Disable-feeds-support-by-default.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Disable feeds support by default** <br><sub><nobr> Thu, 19 Dec 2019 22:52:53 +0100</nobr> <br>File: [Disable-feeds-support-by-default.patch](/build/patches/Disable-feeds-support-by-default.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Disable fetching of all field trials** <br><sub><nobr> Sun, 8 Jul 2018 18:16:34 +0200</nobr> <br>File: [Disable-fetching-of-all-field-trials.patch](/build/patches/Disable-fetching-of-all-field-trials.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Disable seed-based field trials.<br>Disable reporting of Omnibox suggestions header.|
|**Disable fetching of all field trials** <br><sub><nobr> Sun, 8 Jul 2018 18:16:34 +0200</nobr> <br>File: [Disable-fetching-of-all-field-trials.patch](/build/patches/Disable-fetching-of-all-field-trials.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Disable seed-based field trials.<br>Disable reporting of Omnibox suggestions header.|
@@ -140,7 +139,6 @@
|**Disallowing MIDI permission by default** <br><sub><nobr> Sat, 3 Jun 2023 13:11:22 +0000</nobr> <br>File: [Disallowing-MIDI-permission-by-default.patch](/build/patches/Disallowing-MIDI-permission-by-default.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Disallowing MIDI permission by default** <br><sub><nobr> Sat, 3 Jun 2023 13:11:22 +0000</nobr> <br>File: [Disallowing-MIDI-permission-by-default.patch](/build/patches/Disallowing-MIDI-permission-by-default.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Do not block the build for incompatible profiles** <br><sub><nobr> Wed, 2 Aug 2023 15:15:48 +0000</nobr> <br>File: [do-not-block-build-incompatible-profiles.patch](/build/patches/do-not-block-build-incompatible-profiles.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Do not block the build for incompatible profiles** <br><sub><nobr> Wed, 2 Aug 2023 15:15:48 +0000</nobr> <br>File: [do-not-block-build-incompatible-profiles.patch](/build/patches/do-not-block-build-incompatible-profiles.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Do not build API keys infobar** <br><sub><nobr> Fri, 23 Jul 2021 15:05:19 +0200</nobr> <br>File: [Do-not-build-API-keys-infobar.patch](/build/patches/Do-not-build-API-keys-infobar.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Do not build API keys infobar** <br><sub><nobr> Fri, 23 Jul 2021 15:05:19 +0200</nobr> <br>File: [Do-not-build-API-keys-infobar.patch](/build/patches/Do-not-build-API-keys-infobar.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Do not check for the presence of use_remoteexec** <br><sub><nobr> Mon, 3 Mar 2025 12:04:53 +0000</nobr> <br>File: [Do-not-check-for-the-presence-of-use-remoteexec.patch](/build/patches/Do-not-check-for-the-presence-of-use-remoteexec.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Do not compile QR code sharing** <br><sub><nobr> Thu, 27 Feb 2020 23:23:59 +0100</nobr> <br>File: [Do-not-compile-QR-code-sharing.patch](/build/patches/Do-not-compile-QR-code-sharing.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Do not compile QR code sharing** <br><sub><nobr> Thu, 27 Feb 2020 23:23:59 +0100</nobr> <br>File: [Do-not-compile-QR-code-sharing.patch](/build/patches/Do-not-compile-QR-code-sharing.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Do not ignore download location prompt setting** <br><sub><nobr> Sun, 20 Jan 2019 06:20:10 +0100</nobr> <br>File: [Do-not-ignore-download-location-prompt-setting.patch](/build/patches/Do-not-ignore-download-location-prompt-setting.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Upstream has decided that it works as intended (https://bugs.chromium.org/p/chromium/issues/detail?id=916606)<br>but users would like to decide where to save a file even when there is no SD card available;<br>do not skip the prompt in such cases.<br>Do not tick "Don't show again" by default|
|**Do not ignore download location prompt setting** <br><sub><nobr> Sun, 20 Jan 2019 06:20:10 +0100</nobr> <br>File: [Do-not-ignore-download-location-prompt-setting.patch](/build/patches/Do-not-ignore-download-location-prompt-setting.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Upstream has decided that it works as intended (https://bugs.chromium.org/p/chromium/issues/detail?id=916606)<br>but users would like to decide where to save a file even when there is no SD card available;<br>do not skip the prompt in such cases.<br>Do not tick "Don't show again" by default|
|**Do not link with libatomic** <br><sub><nobr> Tue, 11 Jan 2022 13:59:32 +0000</nobr> <br>File: [Do-not-link-with-libatomic.patch](/build/patches/Do-not-link-with-libatomic.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Compiler has built-in support thus libatomic linking is no more needed<br>This patch allows building with use_sysroot=false|
|**Do not link with libatomic** <br><sub><nobr> Tue, 11 Jan 2022 13:59:32 +0000</nobr> <br>File: [Do-not-link-with-libatomic.patch](/build/patches/Do-not-link-with-libatomic.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Compiler has built-in support thus libatomic linking is no more needed<br>This patch allows building with use_sysroot=false|
@@ -178,7 +176,6 @@
|**Fix chromium build bugs** <br><sub><nobr> Wed, 6 Sep 2023 17:55:01 +0000</nobr> <br>File: [Fix-chromium-build-bugs.patch](/build/patches/Fix-chromium-build-bugs.patch) <br><nobr>Author: Your</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |because of<br>https://bugs.chromium.org/p/chromium/issues/detail?id=1491776#c10|
|**Fix chromium build bugs** <br><sub><nobr> Wed, 6 Sep 2023 17:55:01 +0000</nobr> <br>File: [Fix-chromium-build-bugs.patch](/build/patches/Fix-chromium-build-bugs.patch) <br><nobr>Author: Your</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |because of<br>https://bugs.chromium.org/p/chromium/issues/detail?id=1491776#c10|
|**Fix chromium vanilla** <br><sub><nobr> Fri, 2 Aug 2024 10:22:09 +0000</nobr> <br>File: [Fix-chromium-vanilla.patch](/build/patches/Fix-chromium-vanilla.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Fixes some crashes in start-up (only chromium vanilla)|
|**Fix chromium vanilla** <br><sub><nobr> Fri, 2 Aug 2024 10:22:09 +0000</nobr> <br>File: [Fix-chromium-vanilla.patch](/build/patches/Fix-chromium-vanilla.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Fixes some crashes in start-up (only chromium vanilla)|
|**Fix crash on customize profile ui** <br><sub><nobr> Thu, 7 Sep 2023 06:15:28 +0000</nobr> <br>File: [Fix-crash-on-customize-profile-ui.patch](/build/patches/Fix-crash-on-customize-profile-ui.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Fix crash on customize profile ui** <br><sub><nobr> Thu, 7 Sep 2023 06:15:28 +0000</nobr> <br>File: [Fix-crash-on-customize-profile-ui.patch](/build/patches/Fix-crash-on-customize-profile-ui.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Follow only system dark mode** <br><sub><nobr> Mon, 4 Jul 2022 16:14:37 +0300</nobr> <br>File: [Follow-only-system-dark-mode.patch](/build/patches/Follow-only-system-dark-mode.patch) <br><nobr>Author: krlvm</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Follow only system dark mode preference when theme is set to system default|
|**Fonts fingerprinting mitigation** <br><sub><nobr> Wed, 1 Mar 2023 15:37:55 +0000</nobr> <br>File: [Fonts-fingerprinting-mitigation.patch](/build/patches/Fonts-fingerprinting-mitigation.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |The patch disables the use of non-standard fonts by blink,<br>used for device fingerprinting.<br>Access to local fonts and downloading fonts via Android<br>Downloadable Fonts API is disabled.<br>In windows, the patch exposes only fonts from the default<br>installation based on the user language exposed to the websites,<br>eliminating the ability to retrieve fonts handled differently<br>by gdi and directwrite.<br>It is possible to restore the original behavior via the<br>fonts-fingerprint-mitigation flag, which is active by default.|
|**Fonts fingerprinting mitigation** <br><sub><nobr> Wed, 1 Mar 2023 15:37:55 +0000</nobr> <br>File: [Fonts-fingerprinting-mitigation.patch](/build/patches/Fonts-fingerprinting-mitigation.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |The patch disables the use of non-standard fonts by blink,<br>used for device fingerprinting.<br>Access to local fonts and downloading fonts via Android<br>Downloadable Fonts API is disabled.<br>In windows, the patch exposes only fonts from the default<br>installation based on the user language exposed to the websites,<br>eliminating the ability to retrieve fonts handled differently<br>by gdi and directwrite.<br>It is possible to restore the original behavior via the<br>fonts-fingerprint-mitigation flag, which is active by default.|
|**Force use vpython3 for some scripts** <br><sub><nobr> Fri, 2 May 2025 14:16:01 +0000</nobr> <br>File: [Force-use-vpython3-for-some-scripts.patch](/build/patches/Force-use-vpython3-for-some-scripts.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Some scripts need the latest version of python not available in the docker container.<br>The patch forces the use of python in the virtual environment in the version<br>required by the chromium build tools.|
|**Force use vpython3 for some scripts** <br><sub><nobr> Fri, 2 May 2025 14:16:01 +0000</nobr> <br>File: [Force-use-vpython3-for-some-scripts.patch](/build/patches/Force-use-vpython3-for-some-scripts.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Some scripts need the latest version of python not available in the docker container.<br>The patch forces the use of python in the virtual environment in the version<br>required by the chromium build tools.|
|**Guard for user-agent reduction** <br><sub><nobr> Mon, 10 Feb 2020 23:13:13 +0100</nobr> <br>File: [Guard-for-user-agent-reduction.patch](/build/patches/Guard-for-user-agent-reduction.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Guard for user-agent reduction** <br><sub><nobr> Mon, 10 Feb 2020 23:13:13 +0100</nobr> <br>File: [Guard-for-user-agent-reduction.patch](/build/patches/Guard-for-user-agent-reduction.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
@@ -195,6 +192,7 @@
|**Keep ComputePressure disabled** <br><sub><nobr> Tue, 14 May 2024 15:33:59 +0000</nobr> <br>File: [Keep-ComputePressure-disabled.patch](/build/patches/Keep-ComputePressure-disabled.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Keep ComputePressure disabled** <br><sub><nobr> Tue, 14 May 2024 15:33:59 +0000</nobr> <br>File: [Keep-ComputePressure-disabled.patch](/build/patches/Keep-ComputePressure-disabled.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Keep Manta Service Disabled** <br><sub><nobr> Tue, 31 Oct 2023 16:20:12 +0000</nobr> <br>File: [Keep-Manta-Service-Disabled.patch](/build/patches/Keep-Manta-Service-Disabled.patch) <br><nobr>Author: Your</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Keep Manta Service Disabled** <br><sub><nobr> Tue, 31 Oct 2023 16:20:12 +0000</nobr> <br>File: [Keep-Manta-Service-Disabled.patch](/build/patches/Keep-Manta-Service-Disabled.patch) <br><nobr>Author: Your</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Keep Side Panel Companion disabled** <br><sub><nobr> Mon, 17 Jul 2023 15:24:16 +0000</nobr> <br>File: [Keep-Side-Panel-Companion-disabled.patch](/build/patches/Keep-Side-Panel-Companion-disabled.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Keep Side Panel Companion disabled** <br><sub><nobr> Mon, 17 Jul 2023 15:24:16 +0000</nobr> <br>File: [Keep-Side-Panel-Companion-disabled.patch](/build/patches/Keep-Side-Panel-Companion-disabled.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Keep disabled CpuPerformance** <br><sub><nobr> Mon, 19 Jan 2026 12:01:31 +0000</nobr> <br>File: [Keep-disabled-CpuPerformance.patch](/build/patches/Keep-disabled-CpuPerformance.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Keep disabled CpuPerformance due to potential privacy issues<br>see https://github.com/explainers-by-googlers/cpu-performance?tab=readme-ov-file#accessibility-privacy-and-security-considerations|
|**Keep disabled FetchLaterAPI** <br><sub><nobr> Thu, 28 Sep 2023 08:11:00 +0000</nobr> <br>File: [Keep-disabled-FetchLaterAPI.patch](/build/patches/Keep-disabled-FetchLaterAPI.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Disallow a network request to survive to context destoy.<br>For Request with active keepalive, if the request does not<br>start from the same origin.<br>It also inhibits the blocked request exception to javascript.|
|**Keep disabled FetchLaterAPI** <br><sub><nobr> Thu, 28 Sep 2023 08:11:00 +0000</nobr> <br>File: [Keep-disabled-FetchLaterAPI.patch](/build/patches/Keep-disabled-FetchLaterAPI.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Disallow a network request to survive to context destoy.<br>For Request with active keepalive, if the request does not<br>start from the same origin.<br>It also inhibits the blocked request exception to javascript.|
|**Keep disabled WebViewMediaIntegrityApi** <br><sub><nobr> Wed, 22 May 2024 07:43:04 +0000</nobr> <br>File: [Keep-disabled-WebViewMediaIntegrityApi.patch](/build/patches/Keep-disabled-WebViewMediaIntegrityApi.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Disables a new mechanism similar to Web Environment Integrity API in use in webviews<br>see https://issuetracker.google.com/issues/327186031<br>https://android-developers.googleblog.com/2023/11/increasing-trust-for-embedded-media.html<br>need: Add-cromite-flags-support.patch|
|**Keep disabled WebViewMediaIntegrityApi** <br><sub><nobr> Wed, 22 May 2024 07:43:04 +0000</nobr> <br>File: [Keep-disabled-WebViewMediaIntegrityApi.patch](/build/patches/Keep-disabled-WebViewMediaIntegrityApi.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Disables a new mechanism similar to Web Environment Integrity API in use in webviews<br>see https://issuetracker.google.com/issues/327186031<br>https://android-developers.googleblog.com/2023/11/increasing-trust-for-embedded-media.html<br>need: Add-cromite-flags-support.patch|
|**Keep disabled cache sharing for pervasive scripts** <br><sub><nobr> Sat, 28 Jun 2025 08:17:35 +0000</nobr> <br>File: [Keep-disabled-cache-sharing-for-pervasive-scripts.patch](/build/patches/Keep-disabled-cache-sharing-for-pervasive-scripts.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Keeps disabled the new feature that allows bypassing the cache partition for specific urls.|
|**Keep disabled cache sharing for pervasive scripts** <br><sub><nobr> Sat, 28 Jun 2025 08:17:35 +0000</nobr> <br>File: [Keep-disabled-cache-sharing-for-pervasive-scripts.patch](/build/patches/Keep-disabled-cache-sharing-for-pervasive-scripts.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Keeps disabled the new feature that allows bypassing the cache partition for specific urls.|
@@ -267,7 +265,6 @@
|**Supporting Dangling Ptr Detection via BackupRefPtr** <br><sub><nobr> Thu, 11 Dec 2025 09:53:13 +0000</nobr> <br>File: [Supporting-Dangling-Ptr-Detection-via-BackupRefPtr.patch](/build/patches/Supporting-Dangling-Ptr-Detection-via-BackupRefPtr.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Enable Dangling Ptr Detection (DPD) via BackupRefPtr (BRP) (disabled by default)<br>and additional safety checks that are too expensive to have on by default.<br>Enable checking raw_ptr do not become dangling during their lifetime.<br>Write a fixed cookie pattern at the end of each allocation to ensure there is no OOB write.<br>Enable MTE activation in Android for enabled devices (flag disabled by default)<br>BRP and MTE activate additional checks related to memory usage at the expense of<br>performance and increased memory usage, but guarantee the user that the browser<br>will not suffer from development errors related to memory management.|
|**Supporting Dangling Ptr Detection via BackupRefPtr** <br><sub><nobr> Thu, 11 Dec 2025 09:53:13 +0000</nobr> <br>File: [Supporting-Dangling-Ptr-Detection-via-BackupRefPtr.patch](/build/patches/Supporting-Dangling-Ptr-Detection-via-BackupRefPtr.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Enable Dangling Ptr Detection (DPD) via BackupRefPtr (BRP) (disabled by default)<br>and additional safety checks that are too expensive to have on by default.<br>Enable checking raw_ptr do not become dangling during their lifetime.<br>Write a fixed cookie pattern at the end of each allocation to ensure there is no OOB write.<br>Enable MTE activation in Android for enabled devices (flag disabled by default)<br>BRP and MTE activate additional checks related to memory usage at the expense of<br>performance and increased memory usage, but guarantee the user that the browser<br>will not suffer from development errors related to memory management.|
|**Switch to -fstack-protector-strong** <br><sub><nobr> Wed, 26 Dec 2018 10:20:24 -0500</nobr> <br>File: [Switch-to-fstack-protector-strong.patch](/build/patches/Switch-to-fstack-protector-strong.patch) <br><nobr>Author: Daniel</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |This compiler option is already used for ChromeOS, but not yet on other<br>platforms because there is push back against enabling an option resulting in<br>~1-2% lower performance and ~2-3% larger binaries.<br>The size increase on Android is something they care a lot about since some<br>devices have very little storage space. That also means ever so slightly<br>higher memory/cache usage but not by the full 2-3%.|
|**Switch to -fstack-protector-strong** <br><sub><nobr> Wed, 26 Dec 2018 10:20:24 -0500</nobr> <br>File: [Switch-to-fstack-protector-strong.patch](/build/patches/Switch-to-fstack-protector-strong.patch) <br><nobr>Author: Daniel</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |This compiler option is already used for ChromeOS, but not yet on other<br>platforms because there is push back against enabling an option resulting in<br>~1-2% lower performance and ~2-3% larger binaries.<br>The size increase on Android is something they care a lot about since some<br>devices have very little storage space. That also means ever so slightly<br>higher memory/cache usage but not by the full 2-3%.|
|**TEMP Add a log to track strange behavior** <br><sub><nobr> Fri, 19 May 2023 12:26:37 +0000</nobr> <br>File: [TEMP-Add-a-log-to-track-strange-behavior.patch](/build/patches/TEMP-Add-a-log-to-track-strange-behavior.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**TEMP Add a log to track strange behavior** <br><sub><nobr> Fri, 19 May 2023 12:26:37 +0000</nobr> <br>File: [TEMP-Add-a-log-to-track-strange-behavior.patch](/build/patches/TEMP-Add-a-log-to-track-strange-behavior.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Temp PerformanceNavigationTiming privacy fix** <br><sub><nobr> Wed, 11 Oct 2023 09:40:53 +0000</nobr> <br>File: [Temp-PerformanceNavigationTiming-privacy-fix.patch](/build/patches/Temp-PerformanceNavigationTiming-privacy-fix.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Temp disable UseContextSnapshot** <br><sub><nobr> Tue, 1 Jul 2025 14:50:29 +0000</nobr> <br>File: [Temp-disable-UseContextSnapshot.patch](/build/patches/Temp-disable-UseContextSnapshot.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Temporarily disable the context snapshot of blink and use that of v8.|
|**Temp disable UseContextSnapshot** <br><sub><nobr> Tue, 1 Jul 2025 14:50:29 +0000</nobr> <br>File: [Temp-disable-UseContextSnapshot.patch](/build/patches/Temp-disable-UseContextSnapshot.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Temporarily disable the context snapshot of blink and use that of v8.|
|**Temp disable experimental-web-platform-features** <br><sub><nobr> Mon, 2 Sep 2024 07:05:25 +0000</nobr> <br>File: [Temp-disable-experimental-web-platform-features.patch](/build/patches/Temp-disable-experimental-web-platform-features.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Temp disable experimental-web-platform-features** <br><sub><nobr> Mon, 2 Sep 2024 07:05:25 +0000</nobr> <br>File: [Temp-disable-experimental-web-platform-features.patch](/build/patches/Temp-disable-experimental-web-platform-features.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Temp disable predictive back gesture** <br><sub><nobr> Sat, 12 Aug 2023 14:48:57 +0000</nobr> <br>File: [Temp-disable-predictive-back-gesture.patch](/build/patches/Temp-disable-predictive-back-gesture.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Temp disable predictive back gesture** <br><sub><nobr> Sat, 12 Aug 2023 14:48:57 +0000</nobr> <br>File: [Temp-disable-predictive-back-gesture.patch](/build/patches/Temp-disable-predictive-back-gesture.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
@@ -303,7 +300,6 @@
|**do not add suffix to package name** <br><sub><nobr> Sat, 11 Jul 2020 15:00:13 +0200</nobr> <br>File: [do-not-add-suffix-to-package-name.patch](/build/patches/do-not-add-suffix-to-package-name.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**do not add suffix to package name** <br><sub><nobr> Sat, 11 Jul 2020 15:00:13 +0200</nobr> <br>File: [do-not-add-suffix-to-package-name.patch](/build/patches/do-not-add-suffix-to-package-name.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**do not hide .orig files** <br><sub><nobr> Mon, 21 Jan 2019 09:17:05 +0100</nobr> <br>File: [do-not-hide-.orig-files.patch](/build/patches/do-not-hide-.orig-files.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**do not hide .orig files** <br><sub><nobr> Mon, 21 Jan 2019 09:17:05 +0100</nobr> <br>File: [do-not-hide-.orig-files.patch](/build/patches/do-not-hide-.orig-files.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**enable -ftrivial-auto-var-init=zero** <br><sub><nobr> Wed, 8 Apr 2020 20:48:17 -0400</nobr> <br>File: [enable-ftrivial-auto-var-init-zero.patch](/build/patches/enable-ftrivial-auto-var-init-zero.patch) <br><nobr>Author: Daniel</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**enable -ftrivial-auto-var-init=zero** <br><sub><nobr> Wed, 8 Apr 2020 20:48:17 -0400</nobr> <br>File: [enable-ftrivial-auto-var-init-zero.patch](/build/patches/enable-ftrivial-auto-var-init-zero.patch) <br><nobr>Author: Daniel</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**exit on failure of inclusion** <br><sub><nobr> Fri, 6 Apr 2018 10:29:05 +0200</nobr> <br>File: [exit-on-failure-of-inclusion.patch](/build/patches/exit-on-failure-of-inclusion.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**eyeo Browser Ad filtering Solution: Android API Module** <br><sub><nobr> Fri, 14 Feb 2025 08:26:39 +0100</nobr> <br>File: [eyeo-133.0.6943.49-android_api.patch](/build/patches/eyeo-133.0.6943.49-android_api.patch) <br><nobr>Author: chromium-sdk</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Based on Chromium 133.0.6943.49<br>Pre-requisites: eyeo Browser Ad filtering Solution: Base Module|
|**eyeo Browser Ad filtering Solution: Android API Module** <br><sub><nobr> Fri, 14 Feb 2025 08:26:39 +0100</nobr> <br>File: [eyeo-133.0.6943.49-android_api.patch](/build/patches/eyeo-133.0.6943.49-android_api.patch) <br><nobr>Author: chromium-sdk</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Based on Chromium 133.0.6943.49<br>Pre-requisites: eyeo Browser Ad filtering Solution: Base Module|
|**eyeo Browser Ad filtering Solution: Android Settings UI Module** <br><sub><nobr> Fri, 14 Feb 2025 08:26:40 +0100</nobr> <br>File: [eyeo-133.0.6943.49-android_settings.patch](/build/patches/eyeo-133.0.6943.49-android_settings.patch) <br><nobr>Author: chromium-sdk</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Based on Chromium 133.0.6943.49<br>Pre-requisites: eyeo Browser Ad filtering Solution: Base Module and Android API Module|
|**eyeo Browser Ad filtering Solution: Android Settings UI Module** <br><sub><nobr> Fri, 14 Feb 2025 08:26:40 +0100</nobr> <br>File: [eyeo-133.0.6943.49-android_settings.patch](/build/patches/eyeo-133.0.6943.49-android_settings.patch) <br><nobr>Author: chromium-sdk</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Based on Chromium 133.0.6943.49<br>Pre-requisites: eyeo Browser Ad filtering Solution: Base Module and Android API Module|
|**eyeo Browser Ad filtering Solution: Base Module** <br><sub><nobr> Fri, 14 Feb 2025 08:26:31 +0100</nobr> <br>File: [eyeo-133.0.6943.49-base.patch](/build/patches/eyeo-133.0.6943.49-base.patch) <br><nobr>Author: chromium-sdk</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Based on Chromium 133.0.6943.49|
|**eyeo Browser Ad filtering Solution: Base Module** <br><sub><nobr> Fri, 14 Feb 2025 08:26:31 +0100</nobr> <br>File: [eyeo-133.0.6943.49-base.patch](/build/patches/eyeo-133.0.6943.49-base.patch) <br><nobr>Author: chromium-sdk</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Based on Chromium 133.0.6943.49|