8000 [AUTO][DOC] Generate patches doc for master branch by uazo · Pull Request #2190 · uazo/cromite · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[AUTO][DOC] Generate patches doc for master branch #2190

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/PATCHES.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,15 @@
|**Disable Service and Shared workers on 3P iframe** <br><sub><nobr> Sun, 5 Nov 2023 18:05:19 +0000</nobr> <br>File: [Disable-Service-and-Shared-workers-on-3P-iframe.patch](/build/patches/Disable-Service-and-Shared-workers-on-3P-iframe.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Disabled by default due https://bugs.chromium.org/p/chromium/issues/detail?id=1147281<br>Workers can be reenabled per top-site-url using "Allow 3P Cookies"<br>("Block 3P Cookies" in ui to off) in site settings|
|**Disable TLS resumption** <br><sub><nobr> Thu, 24 Mar 2022 10:08:00 +0000</nobr> <br>File: [Disable-TLS-resumption.patch](/build/patches/Disable-TLS-resumption.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Disable resumption feature for all HTTPS and QUIC connections;<br>the feature could be used to track users even without cookies.<br>Sessions are not currently saved to disk in Chromium (although<br>there is support for it) but are long enough to constitute a<br>privacy risk (2h for TLS 1.2 and 7 days for TLS 1.3) if user<br>does not frequently close the browser.<br>Since session information is not kept in the HTTP cache it is<br>not cleared when deleting navigation data (although it is possible<br>to clear it by selecting "passwords").<br>Two new user configurable flags are introduced:<br>* kDisableTLSResumption, active by default<br>* kLogTLSResumption, that would allow to find in logcat reused<br>sessions in lines matching "SSL Log:"<br>See also:<br>* https://arxiv.org/abs/1810.07304|
|**Disable UA full version** <br><sub><nobr> Wed, 16 Feb 2022 14:28:58 +0000</nobr> <br>File: [Disable-UA-full-version.patch](/build/patches/Disable-UA-full-version.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |getHighEntropyValues will return only the major version|
|**Disable Viewport Segments** <br><sub><nobr> Sat, 28 Jun 2025 08:17:07 +0000</nobr> <br>File: [Disable-Viewport-Segments.patch](/build/patches/Disable-Viewport-Segments.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Disable Viewport Segments API, specifically for foldable devices,<br>since it exposes the geometry of the fold.|
|**Disable Web Bluetooth by default in desktop platforms** <br><sub><nobr> Fri, 24 Jan 2025 14:32:14 +0000</nobr> <br>File: [Disable-Web-Bluetooth-by-default-in-desktop-platforms.patch](/build/patches/Disable-Web-Bluetooth-by-default-in-desktop-platforms.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |On desktop platforms, disable Bluetooth by default and activate the user-manageable content setting ui.|
|**Disable WebGPU** <br><sub><nobr> Mon, 1 May 2023 12:07:49 +0000</nobr> <br>File: [Disable-WebGPU.patch](/build/patches/Disable-WebGPU.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Disable all predictors code** <br><sub><nobr> Tue, 25 Jan 2022 12:22:52 +0000</nobr> <br>File: [Disable-all-predictors-code.patch](/build/patches/Disable-all-predictors-code.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Disable all promo dialogs** <br><sub><nobr> Tue, 12 Jun 2018 15:09:26 +0200</nobr> <br>File: [Disable-all-promo-dialogs.patch](/build/patches/Disable-all-promo-dialogs.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Disable conversion measurement api** <br><sub><nobr> Mon, 15 Nov 2021 09:43:29 +0000</nobr> <br>File: [Disable-conversion-measurement-api.patch](/build/patches/Disable-conversion-measurement-api.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Disable Conversion Measurement API by disabling the flag and removing<br>support for the AttributionReporting provider. it also removes<br>the handling of attributions via intents between apps.<br>This patch enforces the deactivation by preventing the report from<br>being sent and being saved to disk, although it is currently in uncalled code.|
|**Disable crash reporting** <br><sub><nobr> Sat, 9 Apr 2022 21:43:35 +0200</nobr> <br>File: [Disable-crash-reporting.patch](/build/patches/Disable-crash-reporting.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Disable csp reports** <br><sub><nobr> Sun, 26 Feb 2023 19:46:04 +0000</nobr> <br>File: [Disable-csp-reports.patch](/build/patches/Disable-csp-reports.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Disable css preferred text scale** <br><sub><nobr> Sat, 28 Jun 2025 08:16:28 +0000</nobr> <br>File: [Disable-css-preferred-text-scale.patch](/build/patches/Disable-css-preferred-text-scale.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Do not expose the user's preferred font scale to CSS.|
|**Disable devtools remote and custom protocols** <br><sub><nobr> Mon, 17 Apr 2023 12:38:44 +0000</nobr> <br>File: [Disable-devtools-remote-and-custom-protocols.patch](/build/patches/Disable-devtools-remote-and-custom-protocols.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> ||
|**Disable feeds support by default** <br><sub><nobr> Thu, 19 Dec 2019 22:52:53 +0100</nobr> <br>File: [Disable-feeds-support-by-default.patch](/build/patches/Disable-feeds-support-by-default.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Disable fetching of all field trials** <br><sub><nobr> Sun, 8 Jul 2018 18:16:34 +0200</nobr> <br>File: [Disable-fetching-of-all-field-trials.patch](/build/patches/Disable-fetching-of-all-field-trials.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Disable seed-based field trials.<br>Disable reporting of Omnibox suggestions header.|
Expand Down Expand Up @@ -189,6 +191,7 @@
|**Keep Side Panel Companion disabled** <br><sub><nobr> Mon, 17 Jul 2023 15:24:16 +0000</nobr> <br>File: [Keep-Side-Panel-Companion-disabled.patch](/build/patches/Keep-Side-Panel-Companion-disabled.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|**Keep disabled FetchLaterAPI** <br><sub><nobr> Thu, 28 Sep 2023 08:11:00 +0000</nobr> <br>File: [Keep-disabled-FetchLaterAPI.patch](/build/patches/Keep-disabled-FetchLaterAPI.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Disallow a network request to survive to context destoy.<br>For Request with active keepalive, if the request does not<br>start from the same origin.<br>It also inhibits the blocked request exception to javascript.|
|**Keep disabled WebViewMediaIntegrityApi** <br><sub><nobr> Wed, 22 May 2024 07:43:04 +0000</nobr> <br>File: [Keep-disabled-WebViewMediaIntegrityApi.patch](/build/patches/Keep-disabled-WebViewMediaIntegrityApi.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Disables a new mechanism similar to Web Environment Integrity API in use in webviews<br>see https://issuetracker.google.com/issues/327186031<br>https://android-developers.googleblog.com/2023/11/increasing-trust-for-embedded-media.html<br>need: Add-cromite-flags-support.patch|
|**Keep disabled cache sharing for pervasive scripts** <br><sub><nobr> Sat, 28 Jun 2025 08:17:35 +0000</nobr> <br>File: [Keep-disabled-cache-sharing-for-pervasive-scripts.patch](/build/patches/Keep-disabled-cache-sharing-for-pervasive-scripts.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Keeps disabled the new feature that allows bypassing the cache partition for specific urls.|
|**Keep empty tabs between sessions** <br><sub><nobr> Wed, 27 Oct 2021 10:57:09 +0000</nobr> <br>File: [Keep-empty-tabs-between-sessions.patch](/build/patches/Keep-empty-tabs-between-sessions.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|**Keep flag to allow screenshots in Incognito mode** <br><sub><nobr> Sat, 9 May 2020 08:33:15 +0200</nobr> <br>File: [Keep-flag-to-allow-screenshots-in-Incognito-mode.patch](/build/patches/Keep-flag-to-allow-screenshots-in-Incognito-mode.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |See also:<br>* https://github.com/bromite/bromite/issues/551<br>* https://github.com/bromite/bromite/issues/1816<br>* https://bugs.chromium.org/p/chromium/issues/detail?id=920762|
|**Keyboard protection flag** <br><sub><nobr> Tue, 14 Mar 2023 15:48:21 +0000</nobr> <br>File: [Keyboard-protection-flag.patch](/build/patches/Keyboard-protection-flag.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Hides user preference on the system keyboard by setting the standard<br>eng layout and removing the layout information from the javascript<br>keyboard events.|
Expand Down
0