From 89be45ef5c6f1bad2146a8d2cd61aaee59be3860 Mon Sep 17 00:00:00 2001 From: uazo Date: Wed, 22 May 2024 15:08:43 +0000 Subject: [PATCH] [AUTO][DOC] Generate patches doc for master branch --- docs/PATCHES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/PATCHES.md b/docs/PATCHES.md index 25b85a0ab..7c0ab4f39 100644 --- a/docs/PATCHES.md +++ b/docs/PATCHES.md @@ -45,6 +45,7 @@ |**Always allow inspect fallback**
Mon, 13 Nov 2023 14:26:00 +0000
File: [Always-allow-inspect-fallback.patch](/build/patches/Always-allow-inspect-fallback.patch)
Author: uazo
Context:
License: |Always enable 'inspect fallback' in 'chrome://inspect/#devices'| |**Always open browser controls in new tab**
Wed, 28 Dec 2022 07:19:58 +0000
File: [Always-open-browser-controls-in-new-tab.patch](/build/patches/Always-open-browser-controls-in-new-tab.patch)
Author: Your
Context:
License: || |**Always use new tab page for default home page**
Wed, 27 Jun 2018 11:02:38 +0200
File: [Always-use-new-tab-page-for-default-home-page.patch](/build/patches/Always-use-new-tab-page-for-default-home-page.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Ignore any partner-provided home page.| +|**Android Toolbar Scroll Ablation setting**
Wed, 22 May 2024 07:41:34 +0000
File: [Android-Toolbar-Scroll-Ablation-setting.patch](/build/patches/Android-Toolbar-Scroll-Ablation-setting.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Adds a setting for blocking the toolbar hiding
need: Add-cromite-flags-support.patch| |**AudioBuffer, AnalyserNode: fp mitigations**
Sun, 25 Mar 2018 21:49:37 +0200
File: [AudioBuffer-AnalyserNode-fp-mitigations.patch](/build/patches/AudioBuffer-AnalyserNode-fp-mitigations.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Truncate base latency precision to two digits| |**Battery API: return nothing**
Thu, 22 Mar 2018 22:11:57 +0100
File: [Battery-API-return-nothing.patch](/build/patches/Battery-API-return-nothing.patch)
Author: csagan5
Context:
License: GPL-3.0-only |Include @thestinger's fix for correct charging/unknown values| |**Block Intents While Locked**
Tue, 31 Oct 2023 16:16:08 +0000
File: [Block-Intents-While-Locked.patch](/build/patches/Block-Intents-While-Locked.patch)
Author: Your
Context:
License: |see https://source.chromium.org/chromium/chromium/src/+/c5b50f4c2d42e7b808fd3e6fb3545cdb3f4d82c9| @@ -174,6 +175,7 @@ |**Keep Manta Service Disabled**
Tue, 31 Oct 2023 16:20:12 +0000
File: [Keep-Manta-Service-Disabled.patch](/build/patches/Keep-Manta-Service-Disabled.patch)
Author: Your
Context:
License: || |**Keep Side Panel Companion disabled**
Mon, 17 Jul 2023 15:24:16 +0000
File: [Keep-Side-Panel-Companion-disabled.patch](/build/patches/Keep-Side-Panel-Companion-disabled.patch)
Author: uazo
Context:
License: GPL-2.0-or-later || |**Keep disabled FetchLaterAPI**
Thu, 28 Sep 2023 08:11:00 +0000
File: [Keep-disabled-FetchLaterAPI.patch](/build/patches/Keep-disabled-FetchLaterAPI.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Disallow a network request to survive to context destoy.
For Request with active keepalive, if the request does not
start from the same origin.
It also inhibits the blocked request exception to javascript.| +|**Keep disabled WebViewMediaIntegrityApi**
Wed, 22 May 2024 07:43:04 +0000
File: [Keep-disabled-WebViewMediaIntegrityApi.patch](/build/patches/Keep-disabled-WebViewMediaIntegrityApi.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Disables a new mechanism similar to Web Environment Integrity API in use in webviews
see https://issuetracker.google.com/issues/327186031
https://android-developers.googleblog.com/2023/11/increasing-trust-for-embedded-media.html
need: Add-cromite-flags-support.patch| |**Keep empty tabs between sessions**
Wed, 27 Oct 2021 10:57:09 +0000
File: [Keep-empty-tabs-between-sessions.patch](/build/patches/Keep-empty-tabs-between-sessions.patch)
Author: uazo
Context:
License: GPL-3.0-only || |**Keep flag to allow screenshots in Incognito mode**
Sat, 9 May 2020 08:33:15 +0200
File: [Keep-flag-to-allow-screenshots-in-Incognito-mode.patch](/build/patches/Keep-flag-to-allow-screenshots-in-Incognito-mode.patch)
Author: csagan5
Context:
License: GPL-3.0-only |See also:
* https://github.com/bromite/bromite/issues/551
* https://github.com/bromite/bromite/issues/1816
* https://bugs.chromium.org/p/chromium/issues/detail?id=920762| |**Keyboard protection flag**
Tue, 14 Mar 2023 15:48:21 +0000
File: [Keyboard-protection-flag.patch](/build/patches/Keyboard-protection-flag.patch)
Author: uazo
Context:
License: GPL-2.0-or-later |Hides user preference on the system keyboard by setting the standard
eng layout and removing the layout information from the javascript
keyboard events.|