cef/libcef/renderer/alloy
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
..
alloy_content_renderer_client.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
alloy_content_renderer_client.h Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
alloy_render_thread_observer.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
alloy_render_thread_observer.h Update to Chromium version 121.0.6167.0 (#1233107) 2023-12-13 12:58:55 -05:00
url_loader_throttle_provider_impl.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
url_loader_throttle_provider_impl.h Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00