uazo and github-actions[bot]
b7e11987a4
[AUTO] Patches auto-rebase
2025-11-18 17:12:43 +00:00
Carmelo Messina
a749ff3ef3
Bump to 142.0.7444.176
2025-11-18 18:09:12 +01:00
uazo and github-actions[bot]
f6863b03cd
[AUTO] Patches auto-rebase
2025-11-16 16:47:55 +00:00
Carmelo Messina
d306ffe4ae
Bump to 142.0.7444.163
2025-11-16 17:44:20 +01:00
Carmelo Messina
4a807a53f9
Restore chrome password store: Do not delete the password database on startup ( #2449 )
2025-11-16 17:43:19 +01:00
Carmelo Messina
887cafc2b7
Move navigation bar to bottom: disable overlay mode for the virtual keyboard ( #2442 )
2025-11-16 17:27:44 +01:00
Carmelo Messina
f44cbf8576
Keep disabled FetchLaterAPI: fix the bypass for same-site requests ( #2456 )
2025-11-16 17:26:27 +01:00
Carmelo Messina
ec71bf728c
Experimental-support-for-extensions-on-Android: temporarily fixes the pop-up crash issue ( #2476 )
...
The cause is a mismatch between the tab list model in incognito mode and the new profile-unbound browser interface, as indicated in https://github.com/uazo/cromite/issues/256#issuecomment-3515404729
2025-11-16 17:24:39 +01:00
Carmelo Messina
56d2a9895f
Client hints overrides: Allow the use of client hints model and platformversion by setting the value as an empty string. ( #2448 )
...
Storage is limited to the user session, lasts 1 minute, and is not permitted in iframes.
This change is necessary to bypass certain checks performed by websites without having to send any information.
2025-11-16 17:20:02 +01:00
Carmelo Messina
3ba00871a0
Add site engagement flag: fix failed DCHECK
2025-11-16 17:15:41 +01:00
Carmelo Messina
cc9036b369
Add option to not persist tabs across sessions: clears the list of tab groups ( #2445 )
2025-11-16 17:15:09 +01:00
Carmelo Messina
851be9370b
Rebase to 142.0.7444.138
2025-11-06 19:27:16 +01:00
Carmelo Messina
4549bfee99
Bump to 142.0.7444.138
2025-11-06 16:45:50 +01:00
Carmelo Messina
d04c8d8c7d
Experimental-support-for-extensions-on-Android: Enable experimental support for extensions in Android. ( #256 )
...
The feature is disabled by default: to enable it, go to Settings/Developer Options.
A Clear all data used by the extension button is available in App info/Storage and cache/Clear storage to completely remove the extensions folder in case of a crash on startup.
2025-11-06 16:44:36 +01:00
Carmelo Messina
32f70ea69a
Android Pixel Perfect Mode: only patch context change
2025-11-06 16:34:48 +01:00
Carmelo Messina
f0704a2e31
Disable Android AppRestrictions: disable policy provider
2025-11-06 16:34:03 +01:00
Carmelo Messina
8f2d973a11
Cromite Branding: removes the word “Google” from storage management
2025-11-06 16:33:21 +01:00
Carmelo Messina
f280140de8
Enable component updater: uses the chromium key to verify CRX files
2025-11-06 16:30:51 +01:00
Carmelo Messina
020f02b474
Viewport Protection flag: disable viewport protection in extension action popups
2025-11-06 16:29:20 +01:00
Carmelo Messina
5d614511d4
Internal firewall: disable parallelizable download not compatible with extension downloads
2025-11-06 16:28:08 +01:00
Carmelo Messina
d22565d5db
Bump to 142.0.7444.60
2025-10-29 18:05:35 +01:00
Carmelo Messina
0867a78ab4
[GN ARGS] Update cromite gn args for v142
2025-10-29 18:04:44 +01:00
Carmelo Messina
bdb2a4ef22
Temp use PREVIEW for IDCompositionDevice5: Temporarily restore the statement from v141 while waiting to update the Windows SDK.
...
See "Remove preview usage of DynamicTexture DComp APIs" bugid 6902339
2025-10-29 17:54:25 +01:00
Carmelo Messina
af12a65ed4
Disable Sticky User Activation Across Same Origin Navigation: do not retains the user activation status after navigating from one page to another page of the same origin.
...
It is currently not possible to remove activation once it has been granted.
2025-10-29 17:53:19 +01:00
Carmelo Messina
705a8e4ee7
Patches for v142 (final version)
2025-10-29 17:46:16 +01:00
Carmelo Messina
409ac177ee
Bump to 142.0.7444.52
2025-10-27 13:58:45 +01:00
Carmelo Messina
5e90c335b9
Patches for 142 (must be checked)
2025-10-27 13:58:16 +01:00
Carmelo Messina
ea944bb5e6
Patches for v142
2025-10-27 13:57:27 +01:00
Carmelo Messina
2b1534e8fa
Bump to 141.0.7390.127
2025-10-22 10:13:05 +02:00
Carmelo Messina
af0c2dc9ba
Move navigation bar to bottom: fix toolbar in search widget ( #1927 )
2025-10-18 11:46:53 +02:00
uazo and github-actions[bot]
54be9ddb29
[AUTO] Patches auto-rebase
2025-10-17 14:10:30 +00:00
Carmelo Messina
8e1e69162a
Bump to 141.0.7390.111
2025-10-17 16:04:13 +02:00
Carmelo Messina
f670a4f607
Move navigation bar to bottom: fix toolbar in search widget ( #1927 )
2025-10-17 15:59:17 +02:00
Carmelo Messina
540865281e
Cromite Branding: add some visual enhancements in android
...
- do not exit the application when pressing the back button if the tab was not opened by external application (#1606 )
- move the new tab button to the right in the hub
- activate search among open tabs in the hub
- only show active groups in the hub
2025-10-17 15:57:05 +02:00
Carmelo Messina
cb240536bf
Enable ClientHello Segmentation: allows the ClientHello packet to be sent by segmenting it into multiple packets ( #2403 ).
...
Can be useful for circumventing censorship via DIP introspection.
The patch automatically disables the mode in case of outdated or incompatible servers, if the TLS handshake fails or times out.
The mode is accessible via the flag clienthello-fragmentation and is currently disabled.
2025-10-16 15:07:47 +02:00
uazo and github-actions[bot]
95f5d33c06
[AUTO] Patches auto-rebase
2025-10-09 17:11:38 +00:00
Carmelo Messina
fdfab76bcb
Bump to 141.0.7390.70
2025-10-09 17:57:05 +02:00
Carmelo Messina
6fa2e7b98f
Add setting to enable Credman for passkeys: enable CredentialManager APIs for A14+ ( #2296 #329 )
...
thanks to jhult
2025-10-09 11:45:09 +02:00
Carmelo Messina
873bc4ea61
Content settings infrastructure: fix crash on desktop due to api change
2025-10-09 11:34:50 +02:00
Carmelo Messina
84c145ee0f
Keep disabled WebViewMediaIntegrityApi: fix webview build
2025-10-09 11:33:41 +02:00
Carmelo Messina
04ddfbf174
Set the screen frame rate to 60 Hz: added switch in settings ( #2336 #1538 )
2025-10-09 11:33:09 +02:00
Carmelo Messina
b2824377c3
Force use vpython3 for some scripts: add third_party/perfetto to NOEXPORT
...
Remove third_party/perfetto subrepo
2025-10-02 11:31:25 +02:00
Carmelo Messina
c8b3003365
[GN ARGS] remove use_sysroot = true
2025-10-01 17:25:46 +02:00
Carmelo Messina
24bcd5b5e8
Set the screen frame rate to 60 Hz: fix lag issues ( #2336 #1538 )
2025-10-01 17:20:43 +02:00
Carmelo Messina
1e9da1d4e3
Add option to disable snapshots: fix for 141
2025-10-01 17:16:44 +02:00
uazo and github-actions[bot]
cf1d9c00eb
[AUTO] Patches auto-rebase
2025-10-01 14:13:36 +00:00
Carmelo Messina
ad41529d2c
Bump to 141.0.7390.55
2025-10-01 16:06:00 +02:00
Carmelo Messina
0c64054227
Patches for 141: drop Temporarily-disable-Tab-Group-Sync-Android.patch
2025-10-01 16:05:19 +02:00
Carmelo Messina
2c5a3eafdb
Patches for 141 (no changes)
2025-10-01 16:04:45 +02:00
Carmelo Messina
610064ef2d
Patches for 141 (final)
2025-10-01 16:04:10 +02:00