[AUTO][DOC] Generate patches doc for master branch
This commit is contained in:
committed by
github-actions[bot]
parent
3fc3e3c234
commit
54b64640ba
+1
-3
@@ -154,14 +154,12 @@
|
||||
|**Enable menu on reload button** <br><sub><nobr> Sat, 25 May 2024 10:34:38 +0000</nobr> <br>File: [Enable-menu-on-reload-button.patch](/build/patches/Enable-menu-on-reload-button.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Activate right-button submenu in reload (desktop platforms).<br>Patch derived from the ungoogled-chromium patch of the same name.|
|
||||
|**Enable native Android autofill** <br><sub><nobr> Sun, 24 Oct 2021 16:54:04 +0000</nobr> <br>File: [Enable-native-Android-autofill.patch](/build/patches/Enable-native-Android-autofill.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |There are 2 different types of autofill: one managed via GCM and the<br>native Android one that uses the provider assigned by the user<br>(which can be any user installed app like Bitwarden for example).<br>In chromium GCM is active while in the WebView the latter.<br>This patch uses WebView code to enable native Android autofill<br>along with browser-managed autofill.<br>A separate toggle is introduced to enable autofill in incognito mode.<br>See also: https://github.com/bromite/bromite/issues/547|
|
||||
|**Enable network isolation features** <br><sub><nobr> Thu, 10 Dec 2020 21:52:35 +0100</nobr> <br>File: [Enable-network-isolation-features.patch](/build/patches/Enable-network-isolation-features.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Enable SplitCacheByNetworkIsolationKey, kSplitHostCacheByNetworkIsolationKey,<br>kPartitionConnectionsByNetworkIsolationKey, kPartitionHttpServerPropertiesByNetworkIsolationKey,<br>kPartitionSSLSessionsByNetworkIsolationKey, PartitionExpectCTStateByNetworkIsolationKey,<br>PartitionNelAndReportingByNetworkIsolationKey, kSplitCacheByNavigationInitiator|
|
||||
|**Enable percent based scrolling on Windows** <br><sub><nobr> Tue, 27 Feb 2024 08:53:37 +0000</nobr> <br>File: [Enable-percent-based-scrolling-on-Windows.patch](/build/patches/Enable-percent-based-scrolling-on-Windows.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |mousewheel and keyboard scrolls will scroll by a<br>percentage of the scroller size and the default scroll<br>animation is replaced with Impulse-style scroll animations|
|
||||
|**Enable platform aac audio and h264 video** <br><sub><nobr> Wed, 6 Mar 2024 12:05:52 +0000</nobr> <br>File: [Enable-platform-aac-audio-and-h264-video.patch](/build/patches/Enable-platform-aac-audio-and-h264-video.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: https://github.com/uazo/cromite/pull/856</nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Allows the activation in android and windows of aac and<br>h264 decoding via the s.o. libraries, replacing ffmpeg which does<br>not have the necessary licences.|
|
||||
|**Enable prefetch-privacy-changes by default** <br><sub><nobr> Fri, 31 Jul 2020 08:27:26 +0200</nobr> <br>File: [Enable-prefetch-privacy-changes-by-default.patch](/build/patches/Enable-prefetch-privacy-changes-by-default.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|
||||
|**Enable search engine settings desktop ui** <br><sub><nobr> Thu, 4 Jan 2024 13:00:12 +0000</nobr> <br>File: [Enable-search-engine-settings-desktop-ui.patch](/build/patches/Enable-search-engine-settings-desktop-ui.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Activates the ability to use the desktop ui for search engine management.<br>The desktop ui is accessible via a button in the android ui.|
|
||||
|**Enable share intent** <br><sub><nobr> Sun, 3 Oct 2021 16:18:24 +0000</nobr> <br>File: [Enable-share-intent.patch](/build/patches/Enable-share-intent.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |This patch allows to activate the management of android.intent.action.SEND<br>with new flag "shared-intent-ui" default active.<br>See also: https://github.com/bromite/bromite/issues/1062|
|
||||
|**Enable third-party storage partitioning** <br><sub><nobr> Sat, 3 Dec 2022 12:02:20 +0100</nobr> <br>File: [Enable-third-party-storage-partitioning.patch](/build/patches/Enable-third-party-storage-partitioning.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|
||||
|**Enables deactivation of the js debugger statement** <br><sub><nobr> Wed, 10 Jan 2024 13:42:27 +0000</nobr> <br>File: [Enables-deactivation-of-the-js-debugger-statement.patch](/build/patches/Enables-deactivation-of-the-js-debugger-statement.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |enables a new option in the developer tools settings for<br>deactivating the debugger javascript statement|
|
||||
|**Evict the entire FrameTree like desktop** <br><sub><nobr> Tue, 14 Feb 2023 16:23:08 +0000</nobr> <br>File: [Evict-the-entire-FrameTree-like-desktop.patch](/build/patches/Evict-the-entire-FrameTree-like-desktop.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|
||||
|**Experimental user scripts support** <br><sub><nobr> Fri, 13 Aug 2021 17:10:47 +0000</nobr> <br>File: [Experimental-user-scripts-support.patch](/build/patches/Experimental-user-scripts-support.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Activate the user scripts functionality for Android,<br>as it is available in the Desktop version.<br>It is possible to add user scripts in two ways: by<br>selecting files from the picker in the settings or<br>downloading the scripts and opening them from downloads<br>(only if such files end with '.user.js').<br>New imported scripts are disabled by default: they<br>can be activated via the UI.<br>Parsed user script headers are: name, version, description,<br>include, exclude, match, exclude_match (only http and<br>https), run-at (document-start, document-end,<br>document-idle), homepage, url_source<br>The UI also allows you to see the source of the script.<br>See also: components/user_scripts/README.md<br>Requires patch: Adds-support-for-writing-URIs.patch|
|
||||
|**Eyeo Adblock for Cromite** <br><sub><nobr> Thu, 29 Sep 2022 11:27:35 +0000</nobr> <br>File: [Eyeo-Adblock-for-Cromite.patch](/build/patches/Eyeo-Adblock-for-Cromite.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Change the normal behaviour of Eyeo Chromium SDK to<br>suit Bromite logic.<br>Add blocking in service workers<br>Activates the pop-up blocking management present in adblockplus<br>but not active in upstream.<br>Added "enable-stricter-popup-blocker" flag for the global<br>deactivation of all pop-ups (default disabled)|
|
||||
|**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|
|
||||
@@ -207,6 +205,7 @@
|
||||
|**Partition MediaDeviceId by default** <br><sub><nobr> Thu, 28 Sep 2023 07:56:11 +0000</nobr> <br>File: [Partition-MediaDeviceId-by-default.patch](/build/patches/Partition-MediaDeviceId-by-default.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |and, in windows, hide the presence of the webcam if the user has not given permission|
|
||||
|**Partition blobs by top frame URL** <br><sub><nobr> Tue, 20 Sep 2022 07:20:01 +0000</nobr> <br>File: [Partition-blobs-by-top-frame-URL.patch](/build/patches/Partition-blobs-by-top-frame-URL.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Verifies that the blob was created with the same top frame URL<br>or, if not defined, by the same agent cluster.|
|
||||
|**Partitioning all cookies by top frame domain** <br><sub><nobr> Mon, 9 Jan 2023 12:02:05 +0000</nobr> <br>File: [Partitioning-all-cookies-by-top-frame-domain.patch](/build/patches/Partitioning-all-cookies-by-top-frame-domain.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Enables cookie partitioning by top frame etld, respecting the<br>user's possible wish to disable all third-party cookies.<br>Disabling the flag via the ui restores the normal mode, where<br>samesite=none first-party cookies are sent in third-party contexts.|
|
||||
|**Prevent mouse wheel fingerprinting on Windows** <br><sub><nobr> Fri, 7 Feb 2025 11:27:51 +0000</nobr> <br>File: [Prevent-mouse-wheel-fingerprinting-on-Windows.patch](/build/patches/Prevent-mouse-wheel-fingerprinting-on-Windows.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|
||||
|**Private network access content settings** <br><sub><nobr> Wed, 17 Apr 2024 18:45:54 +0000</nobr> <br>File: [Private-network-access-content-settings.patch](/build/patches/Private-network-access-content-settings.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Block access to the local network by default in android while allowing<br>user choice in desktop platforms.|
|
||||
|**PublicKeyCredential fingerprinting mitigations** <br><sub><nobr> Thu, 23 Jan 2025 17:01:50 +0000</nobr> <br>File: [PublicKeyCredential-fingerprinting-mitigations.patch](/build/patches/PublicKeyCredential-fingerprinting-mitigations.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Removes the possibility of obtaining the presence of Windows Hello and<br>Bluetooth by querying the PublicKeyCredential of the webauth api in<br>the Windows platform|
|
||||
|**Re-introduce modal dialog flag to close all tabs** <br><sub><nobr> Mon, 8 Aug 2022 02:35:35 +0200</nobr> <br>File: [Re-introduce-modal-dialog-flag-to-close-all-tabs.patch](/build/patches/Re-introduce-modal-dialog-flag-to-close-all-tabs.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Revert "[Tab Management] Cleanup close all tabs modal dialog flags"<br>This reverts commit 614a998c5af5dcd36baffa6d65090c0b8decb03f.|
|
||||
@@ -267,7 +266,6 @@
|
||||
|**WIN Disable updater** <br><sub><nobr> Sun, 7 May 2023 14:03:55 +0000</nobr> <br>File: [WIN-Disable-updater.patch](/build/patches/WIN-Disable-updater.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|
||||
|**WIN Fix log to file** <br><sub><nobr> Fri, 14 Apr 2023 13:55:58 +0000</nobr> <br>File: [WIN-Fix-log-to-file.patch](/build/patches/WIN-Fix-log-to-file.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |Allows log activation without opening the console window.<br>Log rotation enabled by default.|
|
||||
|**WIN disable annotate downloads** <br><sub><nobr> Wed, 28 Dec 2022 15:46:59 +0000</nobr> <br>File: [WIN-disable-annotate-downloads.patch](/build/patches/WIN-disable-annotate-downloads.patch) <br><nobr>Author: Your</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|
||||
|**WIN enable file system access blocklist** <br><sub><nobr> Tue, 14 Feb 2023 16:32:30 +0000</nobr> <br>File: [WIN-enable-file-system-access-blocklist.patch](/build/patches/WIN-enable-file-system-access-blocklist.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|
||||
|**WIN enable pdf plugin** <br><sub><nobr> Wed, 28 Dec 2022 15:46:38 +0000</nobr> <br>File: [WIN-enable-pdf-plugin.patch](/build/patches/WIN-enable-pdf-plugin.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|
||||
|**Warning message for unsupported hardware aes** <br><sub><nobr> Fri, 24 Mar 2023 07:50:59 +0000</nobr> <br>File: [Warning-message-for-unsupported-hardware-aes.patch](/build/patches/Warning-message-for-unsupported-hardware-aes.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |In boringssl the lack of support for native aes instructions in the cpu<br>leads to a change in the order of the encryption methods in the<br>tls1.3 stack and thus to an additional fingerprint bit.<br>The use of software aes is discouraged due to possible side channel<br>attacks, so it is better to warn the user of the presence of an<br>unsupported device.<br>you can remove the message by going to chrome://flags/#no-hw-aes-warning|
|
||||
|**Welcome screen** <br><sub><nobr> Fri, 29 Apr 2022 00:31:49 +0200</nobr> <br>File: [Welcome-screen.patch](/build/patches/Welcome-screen.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Allow toggling automatic updates|
|
||||
|
||||
Reference in New Issue
Block a user