cef/libcef/renderer
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 Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
chrome Update to Chromium version 111.0.5563.0 (#1097615) 2023-02-03 13:00:26 -05:00
extensions Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
blink_glue.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
blink_glue.h Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
browser_impl.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
browser_impl.h Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
dom_document_impl.cc Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
dom_document_impl.h Remove DISALLOW_ macro from libcef/ (see issue #3234) 2021-12-07 15:02:28 -05:00
dom_node_impl.cc Update to Chromium version 120.0.6099.0 (#1217362) 2023-11-28 12:47:00 -05:00
dom_node_impl.h Update to Chromium version 119.0.6045.0 (#1204232) 2023-10-24 10:56:39 -04:00
frame_impl.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
frame_impl.h Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
render_frame_observer.cc Update to Chromium version 121.0.6167.0 (#1233107) 2023-12-13 12:58:55 -05:00
render_frame_observer.h Update to Chromium version 121.0.6167.0 (#1233107) 2023-12-13 12:58:55 -05:00
render_frame_util.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
render_frame_util.h Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
render_manager.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
render_manager.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
thread_util.h Replace NOTREACHED() with DCHECK(false) (fixes #3500) 2023-05-08 18:36:00 +03:00
v8_impl.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
v8_impl.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00