cef/tests/cefsimple
Marshall Greenblatt a25f89f9e4 chrome: Add callback for already running app relaunch (fixes #3609)
Adds a new CefBrowserProcessHandler::OnAlreadyRunningAppRelaunch
callback for when an already running app is relaunched with the
same CefSettings.root_cache_path.

Client apps should check the CefInitialize() return value for early
exit of the relaunch source process.
2023-12-04 15:43:45 -05:00
..
mac Update to Chromium version 104.0.5112.0 (#1012729) 2022-06-22 10:56:35 +03:00
res Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
CMakeLists.txt.in Update to Chromium version 86.0.4240.0 (#800218) 2020-09-03 17:44:25 -04:00
cefsimple.exe.manifest Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
cefsimple.rc Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window. 2013-11-26 22:02:14 +00:00
cefsimple_linux.cc chrome: Add callback for already running app relaunch (fixes #3609) 2023-12-04 15:43:45 -05:00
cefsimple_mac.mm chrome: Add callback for already running app relaunch (fixes #3609) 2023-12-04 15:43:45 -05:00
cefsimple_win.cc chrome: Add callback for already running app relaunch (fixes #3609) 2023-12-04 15:43:45 -05:00
process_helper_mac.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
resource.h chrome: win: Fix app icon for default Chrome windows (fixes #3606) 2023-11-20 19:35:09 -05:00
simple_app.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
simple_app.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
simple_handler.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
simple_handler.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
simple_handler_linux.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
simple_handler_mac.mm macOS: Add support for building clients with ARC enabled (fixes issue #2623). 2019-04-23 17:17:56 +00:00
simple_handler_win.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00