From db6a2ca889f6c04af3e4480123073173861b10fc Mon Sep 17 00:00:00 2001 From: uazo Date: Fri, 31 May 2024 15:24:02 +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 adf336dc..f9d18061 100644 --- a/docs/PATCHES.md +++ b/docs/PATCHES.md @@ -158,7 +158,7 @@ |**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| |**Evict the entire FrameTree like desktop**
Tue, 14 Feb 2023 16:23:08 +0000
File: [Evict-the-entire-FrameTree-like-desktop.patch](/build/patches/Evict-the-entire-FrameTree-like-desktop.patch)
Author: uazo
Context:
License: GPL-2.0-or-later || |**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 Bromite**
Thu, 29 Sep 2022 11:27:35 +0000
File: [Eyeo-Adblock-Remove-Privacy-Issues.patch](/build/patches/Eyeo-Adblock-Remove-Privacy-Issues.patch)
Author: uazo
Context:
License: |Change the normal behaviour of Eyeo Chromium SDK to
suit Bromite logic.
Add blocking in service workers
Activates the pop-up blocking management present in adblockplus
but not active in upstream.
Added "enable-stricter-popup-blocker" flag for the global
deactivation of all pop-ups (default disabled)| +|**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 Bromite logic.
Add blocking in service workers
Activates the pop-up blocking management present in adblockplus
but not active in upstream.
Added "enable-stricter-popup-blocker" flag for the global
deactivation of all pop-ups (default disabled)| |**Fix chromium build bugs**
Wed, 6 Sep 2023 17:55:01 +0000
File: [Fix-chromium-build-bugs.patch](/build/patches/Fix-chromium-build-bugs.patch)
Author: Your
Context:
License: |because of
https://bugs.chromium.org/p/chromium/issues/detail?id=1491776#c10| |**Fix crash on customize profile ui**
Thu, 7 Sep 2023 06:15:28 +0000
File: [Fix-crash-on-customize-profile-ui.patch](/build/patches/Fix-crash-on-customize-profile-ui.patch)
Author: uazo
Context:
License: GPL-2.0-or-later || |**Follow only system dark mode**
Mon, 4 Jul 2022 16:14:37 +0300
File: [Follow-only-system-dark-mode.patch](/build/patches/Follow-only-system-dark-mode.patch)
Author: krlvm
Context:
License: GPL-3.0-only |Follow only system dark mode preference when theme is set to system default|