From 526cde30bae4779a13d25a5b0ec08f9a0ec62d3c Mon Sep 17 00:00:00 2001 From: uazo Date: Fri, 12 Apr 2024 06:58:07 +0000 Subject: [PATCH 1/3] AUTOMATED - update patch docs --- docs/PATCHES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PATCHES.md b/docs/PATCHES.md index 02ec7e98..6837d7d8 100644 --- a/docs/PATCHES.md +++ b/docs/PATCHES.md @@ -171,7 +171,7 @@ |**JIT site settings**
Sat, 29 Jan 2022 15:22:45 +0000
File: [JIT-site-settings.patch](/build/patches/JIT-site-settings.patch)
Author: fgei
Context:
License: GPL-3.0-only |Adds a content setting to manage Javascript JIT, disabled by default.
Since the interface of the content settings foresees an eTLD origin
it requires the activation of SitePerProcess and StrictOriginIsolation
to make sure that the instantiated RenderProcess can have JIT correctly set.
Without those features, the RenderProcess would be shared between all eTLD+1.
note: needs SitePerProcess and StrictOriginIsolation flags enabled
Require: Content-settings-infrastructure.patch| |**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: |Disallow a network request to survive to context destoy| +|**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 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.| From e49db238d615f2e70f6e9fcf6b412817011543c7 Mon Sep 17 00:00:00 2001 From: uazo Date: Fri, 12 Apr 2024 07:04:44 +0000 Subject: [PATCH 2/3] AUTOMATED - git apply results --- build/patches/Add-cromite-flags-support.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/patches/Add-cromite-flags-support.patch b/build/patches/Add-cromite-flags-support.patch index d2cf5fcd..b795c317 100644 --- a/build/patches/Add-cromite-flags-support.patch +++ b/build/patches/Add-cromite-flags-support.patch @@ -1662,7 +1662,7 @@ new file mode 100755 diff --git a/media/base/media_switches.cc b/media/base/media_switches.cc --- a/media/base/media_switches.cc +++ b/media/base/media_switches.cc -@@ -1866,5 +1866,5 @@ uint32_t GetPassthroughAudioFormats() { +@@ -1860,5 +1860,5 @@ uint32_t GetPassthroughAudioFormats() { return 0; #endif // BUILDFLAG(ENABLE_PASSTHROUGH_AUDIO_CODECS) } From 132e13d6e1683aa445ff6a819d5f8686f45cb4da Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Sat, 13 Apr 2024 01:43:11 -0500 Subject: [PATCH 3/3] [DOC] Add wip linux auto-update issue reference --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 44da4f48..9db5ea0b 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,9 @@ you can activate the 'RendererAppContainer' flag from the command line with --enable-features=RendererAppContainer ``` +### Auto-update setup for linux +working in progress in https://github.com/uazo/cromite/issues/771 + # Contributing Please submit issues following the issue template; beware that GitHub does not display the templates from mobile.