Marshall Greenblatt
ff5210f825
Update to Chromium version 135.0.7049.0 ( #1427262 )
2025-03-12 13:05:48 -04:00
Marshall Greenblatt
c7c6a109c9
Update to Chromium version 134.0.6998.0 ( #1415337 )
2025-02-19 11:11:51 -05: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
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
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
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
a4b27a7248
Update to Chromium version 117.0.5938.0 ( #1181205 )
2023-08-15 12:07:58 -04:00
Marshall Greenblatt
8b46735b79
Update to Chromium version 117.0.5895.0 ( #1171312 )
2023-07-20 18:11:34 -04:00
Marshall Greenblatt
4b3c3132cb
Update to Chromium version 113.0.5672.0 ( #1121455 )
2023-04-05 17:48:51 -04:00
Marshall Greenblatt
dc2231cdfb
Update to Chromium version 111.0.5563.0 ( #1097615 )
2023-02-03 13:00:26 -05:00
Marshall Greenblatt
d04b5d4f87
Update to Chromium version 110.0.5481.0 ( #1084008 )
2023-01-04 21:36:29 -05:00
Marshall Greenblatt
47d69a842a
Update to Chromium version 109.0.5414.0 ( #1070088 )
...
- mac: Xcode 14.0 with macOS SDK 13.0 is now required.
- Remove CefRequestHandler::OnQuotaRequest because persistent quota is no
longer supported (see https://crbug.com/1208141 )
2022-11-17 12:50:15 -05:00
Marshall Greenblatt
8b45f32b33
Update to Chromium version 108.0.5359.0 ( #1058933 )
2022-10-18 17:58:41 -04:00
Marshall Greenblatt
4d1fd05740
Update to Chromium version 107.0.5304.0 ( #1047731 )
2022-09-29 13:09:35 -04:00
Marshall Greenblatt
c7ea0c5958
Update to Chromium version 104.0.5112.0 ( #1012729 )
...
- Mac: 10.13 is now the minimum required macOS version
2022-06-22 10:56:35 +03:00
Marshall Greenblatt
185a908811
Update to Chromium version 103.0.5060.0 ( #1002911 )
2022-05-20 19:39:32 +03:00
Marshall Greenblatt
b524edc209
Update to Chromium version 101.0.4951.0 ( #982481 )
...
Known issues:
- chrome: Some ceftests are failing due to bfcache same-site enabled by default
(see issue #3301 )
2022-03-30 19:54:09 -04:00
Marshall Greenblatt
1e1133ec66
Update to Chromium version 99.0.4844.0 ( #961656 )
2022-01-26 21:10:29 -05:00
Marshall Greenblatt
66648c2343
Update to Chromium version 97.0.4692.0 ( #938553 )
...
- Remove CefRequestContextHandler::OnBeforePluginLoad and
CefRequestContext::PurgePluginListCache (fixes issue #3047 ). These methods
stopped being relevant after the removal of Flash support in January 2021.
The last remaining PPAPI plugin (PDF viewer) will switch to a non-plugin
implementation in the near future (see https://crbug.com/702993#c58 ) and
functionality related to plugin filtering has already been removed in
https://crrev.com/343ae351c9 .
2021-11-15 14:25:16 -05:00
Marshall Greenblatt
6872dadd74
Update to Chromium version 96.0.4664.0 ( #929512 )
2021-10-21 15:43:15 -04:00
Marshall Greenblatt
4d1c5ebdd2
Fix CefCommandLine character case requirements (fixes issue #1872 )
...
Switch names will now be converted to lowercase ASCII on all platforms.
Switch values will retain the original case and UTF8 encoding.
2021-09-27 16:36:57 +03:00