Commit Graph
1717 Commits
Author SHA1 Message Date
Carmelo Messina 4f2dcb8c1f Bump to 144.0.7559.97 2026-01-24 18:33:12 +01:00
Carmelo Messina 547f5f900f [TOOLS] removed gn arg enable_ppapi no longer active 2026-01-24 18:31:38 +01:00
Carmelo Messina c7216dbf62 Disable minikin hyphenation: disable minikin engine (#697) - moved from gn.args to patch 2026-01-24 18:30:47 +01:00
Carmelo Messina a449898e86 Backport Fix CtrlW to close current tab: backport 7435408 - Fix Ctrl+W to close current tab when tab highlighting is disabled (#2628) commit https://chromium-review.googlesource.com/c/chromium/src/+/7435408 2026-01-24 18:28:22 +01:00
Carmelo Messina 6d334c8b39 Immediately destroy shared workers when closing the page: Chromium is planning to keep shared workers active even after the page is closed,
up to a timeout, to compensate for the permanent deactivation of the unload event.
This feature is used to send pings from the page.
Cromite already does not allow any information to be sent via the network to the unload event.
2026-01-24 18:26:38 +01:00
Carmelo Messina 34ce904d75 Restore Simplified NTP launch: fix crash with pinned items (#2653) 2026-01-24 18:21:36 +01:00
Carmelo Messina 644698ea2f Modify default preferences: disable kHttpsFirstDialogUi by default (#2654) 2026-01-24 18:20:30 +01:00
Carmelo Messina 6a62f6c5bc Keyboard protection flag: removes the hiding of the Alt key press (#2603) 2026-01-24 18:19:46 +01:00
Carmelo Messina fac0478f88 High Resolution Timing Mitigation: enable by default (#1966) 2026-01-24 18:18:23 +01:00
Carmelo Messina a975b69283 Experimental support for extensions on Android: remove unwanted link hover status bar (#2660), fix the flickering of the extensions button (#2657), fix crash when loading an unpacked extension (#2579) 2026-01-24 18:17:48 +01:00
Carmelo Messina db10f20ff4 Enable ImprovedBookmarks by default: always open bookmark page in the same tab (#2608) 2026-01-24 18:13:47 +01:00
Carmelo Messina 870bc31b7f Enable ClientHello Segmentation: enable feature by default (#2403) and reduce timeout to 2 seconds 2026-01-24 18:12:36 +01:00
Carmelo Messina 4aa9ca084d Enable Android Dynamic Performance Framework: fix build errors in Android 32 bit 2026-01-24 18:11:36 +01:00
Carmelo Messina 84d5f71b1a Cromite Branding: fix year in about settings, fix unwanted browser closures when closing the bookmarks page with the back gesture (#1606 #2576), fix policy file reading from /etc/chromium/policies to /etc/cromite/policies (#2169) 2026-01-24 18:10:58 +01:00
Carmelo Messina a27512888d Android fonts fingerprinting mitigation: fix rendering of emojii icons (#2655) 2026-01-24 18:05:52 +01:00
Carmelo Messina 02f8c36abe Allow building without supervised users: disable another function 2026-01-24 18:05:01 +01:00
Carmelo Messina a086bfc8bf Add an always-incognito mode: fix crash in history page (#2662) 2026-01-24 18:03:59 +01:00
Carmelo Messina 7287383fb1 Add a proxy configuration page: enable support to multiple proxy chain (https://github.com/uazo/cromite/issues/2594#issuecomment-3791605530) 2026-01-24 18:02:21 +01:00
uazoandgithub-actions[bot] 6cb4f95cb0 [AUTO] Patches auto-rebase 2026-01-19 13:26:00 +00:00
Carmelo Messina 90c3c80a4e Bump to 144.0.7559.76 2026-01-19 14:22:12 +01:00
Carmelo Messina e77ef4cb3a Disable CpuPerformance api and DBSC 2026-01-19 14:16:28 +01:00
Carmelo Messina 245b33a600 Set the screen frame rate to 60 Hz: fix blink freeze with viewtransitions (#2582) 2026-01-19 14:10:42 +01:00
Carmelo Messina 5f09697d4c Patches for v144 2026-01-19 14:09:28 +01:00
Carmelo Messina c82c4d77cf Bump to 144.0.7559.59 2026-01-15 13:00:07 +01:00
Carmelo Messina 0f2a45495e Patches for 144 (need some checks) 2026-01-15 12:59:32 +01:00
Carmelo Messina 558348760f Drop patch in 144 2026-01-15 12:59:11 +01:00
Carmelo Messina cb29ab20ad Patches for v144 2026-01-15 12:58:05 +01:00
Carmelo Messina c713b95df6 Rebase to 143.0.7499.147 2026-01-12 13:59:01 +01:00
Carmelo Messina 3010fc430e Bump to 143.0.7499.147 2025-12-17 16:36:49 +01:00
Carmelo Messina b679afd33e Rebase to 143.0.7499.110 2025-12-11 17:35:40 +01:00
Carmelo Messina c65ef30a0c Bump to 143.0.7499.110 2025-12-11 14:49:54 +01:00
Carmelo Messina 43bed8c2c3 Supporting Dangling Ptr Detection via BackupRefPtr (disabled by default)
Enable Dangling Ptr Detection (DPD) via BackupRefPtr (BRP) (disabled by default)
and additional safety checks that are too expensive to have on by default.
Enable checking raw_ptr do not become dangling during their lifetime.
Write a fixed cookie pattern at the end of each allocation to ensure there is no OOB write.

Enable MTE in Android for enabled devices (flag disabled by default) (#2444)

BRP and MTE activate additional checks related to memory usage at the expense of
performance and increased memory usage, but guarantee the user that the browser
will not suffer from development errors related to memory management.
2025-12-11 14:49:27 +01:00
Carmelo Messina ff33bbeb52 Enable extensions in android: allow use with always incognito (#2519 #2511) and fix dangling raw_ptr on destruction 2025-12-11 14:40:17 +01:00
Carmelo Messina 224c227ee0 Restore Simplified NTP launch: fix dangling raw_ptr on destruction 2025-12-11 14:37:06 +01:00
Carmelo Messina d2dd0ffb31 Restore chrome password store: display the keyboard accessory only if a password is registered (#2368) 2025-12-11 14:35:57 +01:00
Carmelo Messina f1114a452e Move navigation bar to bottom: adjust the keyboard size on devices with 3-button navigation (#2543) 2025-12-11 14:34:39 +01:00
Carmelo Messina 6605e1bf7e Improve the browser sandbox: checks at each restart whether the network process sandbox can be activated instead of each major (#2544) 2025-12-11 14:33:33 +01:00
Carmelo Messina c11c063b9e Experimental user scripts support: adjusts the initial sending phase of the script list to the rendering process (#2550) 2025-12-11 14:32:11 +01:00
uazoandgithub-actions[bot] 4648b0a301 [AUTO] Patches auto-rebase 2025-12-02 16:04:05 +00:00
Carmelo Messina 03ac6cfc47 Add bookmark import/export actions: remove the 10 MB limit for importing bookmarks (#2527) 2025-12-02 17:01:28 +01:00
Carmelo Messina 8a6d940119 Experimental-support-for-extensions-on-Android: remove the temporarily fix (pop-up crash issue) (#2476) 2025-12-02 16:59:14 +01:00
Carmelo Messina 07e31cfb37 Client hints overrides: fix crash on duckduckgo android app (#2528) 2025-12-02 16:58:00 +01:00
Carmelo Messina 4987ea1cfd Enable extensions in incognito: allow use in always incognito mode (#2519) 2025-12-02 16:56:37 +01:00
Carmelo Messina cf3ef61d87 Add an always-incognito mode: allow extensions to be installed with always incognito (#2511 #256) 2025-12-02 16:55:24 +01:00
Carmelo Messina 2e7927fab9 Backport-v144-android-extensions-changes: fix patch name (143 -> 144) 2025-11-26 18:02:38 +01:00
Carmelo Messina 7d5f515019 Enable ProcessBoundStringEncryption by default: drop patch, feature enabled by default from upstream 2025-11-26 18:01:45 +01:00
Carmelo Messina 1398295c85 Patches for v143 (final version) 2025-11-26 18:00:07 +01:00
Carmelo Messina b1cdb6763e Bump to 143.0.7499.40 2025-11-22 16:29:47 +01:00
Carmelo Messina ee072254f9 Patches for v143 (need some work) 2025-11-22 16:29:25 +01:00
Carmelo Messina 3cf5e136d8 Patches for v143 2025-11-22 16:25:29 +01:00