cef/libcef/renderer
Marshall Greenblatt 6d71f5ffd7 Don't reconnect after intentional browser frame detach (see issue #3260)
Send a FrameDetached message from CefFrameHostImpl::Detach before closing
the RenderFrame connection to avoid an immediate reconnect attempt by the
renderer.

When BFCache is disabled the intentionally detached frame will never be
reconnected. When BFCache is enabled the intentionally detached frame will
be reconnected via CefFrameImpl::OnWasShown if/when it exits the cache.
2022-08-19 12:38:32 -04:00
..
alloy Update to Chromium version 105.0.5195.0 (#1027018) 2022-07-25 23:47:56 -04:00
chrome Update to Chromium version 105.0.5195.0 (#1027018) 2022-07-25 23:47:56 -04:00
extensions Update to Chromium version 101.0.4951.0 (#982481) 2022-03-30 19:54:09 -04:00
blink_glue.cc chrome: Update expectations with same-site BFCache enabled (fixes issue #3301) 2022-04-05 15:30:30 -04:00
blink_glue.h chrome: Update expectations with same-site BFCache enabled (fixes issue #3301) 2022-04-05 15:30:30 -04:00
browser_impl.cc Update to Chromium version 105.0.5176.0 (#1023155) 2022-07-22 13:31:29 -04:00
browser_impl.h Update to Chromium version 105.0.5176.0 (#1023155) 2022-07-22 13:31:29 -04:00
dom_document_impl.cc libcef: Convert NULL to nullptr (see issue #2861) 2020-01-15 14:49:22 +01: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 104.0.5112.0 (#1012729) 2022-06-22 10:56:35 +03:00
dom_node_impl.h Update to Chromium revision 9ef2aa86 (#550428) 2018-05-04 10:50:26 +02:00
frame_impl.cc Don't reconnect after intentional browser frame detach (see issue #3260) 2022-08-19 12:38:32 -04:00
frame_impl.h Don't reconnect after intentional browser frame detach (see issue #3260) 2022-08-19 12:38:32 -04:00
render_frame_observer.cc Update to Chromium version 105.0.5176.0 (#1023155) 2022-07-22 13:31:29 -04:00
render_frame_observer.h Support reconnect of the mojo frame channel (fixes issue #3260) 2022-02-14 20:31:04 -05:00
render_frame_util.cc Update to Chromium version 105.0.5176.0 (#1023155) 2022-07-22 13:31:29 -04:00
render_frame_util.h Change CefFrame::GetName() to return assigned name if it is non-empty before returning unique name (issue #2403) 2018-03-28 17:30:15 +00:00
render_manager.cc Update to Chromium version 105.0.5195.0 (#1027018) 2022-07-25 23:47:56 -04:00
render_manager.h Update to Chromium version 105.0.5176.0 (#1023155) 2022-07-22 13:31:29 -04:00
render_urlrequest_impl.cc Update to Chromium version 104.0.5112.0 (#1012729) 2022-06-22 10:56:35 +03:00
render_urlrequest_impl.h Add NetworkService support for CefURLRequest (see issue #2622). 2019-05-17 21:42:25 +03:00
thread_util.h Update to Chromium version 96.0.4664.0 (#929512) 2021-10-21 15:43:15 -04:00
v8_impl.cc Add CefBaseTime and use it instead of CefTime (see issue #2935) 2022-07-19 10:09:35 -04:00
v8_impl.h Add CefBaseTime and use it instead of CefTime (see issue #2935) 2022-07-19 10:09:35 -04:00