Commit Graph
1749 Commits
Author SHA1 Message Date
Carmelo Messina a1e722dbef Disable integration with Gemini: due to errors, some points are not covered by the gn arg check. This patch fixes build errors.
Note that the enable_glic argument is already disabled in cromite's gn args. It is explicitly stated in the patch for clarity.
This patch fixes desktop builds of 145.0.7632.120.
2026-02-27 13:33:20 +01:00
Carmelo Messina 080634431f Experimental support for extensions on Android: version 145.0.7632.120 2026-02-25 17:02:34 +01:00
Carmelo Messina 9b33511160 Patches for 145.0.7632.120 2026-02-25 12:35:55 +01:00
Carmelo Messina d24356fc41 Enable Socket Pool Limit Randomization: anticipates the activation of Socket Pool Limit Randomization scheduled for v147
The new feature is complete (see https://chromium-review.googlesource.com/c/chromium/src/+/7515640)
2026-02-24 17:57:30 +01:00
Carmelo Messina 50795297ae Experimental support for extensions on Android: fix dangling raw_ptr on popup controller (#256 #2511) 2026-02-24 17:54:40 +01:00
Carmelo Messina 65d7b3483c Partition blobs by top frame URL: allows the use of blobs within a third-party iframe workers (#2722) 2026-02-24 17:52:06 +01:00
Carmelo Messina c946bfccc2 Patches for 145.0.7632.120 2026-02-24 11:03:01 +01:00
Carmelo Messina 90984b5000 Bump to 145.0.7632.120 2026-02-24 08:33:25 +01:00
Carmelo Messina f964e2a760 Bump to 145.0.7632.110 2026-02-21 11:10:37 +01:00
Carmelo Messina e30dd7c2d3 [TOOLS] remove webview_includes_weblayer gn arg 2026-02-19 13:46:00 +01:00
uazoandgithub-actions[bot] e14f3a6f11 [AUTO] Patches auto-rebase 2026-02-18 16:58:20 +00:00
Carmelo Messina b3c9bb99fa Bump to 145.0.7632.76 2026-02-18 17:49:08 +01:00
Carmelo Messina 6ce74650ec Move navigation bar to bottom: fix bottom bar unresponsive after scroling down (#2714) 2026-02-18 17:06:09 +01:00
Carmelo Messina 153a54c07a Enable Android Dynamic Performance Framework: try to fix #2713 2026-02-18 17:05:12 +01:00
Carmelo Messina 7c97ec46c1 Content settings infrastructure: fix crash (#2727) 2026-02-18 17:03:59 +01:00
Carmelo Messina de48f82078 Patches for v145 2026-02-11 13:40:09 +01:00
Carmelo Messina c8a1047c2a Experimental support for extensions on Android: patch for 145.0.7632.46 2026-02-09 14:17:37 +01:00
Carmelo Messina 08596afae6 Patches for 145.0.7632.46 2026-02-09 09:05:31 +01:00
Carmelo Messina 4e03cf9178 Patches for 145.0.7632.46 2026-02-08 19:01:46 +01:00
Carmelo Messina 7ed59bd9d3 Bump to 145.0.7632.46 2026-02-08 14:13:21 +01:00
Carmelo Messina 2d042e369b Rebase to 145: fix build errors 2026-02-06 13:45:58 +01:00
Carmelo Messina 876b263515 Rebase to 145: fix build errors 2026-02-06 09:58:23 +01:00
Carmelo Messina 00a870cadd [TOOLS] Force-use-vpython3-for-all-scripts: Force use vpython3 for all scripts 2026-02-05 14:22:08 +01:00
Carmelo Messina eab93d000f Patches for 145 (final version) 2026-02-05 14:18:21 +01:00
Carmelo Messina 0ae84a9ecb Patches for 145 (only line change) 2026-02-05 13:36:19 +01:00
uazoandgithub-actions[bot] 87ea617804 [AUTO] Patches auto-rebase 2026-02-01 14:24:55 +00:00
Carmelo Messina f2ac66e078 Bump to 145.0.7632.25 2026-02-01 15:21:28 +01:00
Carmelo Messina ebac364ef7 Temp-Backport-Fix-CtrlW-to-close-current-tab: drop patch 2026-02-01 15:20:59 +01:00
Carmelo Messina 321e30c69e Disable references to fonts.googleapis.com: merged Remove preload of com.google.android.gms.fonts patch 2026-02-01 15:20:31 +01:00
Carmelo Messina edd31a7ef7 Patches for v145 (need work) 2026-02-01 15:19:04 +01:00
Carmelo Messina be9bf4c7aa Patches for v145 2026-02-01 15:18:16 +01:00
Carmelo Messina 2ba2115028 Rebase to 144.0.7559.97 2026-01-25 10:24:53 +01:00
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