Skip to content

Commit

Permalink
[AUTO][DOC] Generate patches doc for master branch (#1176)
Browse files Browse the repository at this point in the history
[AUTO][DOC] Generate patches doc for master branch
  • Loading branch information
uazo committed May 31, 2024
2 parents f6f41a3 + db6a2ca commit 726270b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/PATCHES.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
|**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 Bromite** <br><sub><nobr> Thu, 29 Sep 2022 11:27:35 +0000</nobr> <br>File: [Eyeo-Adblock-Remove-Privacy-Issues.patch](/build/patches/Eyeo-Adblock-Remove-Privacy-Issues.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)|
|**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|
|**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|
Expand Down

0 comments on commit 726270b

Please sign in to comment.