cef/libcef_dll
Marshall Greenblatt 35fc888c72 Improve timing of frame attach/detach (see #3664)
- Move frame attachment from RenderFrameCreated to
  DidCommitProvisionalLoad. This has a number of advantages:
  - Significantly reduces the frequency of disconnects by avoiding
    the GetInterface/DidCommitNavigation race condition.
  - Stops connecting temporary frames (created during cross-origin
    navigation), making callback behavior more consistent.
- Split frame detach and destruction notifications into separate
  callbacks. OnFrameDetached now reflects a potentially recoverable
  state. Add a new OnFrameDestroyed callback for the unrecoverable
  destruction state.
2024-12-04 10:44:33 -05:00
..
base Expose DumpWithoutCrashing (fixes #3588) 2024-07-02 18:08:16 +00:00
cpptoc Improve timing of frame attach/detach (see #3664) 2024-12-04 10:44:33 -05:00
ctocpp Improve timing of frame attach/detach (see #3664) 2024-12-04 10:44:33 -05:00
sandbox Apply new Chromium style for #include sorting 2024-05-01 14:34:32 -04:00
wrapper Add notification for aborted popups (fixes #3776) 2024-11-13 14:13:29 -05:00
CMakeLists.txt.in
libcef_dll2.cc win: Remove CefEnableHighDPISupport function (fixes issue #3452) 2023-03-03 16:07:29 -05:00
libcef_dll.cc Call SetIsShutdown after CefInitialize (fixes #3738) 2024-07-15 16:44:38 -04:00
libcef_dll.rc
libcef.dll.manifest
libcef.lst
resource.h
shutdown_checker.cc
shutdown_checker.h
template_util.h Check C API structure sizes before copying values to C++ classes (fixes issue #3238) 2022-02-17 12:46:38 -05:00
transfer_util.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
transfer_util.h Remove DISALLOW_ macro from libcef_dll/ (see issue #3234) 2021-12-07 15:02:28 -05:00
wrapper_types.h Add CefTaskManager API 2024-07-18 11:34:41 -04:00