Commit Graph
1607 Commits
Author SHA1 Message Date
uazoandgithub-actions[bot] 13788fa3cd [AUTO] Patches auto-rebase 2025-09-10 10:04:07 +00:00
Carmelo Messina 356eff743b Bump to 140.0.7339.128 2025-09-10 11:57:48 +02:00
Carmelo Messina 9ef6219481 Disable Device Attributes API: keep the feature disabled in the (unlikely) event that it is activated in Chromium 2025-09-10 11:57:10 +02:00
Carmelo Messina a9734772ef Set the screen frame rate to 60 Hz: Set the screen refresh rate to 60Hz by default (#1538), increasing it if necessary in cases where the system only supports lower frequencies (such as in RDP or virtual systems).
The feature can be disabled using the throttle-main-thread-to-60hz flag (enabled by default).
Special thanks to Metrokoto for pointing out the flag to me.
2025-09-10 11:55:17 +02:00
Carmelo Messina 92f04466c5 Set caret blink interval to default: disable the use of the system setting for the caret blink interval 2025-09-10 11:49:27 +02:00
Carmelo Messina fd33ddf3ed Disable all predictors code: disable AI Mode starter pack 2025-09-10 11:45:26 +02:00
Carmelo Messina eadeb5b56a Remove window name on cross origin navigation: fix DCHECK crash
fix failed dcheck in https://source.chromium.org/chromium/chromium/src/+/refs/tags/140.0.7339.81:third_party/blink/renderer/core/frame/web_local_frame_impl.cc;l=2170
and adds a way to stay informed about the activation of MPArch (https://docs.google.com/document/d/1kAMkME-WGLX33ai7p6VBhUXM_iCBjBzRjHH-OynwBNA)
2025-09-10 11:44:33 +02:00
Carmelo Messina 809d5d8d11 Private network access content settings: enable kLocalNetworkAccessChecksWebRTC by default (#2161)
Also activate the implementation of Chromium
2025-09-10 11:40:51 +02:00
Carmelo Messina 185dbf0bf1 Keep disabled FetchLaterAPI: fix net::ERR_TIMED_OUT (#2308)
also activates the API but denies the actual sending of the request
2025-09-10 11:38:47 +02:00
Carmelo Messina aabb7ddc60 Content settings infrastructure: fix the crash on the desktop when switching between subpages in view site information. 2025-09-10 11:33:02 +02:00
Carmelo Messina e17891afa7 Android Pixel Perfect Mode: fix system webview build 2025-09-10 11:31:23 +02:00
Carmelo Messina 7bb128eb6f Add PartialLowEndModeOnMidRangeDevices flag: disable memory saving mode in V8 on devices with less than 1 GB of RAM. 2025-09-10 11:26:35 +02:00
Carmelo Messina 3b57b30304 Add cromite flags support: Added ability to signal a modified default during build 2025-09-10 11:19:00 +02:00
Carmelo Messina edd60fee15 Disable all predictors code: fix desktop build with BUILD_WITH_TFLITE_LIB disabled 2025-09-05 11:59:22 +02:00
Carmelo Messina 471b3db797 Bump to 140.0.7339.81 2025-09-04 11:58:26 +02:00
Carmelo Messina 0600913c6e gn args: move disable_android_lint in android section, drop removed enable_log_error_not_reached 2025-09-04 11:51:49 +02:00
Carmelo Messina ce1c523641 Android Pixel Perfect Mode: fix scrolling inside some web elements (#2301) 2025-09-04 11:50:09 +02:00
Carmelo Messina 39aa73de63 Android-Import-Passwords: merged with Restore-chrome-password-store 2025-09-04 11:49:12 +02:00
Carmelo Messina 454dfbf192 Enable-prefetch-privacy-changes-by-default: merged with Add-custom-tab-intents-privacy-option 2025-09-04 11:48:40 +02:00
Carmelo Messina acd8cb66d7 Patches for 140 (final version) 2025-09-04 11:47:44 +02:00
Carmelo Messina d15b126de7 Patches for 140 (no changes) 2025-09-04 11:28:43 +02:00
Carmelo Messina bd40fa1341 Fix bad git-diff - inconsistent old filename 2025-08-30 13:32:28 +02:00
Carmelo Messina e863789e56 Bump to 140.0.7339.41 2025-08-30 13:03:02 +02:00
Carmelo Messina 1f48d03502 Reactivate RELR relocations
Chromium only supports A10, so deactivation is no longer necessary.
2025-08-30 12:57:28 +02:00
Carmelo Messina 1a0a344a83 AImageReader CFI crash mitigations: drop patch
Chromium now only supports >=A10, the patch is no longer needed.
2025-08-30 12:54:02 +02:00
Carmelo Messina a048d60ff4 Patches for 140 (need work) 2025-08-30 12:52:14 +02:00
Carmelo Messina 054870731c Rebase to 140 2025-08-30 12:50:59 +02:00
Carmelo Messina 6d6ce62db9 Add cromite test support: fix build from scratch (#1271)
Unfortunately, the logic for the log needs to be revised; I cannot use a reference to //chrome from //content. will be fixed soon
2025-08-27 15:19:41 +02:00
Carmelo Messina e2c94716f4 Android Pixel Perfect Mode: fix build from scratch (#2251) 2025-08-27 11:26:35 +02:00
Carmelo Messina 7abd3f3248 Bump to 139.0.7258.158 2025-08-27 08:17:43 +02:00
uazoandgithub-actions[bot] 7f78fca7ff [AUTO] Patches auto-rebase 2025-08-26 07:11:53 +00:00
Carmelo Messina ae0144b1ea Android Pixel Perfect Mode: eliminate conversions between dpi and pixels in Blink (#2251)
The goal (not yet achieved) is to mask the display geometry of Android devices and to make
the various devices identical for canvas and rect fingerprinting.
This patch is WIP, it is incomplete and contains visual glitch, do not activate.
This version contains points of interest marked in the code, which will be removed once the patch is complete.
2025-08-26 09:09:02 +02:00
Carmelo Messina 358e4c93ae Add cromite test support: allows the activation of specific APIs used for cromite testing (#1271)
API are only available on the chrome://version page.
It allows the use of tools such as Browserstack for test automation.
Do not activate the corresponding options (available in the developer
settings) if you do not know what you are doing.
2025-08-26 09:05:34 +02:00
uazoandgithub-actions[bot] fca39bfad6 [AUTO] Patches auto-rebase 2025-08-20 08:09:52 +00:00
Carmelo Messina 7335525354 Bump to 139.0.7258.143 2025-08-20 10:04:29 +02:00
Carmelo Messina 446f62e18e No changes, only a change in context caused by the overlapping of patches 2025-08-20 10:03:47 +02:00
Carmelo Messina acdbebf4ef Enable snackbar swipe: allows swiping away snackbar notifications (#1030) 2025-08-20 10:01:30 +02:00
Carmelo Messina 7b8593a3a4 Restore Simplified NTP launch: fix the position of the placeholder in NTP relating to the lack of URLs to display (#2163) 2025-08-20 09:55:09 +02:00
Carmelo Messina 2035735bbb Restore chrome password store: fixes the use of the browser password store in Android (#2275) 2025-08-20 09:51:43 +02:00
Carmelo Messina 7fe8f0cac8 Multiple fingerprinting mitigations: removes unnecessary mitigation related to client rects as already covered by viewport protection (#2182 #521) 2025-08-20 09:49:48 +02:00
Carmelo Messina 16a3bb2571 Experimental user scripts support: embed some userscripts (#1517)
added the scripts indicated in https://github.com/uazo/cromite/issues/1517#issuecomment-2394973833 but not active by default
2025-08-20 09:44:18 +02:00
Carmelo Messina b954fbaff3 Cromite Branding: move toast related to exit fullscreen mode to the top (at my son's request :) 2025-08-20 09:41:16 +02:00
Carmelo Messina 40e732c663 Chrome web store protection: fix crash during flag verification (#2249) 2025-08-20 09:38:37 +02:00
Carmelo Messina 9d1714317b Bookmarks select all menu entry: fix select all bookmarks (#2229) 2025-08-20 09:35:10 +02:00
Carmelo Messina 33376695eb [TOOLS] Disable "Check NIST database" workflow (#2239)
used for libxml, having been removed, no longer makes sense.
2025-08-16 10:27:12 +02:00
Carmelo Messina 4b8cc71d7b [TOOLS] Fix "use_v8_context_snapshot = false" gn args in non-debug build 2025-08-14 12:52:44 +02:00
uazoandgithub-actions[bot] ad07561b47 [AUTO] Patches auto-rebase 2025-08-13 14:24:46 +00:00
Carmelo Messina 578650a021 Bump to 139.0.7258.128 2025-08-13 16:17:06 +02:00
Carmelo Messina 3c75792a5f [TOOLS] Disable v8_dcheck_always_on in debug builds 2025-08-13 16:15:13 +02:00
Carmelo Messina 05044869f6 Patches for 139 (final) 2025-08-13 16:12:23 +02:00