cef/libcef/common/alloy
Marshall Greenblatt 262a93b2f7 Split UI thread shutdown into before and after stages (see #3609)
Existing UI thread shutdown tasks need to be executed before the UI
thread RunLoop is terminated. Those tasks have now been moved to
CefMainRunner::StartShutdownOnUIThread and FinishShutdownOnUIThread is
now called after the RunLoop is terminated.

This fixes a shutdown crash in ChromeProcessSingleton::DeleteInstance.
DeleteInstance needs to be called on the UI thread near the end of the
shutdown process (after ChromeProcessSingleton::Cleanup is called via
PostMainMessageLoopRun).
2023-12-13 12:58:55 -05:00
..
alloy_content_client.cc Update to Chromium version 111.0.5563.0 (#1097615) 2023-02-03 13:00:26 -05:00
alloy_content_client.h Update to Chromium version 107.0.5304.0 (#1047731) 2022-09-29 13:09:35 -04:00
alloy_main_delegate.cc Update to Chromium version 121.0.6167.0 (#1233107) 2023-12-13 12:58:55 -05:00
alloy_main_delegate.h Update to Chromium version 121.0.6167.0 (#1233107) 2023-12-13 12:58:55 -05:00
alloy_main_runner_delegate.cc Split UI thread shutdown into before and after stages (see #3609) 2023-12-13 12:58:55 -05:00
alloy_main_runner_delegate.h Split UI thread shutdown into before and after stages (see #3609) 2023-12-13 12:58:55 -05:00