mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
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.
This commit is contained in:
@@ -696,27 +696,6 @@ patches = [
|
||||
# https://github.com/chromiumembedded/cef/issues/3606
|
||||
'name': 'win_app_icon_3606'
|
||||
},
|
||||
{
|
||||
# linux: Disable compiler TLS in libxml2.
|
||||
# https://github.com/chromiumembedded/cef/issues/3616
|
||||
'name': 'linux_libxml_tls_3616'
|
||||
},
|
||||
{
|
||||
# linux: Fix crash after x11::Connection destruction with
|
||||
# multi-threaded-message-loop.
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/5115482
|
||||
'name': 'linux_connection_5115482'
|
||||
},
|
||||
{
|
||||
# windows: Fix implicit conversion error when building cef_sandbox.
|
||||
# https://chromium-review.googlesource.com/c/chromium/src/+/5120035
|
||||
'name': 'base_allocator_5120035'
|
||||
},
|
||||
{
|
||||
# Fix mojom_ts_generator.py error with Python 3.11.
|
||||
# https://bugs.chromium.org/p/chromium/issues/detail?id=1422178
|
||||
'name': 'mojo_generator_1422178'
|
||||
},
|
||||
{
|
||||
# chrome: mac: Support locale configuration.
|
||||
# https://github.com/chromiumembedded/cef/issues/3623
|
||||
|
Reference in New Issue
Block a user