cef/libcef/browser/native
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
..
browser_platform_delegate_native.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
browser_platform_delegate_native.h libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
browser_platform_delegate_native_aura.cc Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
browser_platform_delegate_native_aura.h Remove CEF-specific integer and char16 typedef's (see #3507) 2023-06-01 19:32:36 +03:00
browser_platform_delegate_native_linux.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
browser_platform_delegate_native_linux.h Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
browser_platform_delegate_native_mac.h mac: Enable ARC in libcef (fixes #3496) 2023-05-09 18:26:47 +03:00
browser_platform_delegate_native_mac.mm Update to Chromium version 118.0.5993.0 (#1192594) 2023-09-20 12:07:47 -04:00
browser_platform_delegate_native_win.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
browser_platform_delegate_native_win.h alloy: Use Chrome JS dialogs on Windows/Linux (fixes issue #3316) 2022-06-03 22:45:23 +03:00
cursor_util.cc Update to Chromium version 111.0.5563.0 (#1097615) 2023-02-03 13:00:26 -05:00
cursor_util.h Update to Chromium version 111.0.5563.0 (#1097615) 2023-02-03 13:00:26 -05:00
cursor_util_aura.cc Update to Chromium version 122.0.6261.0 (#1250580) 2024-01-30 12:07:08 -05:00
cursor_util_mac.mm Update to Chromium version 117.0.5938.0 (#1181205) 2023-08-15 12:07:58 -04:00
javascript_dialog_runner_mac.h mac: Enable ARC in libcef (fixes #3496) 2023-05-09 18:26:47 +03:00
javascript_dialog_runner_mac.mm Update to Chromium version 117.0.5938.0 (#1181205) 2023-08-15 12:07:58 -04:00
menu_runner_mac.h mac: Enable ARC in libcef (fixes #3496) 2023-05-09 18:26:47 +03:00
menu_runner_mac.mm Update to Chromium version 117.0.5938.0 (#1181205) 2023-08-15 12:07:58 -04:00
menu_runner_views_aura.cc libcef: Format with clang-tidy (see #3632) 2024-01-20 19:33:17 -05:00
menu_runner_views_aura.h alloy: Use Views context menus on Windows/Linux (fixes issue #3330) 2022-05-20 14:15:17 +03:00
window_delegate_view.cc Fix potential UAF of CefBPDNativeAura::window_widget_ 2023-02-07 10:45:57 -05:00
window_delegate_view.h Fix potential UAF of CefBPDNativeAura::window_widget_ 2023-02-07 10:45:57 -05:00
window_x11.cc Update to Chromium version 121.0.6167.0 (#1233107) 2023-12-13 12:58:55 -05:00
window_x11.h Update to Chromium version 121.0.6167.0 (#1233107) 2023-12-13 12:58:55 -05:00