cef/libcef/renderer/extensions
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
..
extensions_dispatcher_delegate.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
extensions_dispatcher_delegate.h Remove DISALLOW_ macro from libcef/ (see issue #3234) 2021-12-07 15:02:28 -05:00
extensions_renderer_client.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
extensions_renderer_client.h Update to Chromium version 114.0.5735.0 (#1135570) 2023-05-05 22:53:16 +03:00
print_render_frame_helper_delegate.cc Remove deprecated base::[Dictionary|List]Value API usage 2023-01-30 21:32:19 -05:00
print_render_frame_helper_delegate.h alloy: Generate tagged PDFs when using PrintToPDF 2022-12-14 19:51:03 +00:00