Marshall Greenblatt
f8a746373e
Update to Chromium version 138.0.7204.0 ( #1465706 )
...
Mac: Require Xcode 16.3 (16E140) and SDK 15.4 (24E241)
2025-06-03 14:20:59 -04:00
Marshall Greenblatt
e7320793b6
Update to Chromium version 136.0.7103.0 ( #1440670 )
...
- Win: Update to VS 2022 17.13.4 and WinSDK 10.0.26100.3323
2025-04-07 15:38:21 -04:00
Marshall Greenblatt
7be2558291
Update to Chromium version 133.0.6943.0 ( #1402768 )
2025-01-08 17:19:43 -05:00
Marshall Greenblatt
7dd2398be2
Update to Chromium version 133.0.6886.0 ( #1393452 )
2024-12-10 12:46:29 -05:00
Marshall Greenblatt
34dbad30db
Update to Chromium version 132.0.6834.0
2024-11-15 11:38:37 -05:00
Nik Pavlov
5d817b20a6
Update to Chromium version 131.0.6768.0 ( #1366576 )
...
mac: Switch to Xcode 16.0 16A242d with macOS SDK 15.0 24A336
2024-10-24 11:24:17 -04:00
Marshall Greenblatt
cd052ec7c3
Update to Chromium version 130.0.6723.0 ( #1356013 )
2024-09-27 14:15:44 +00:00
Nik Pavlov
af1f40a2d3
Update to Chromium version 129.0.6668.0
...
- Mac: Minimum system version is now 11.0.
- Win: Windows SDK version is now 10.0.22621.2428.
2024-08-26 12:44:25 +00:00
Marshall Greenblatt
446b7d6535
Update to Chromium version 128.0.6613.0 ( #1331488 )
2024-07-30 11:10:09 -04:00
Marshall Greenblatt
c44aa35bfc
Update to Chromium version 127.0.6533.0 ( #1313161 )
2024-06-20 12:09:46 -04:00
Marshall Greenblatt
701fc03f00
Update to Chromium version 126.0.6478.0 ( #1300313 )
2024-05-26 13:45:29 -04:00
Marshall Greenblatt
b67cbc47e3
Update to Chromium version 125.0.6422.0 ( #1287751 )
2024-04-25 18:43:05 -04:00
Marshall Greenblatt
52dac91167
Update to Chromium version 124.0.6367.0 ( #1274542 )
2024-03-22 13:46:28 -04:00
Marshall Greenblatt
d4cf19db29
Update to Chromium version 123.0.6312.0 ( #1262506 )
...
- MacOS ARM64 Official builds are currently failing due to
https://issues.chromium.org/issues/326898585
2024-02-26 12:08:55 -05:00
Marshall Greenblatt
2f1e782f62
Update to Chromium version 122.0.6261.0 ( #1250580 )
...
Frame identifiers have changed from int64_t to string type. This is due
to https://crbug.com/1502660 which removes access to frame routing IDs
in the renderer process. New cross-process frame identifiers are 160-bit
values (32-bit child process ID + 128-bit local frame token) and most
easily represented as strings. All other frame-related expectations and
behaviors remain the same.
2024-01-30 12:07:08 -05:00
Marshall Greenblatt
80c65f25a3
Update to Chromium version 121.0.6167.0 ( #1233107 )
2023-12-13 12:58:55 -05:00
Marshall Greenblatt
a25f89f9e4
chrome: Add callback for already running app relaunch ( fixes #3609 )
...
Adds a new CefBrowserProcessHandler::OnAlreadyRunningAppRelaunch
callback for when an already running app is relaunched with the
same CefSettings.root_cache_path.
Client apps should check the CefInitialize() return value for early
exit of the relaunch source process.
2023-12-04 15:43:45 -05:00