Skip to content

Commit

Permalink
Merge pull request #901 from uazo/create-pull-request/patch-a8503d9
Browse files Browse the repository at this point in the history
Generate patches doc for next 123 branch
  • Loading branch information
uazo authored Mar 17, 2024
2 parents a8503d9 + 8923ff2 commit 5951e48
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/PATCHES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
| Patch | Message |
|--------|--------|
|**AImageReader CFI crash mitigations** <br><sub><nobr> Tue, 5 May 2020 07:22:20 +0200</nobr> <br>File: [AImageReader-CFI-crash-mitigations.patch](/build/patches/AImageReader-CFI-crash-mitigations.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Revert "gpu/android: Remove setup for disabling AImageReader."<br>This reverts commit dcd5a39518246eb999f1cc63bf1ec95d93fd5b2f.<br>Revert "Remove flags to enable/disable AImageReader."<br>This reverts commit 463fa0f2e3b9e418bc26e2c8954463f0b0f76634.<br>Restore GPU bug blacklist for AImageReader on ARM and Qualcomm CPUs<br>Restore the AImageReader blacklist for ARM/Qualcomm chipsets which causes<br>crashes on Android 9 and 10 (at different code locations).<br>See discussions at:<br>* https://github.com/bromite/bromite/issues/445<br>* https://github.com/bromite/bromite/issues/814<br>* https://github.com/bromite/bromite/issues/1005|
|**AdblockPlus add blocking in service workers** <br><sub><nobr> Thu, 7 Sep 2023 07:25:25 +0000</nobr> <br>File: [AdblockPlus-add-blocking-in-service-workers.patch](/build/patches/AdblockPlus-add-blocking-in-service-workers.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**AdblockPlus connect popup blocker** <br><sub><nobr> Tue, 9 Jan 2024 13:37:05 +0000</nobr> <br>File: [AdblockPlus-connect-popup-blocker.patch](/build/patches/AdblockPlus-connect-popup-blocker.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |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)|
|**Add AllowUserCertificates flag** <br><sub><nobr> Mon, 26 Apr 2021 13:28:24 +0000</nobr> <br>File: [Add-AllowUserCertificates-flag.patch](/build/patches/Add-AllowUserCertificates-flag.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Add Alt+D hotkey to focus address bar** <br><sub><nobr> Tue, 9 Mar 2021 19:43:00 +0100</nobr> <br>File: [Add-Alt-D-hotkey-to-focus-address-bar.patch](/build/patches/Add-Alt-D-hotkey-to-focus-address-bar.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Add IsCleartextPermitted flag** <br><sub><nobr> Mon, 26 Apr 2021 15:04:11 +0000</nobr> <br>File: [Add-IsCleartextPermitted-flag.patch](/build/patches/Add-IsCleartextPermitted-flag.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
Expand Down Expand Up @@ -154,7 +152,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|
|**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)|
|**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 5951e48

Please sign in to comment.