cef/tests/cefsimple
Marshall Greenblatt b8f91c5431 Add callbacks for unresponsive render process (fixes #3661)
The client can optionally wait or terminate the render process.

Expose process exit codes via OnRenderProcessTerminated and
CefGetExitCode (fixes #2126).

cefclient: Add a new https://tests/hang page for testing hang behavior.

cefclient: Move message and resource handling to a new BaseClientHandler
class to support loading of test pages in default Chrome UI windows.
2024-03-18 17:45:31 -04:00
..
mac mac: Update target SDK to 10.15 for cmake and tests 2024-01-30 12:33:53 -05: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 Add callbacks for unresponsive render process (fixes #3661) 2024-03-18 17:45:31 -04:00
cefsimple_mac.mm Add callbacks for unresponsive render process (fixes #3661) 2024-03-18 17:45:31 -04:00
cefsimple_win.cc Add callbacks for unresponsive render process (fixes #3661) 2024-03-18 17:45:31 -04: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 views: mac: Add CEF_SHOW_STATE_HIDDEN (fixes #3630) 2024-01-30 12:16:03 -05:00
simple_app.h Replace OVERRIDE with override (see issue #3140) 2021-06-17 16:16:53 -04:00
simple_handler.cc views: mac: Add CEF_SHOW_STATE_HIDDEN (fixes #3630) 2024-01-30 12:16:03 -05:00
simple_handler.h views: mac: Add CEF_SHOW_STATE_HIDDEN (fixes #3630) 2024-01-30 12:16:03 -05:00
simple_handler_linux.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00
simple_handler_mac.mm views: mac: Add CEF_SHOW_STATE_HIDDEN (fixes #3630) 2024-01-30 12:16:03 -05:00
simple_handler_win.cc Update source files for bracket style 2023-01-04 17:47:17 -05:00