[AUTO][DOC] Generate patches doc for master branch (#1841)
[AUTO][DOC] Generate patches doc for master branch
This commit is contained in:
+2
-2
@@ -47,6 +47,7 @@
|
||||
|**Always open browser controls in new tab** <br><sub><nobr> Wed, 28 Dec 2022 07:19:58 +0000</nobr> <br>File: [Always-open-browser-controls-in-new-tab.patch](/build/patches/Always-open-browser-controls-in-new-tab.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|
||||
|**Always use new tab page for default home page** <br><sub><nobr> Wed, 27 Jun 2018 11:02:38 +0200</nobr> <br>File: [Always-use-new-tab-page-for-default-home-page.patch](/build/patches/Always-use-new-tab-page-for-default-home-page.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Ignore any partner-provided home page.|
|
||||
|**Android Toolbar Scroll Ablation setting** <br><sub><nobr> Wed, 22 May 2024 07:41:34 +0000</nobr> <br>File: [Android-Toolbar-Scroll-Ablation-setting.patch](/build/patches/Android-Toolbar-Scroll-Ablation-setting.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Adds a setting for blocking the toolbar hiding<br>need: Add-cromite-flags-support.patch|
|
||||
|**Android fonts fingerprinting mitigation** <br><sub><nobr> Sat, 15 Feb 2025 16:25:31 +0000</nobr> <br>File: [Android-fonts-fingerprinting-mitigation.patch](/build/patches/Android-fonts-fingerprinting-mitigation.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Replaces system fonts with a predefined set downloaded from www.cromite.org|
|
||||
|**Ask to restart on connection change** <br><sub><nobr> Tue, 18 Jun 2024 15:31:12 +0000</nobr> <br>File: [Ask-for-restart-on-connection-change.patch](/build/patches/Ask-for-restart-on-connection-change.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Experimental use of the OfflineDetector to identify network change, disabled by default.<br>If it is active, when the network change is detected by the android API,<br>the user is warned and asked to restart the browser.<br>Technically, blink's freeze mode is exploited, which allows javascript<br>execution and network calls to be blocked.<br>A preventive shutdown of all service workers is carried out, to inhibit the sending<br>of messages over the new ip, since the service workers have access<br>to the background fetch api.<br>The freeze and resume event of javascript is deliberately left, since the<br>page could deduct it in any case. In any case during the execution of<br>the javascript events, the page can only access the FetchLater api,<br>which is disabled by another patch.<br>The patch also changes the standard behaviour of the browser, allowing visible pages to freeze.<br>This could lead to the failure of some DCHECKS related to the handling of UI messages at unfreeze,<br>but since the goal is a reboot, this should not be the case.|
|
||||
|**AudioBuffer, AnalyserNode: fp mitigations** <br><sub><nobr> Sun, 25 Mar 2018 21:49:37 +0200</nobr> <br>File: [AudioBuffer-AnalyserNode-fp-mitigations.patch](/build/patches/AudioBuffer-AnalyserNode-fp-mitigations.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Truncate base latency precision to two digits|
|
||||
|**Battery API: return nothing** <br><sub><nobr> Thu, 22 Mar 2018 22:11:57 +0100</nobr> <br>File: [Battery-API-return-nothing.patch](/build/patches/Battery-API-return-nothing.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Include @thestinger's fix for correct charging/unknown values|
|
||||
@@ -75,7 +76,6 @@
|
||||
|**Disable AsyncDNS by default** <br><sub><nobr> Sat, 26 Mar 2022 16:41:55 +0100</nobr> <br>File: [Disable-AsyncDNS-by-default.patch](/build/patches/Disable-AsyncDNS-by-default.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |This feature is detrimental to privacy, see also:<br>* https://bugs.chromium.org/p/chromium/issues/detail?id=805020|
|
||||
|**Disable BackForwardCache** <br><sub><nobr> Tue, 14 Feb 2023 16:29:12 +0000</nobr> <br>File: [Disable-BackForwardCache.patch](/build/patches/Disable-BackForwardCache.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|
||||
|**Disable CSS blink-feature support** <br><sub><nobr> Mon, 29 Jul 2024 06:48:25 +0000</nobr> <br>File: [Disable-CSS-blink-feature-support.patch](/build/patches/Disable-CSS-blink-feature-support.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |the function is not currently exposed to websites but is only allowed for testing.<br>disabled as it is an potentially advanced fingerprinting mechanism.<br>also fixed the possibility of using internal selectors for speculation rules.<br>see https://chromium-review.googlesource.com/c/chromium/src/+/5540782|
|
||||
|**Disable Component Updates** <br><sub><nobr> Tue, 8 Nov 2022 12:41:22 +0000</nobr> <br>File: [Disable-Component-Updates.patch](/build/patches/Disable-Component-Updates.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|
||||
|**Disable Compose feature** <br><sub><nobr> Mon, 26 Feb 2024 16:35:16 +0000</nobr> <br>File: [Disable-Compose-feature.patch](/build/patches/Disable-Compose-feature.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|
||||
|**Disable Compression Dictionary Transport** <br><sub><nobr> Sat, 3 Jun 2023 15:04:55 +0000</nobr> <br>File: [Disable-Compression-Dictionary-Transport.patch](/build/patches/Disable-Compression-Dictionary-Transport.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|
||||
|**Disable DRM media origin IDs preprovisioning** <br><sub><nobr> Fri, 24 Jan 2020 09:46:48 +0100</nobr> <br>File: [Disable-DRM-media-origin-IDs-preprovisioning.patch](/build/patches/Disable-DRM-media-origin-IDs-preprovisioning.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|
||||
@@ -149,6 +149,7 @@
|
||||
|**Enable ImprovedBookmarks by default** <br><sub><nobr> Tue, 12 Sep 2023 12:39:23 +0000</nobr> <br>File: [Enable-ImprovedBookmarks-by-default.patch](/build/patches/Enable-ImprovedBookmarks-by-default.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> ||
|
||||
|**Enable ProcessBoundStringEncryption by default** <br><sub><nobr> Mon, 20 Jan 2025 16:55:57 +0000</nobr> <br>File: [Enable-ProcessBoundStringEncryption-by-default.patch](/build/patches/Enable-ProcessBoundStringEncryption-by-default.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Data placed into a crypto::ProcessBoundString no longer appears in crash dumps<br>or memory dumps so should be used for any sensitive data that should be process-bound.<br>https://issuetracker.google.com/issues/372873695|
|
||||
|**Enable StrictOriginIsolation and SitePerProcess** <br><sub><nobr> Sat, 29 Jan 2022 15:25:19 +0000</nobr> <br>File: [Enable-StrictOriginIsolation-and-SitePerProcess.patch](/build/patches/Enable-StrictOriginIsolation-and-SitePerProcess.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Enable the StrictOriginIsolation feature and the SitePerProcess preference.<br>SitePerProcess: bypass any device memory size check.<br>SitePerProcess: always consider enterprise policies applicable.|
|
||||
|**Enable component updater** <br><sub><nobr> Wed, 29 Jan 2025 12:50:13 +0000</nobr> <br>File: [Enable-component-updater.patch](/build/patches/Enable-component-updater.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Activates component updaters in one-shot mode: downloading occurs<br>only once and updates are inhibited.<br>Only cromite-specific components can be enabled.|
|
||||
|**Enable darken websites checkbox in themes** <br><sub><nobr> Thu, 20 Aug 2020 20:15:34 +0200</nobr> <br>File: [Enable-darken-websites-checkbox-in-themes.patch](/build/patches/Enable-darken-websites-checkbox-in-themes.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Unexpire #darken-websites-checkbox-in-themes-setting|
|
||||
|**Enable gwp asan on Android** <br><sub><nobr> Fri, 12 Jan 2024 15:04:40 +0000</nobr> <br>File: [Enable-gwp-asan-on-Android.patch](/build/patches/Enable-gwp-asan-on-Android.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: </nobr> |the patch enables gwp asan in android and changes the activation<br>conditions to 50% for all build configs.<br>in android there is a test function accessible in the developer settings.|
|
||||
|**Enable menu on reload button** <br><sub><nobr> Sat, 25 May 2024 10:34:38 +0000</nobr> <br>File: [Enable-menu-on-reload-button.patch](/build/patches/Enable-menu-on-reload-button.patch) <br><nobr>Author: uazo</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-2.0-or-later</nobr> |Activate right-button submenu in reload (desktop platforms).<br>Patch derived from the ungoogled-chromium patch of the same name.|
|
||||
@@ -303,6 +304,5 @@
|
||||
|**ungoogled-chromium: Disable untraceable URLs** <br><sub><nobr> Mon, 12 Feb 2018 21:28:11 +0100</nobr> <br>File: [ungoogled-chromium-Disable-untraceable-URLs.patch](/build/patches/ungoogled-chromium-Disable-untraceable-URLs.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Disable additional URLs that are not caught by the "trk" scheme|
|
||||
|**ungoogled-chromium: Disable webRTC log uploader** <br><sub><nobr> Mon, 12 Feb 2018 21:21:36 +0100</nobr> <br>File: [ungoogled-chromium-Disable-webRTC-log-uploader.patch](/build/patches/ungoogled-chromium-Disable-webRTC-log-uploader.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> ||
|
||||
|**ungoogled-chromium: no special hosts/domains** <br><sub><nobr> Mon, 12 Feb 2018 21:36:33 +0100</nobr> <br>File: [ungoogled-chromium-no-special-hosts-domains.patch](/build/patches/ungoogled-chromium-no-special-hosts-domains.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Disables various detections of Google hosts and functionality specific to them<br>Disable domain reliability detection|
|
||||
|**updater: disable updater pings** <br><sub><nobr> Tue, 2 Jun 2015 11:01:50 +0200</nobr> <br>File: [updater-disable-updater-pings.patch](/build/patches/updater-disable-updater-pings.patch) <br><nobr>Author: Jan</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Despite auto-updater being arguably disabled (see previous commit),<br>Chromium would still send background requests. Kill it.<br>(trk:170, trk:171)|
|
||||
|**webRTC: do not expose local IP addresses** <br><sub><nobr> Sat, 9 May 2020 14:42:37 +0200</nobr> <br>File: [webRTC-do-not-expose-local-IP-addresses.patch](/build/patches/webRTC-do-not-expose-local-IP-addresses.patch) <br><nobr>Author: csagan5</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |Prevent leaks of local IP address and public IP address (when using VPN)<br>See also:<br>* https://github.com/bromite/bromite/issues/553<br>* https://github.com/bromite/bromite/issues/589|
|
||||
|**webview: Hard no to persistent histograms** <br><sub><nobr> Sun, 27 Dec 2020 09:42:54 -0700</nobr> <br>File: [webview-Hard-no-to-persistent-histograms.patch](/build/patches/webview-Hard-no-to-persistent-histograms.patch) <br><nobr>Author: "Kevin</nobr> <br><nobr>Context: </nobr> <br><nobr>License: GPL-3.0-only</nobr> |* It's probably some kind of bug somewhere that these are never<br>deleted, but they don't really add value to us in the first<br>place.<br>* Stop eating 4MB every single time any app that uses webview<br>ever opens.<br>* These were guarded by a feature check before<br>https://chromium.googlesource.com/chromium/src/+/b86102f2a243|
|
||||
|
||||
Reference in New Issue
Block a user