cef/tests/cefsimple
Marshall Greenblatt e9bf3cdb98 Add initial Chrome runtime support for browser APIs (see issue #2969)
This change adds basic Chrome runtime implementations for CefBrowserContext
and CefBrowserPlatformDelegate. A Chrome browser window with default frame
and styling can now be created using CefBrowserHost::CreateBrowser and some
CefClient callbacks will be triggered via the WebContentsObserver
implementation in CefBrowserHostImpl.

Any additional browser windows created via the Chrome UI will be unmanaged
by CEF. The application message loop will block until all browser windows
have been closed by the user.
2020-07-04 16:13:30 -04:00
..
mac Update to Chromium version 77.0.3865.0 (#681094) 2019-09-04 15:13:32 +00:00
res
cefsimple_linux.cc Add initial chrome runtime support (see issue #2969) 2020-06-29 16:17:23 -04:00
cefsimple_mac.mm
cefsimple_win.cc Add initial chrome runtime support (see issue #2969) 2020-06-29 16:17:23 -04:00
cefsimple.exe.manifest
cefsimple.rc
CMakeLists.txt.in Update to Chromium version 77.0.3865.0 (#681094) 2019-09-04 15:13:32 +00:00
process_helper_mac.cc cefsimple: Convert NULL to nullptr (see issue #2861) 2020-01-15 15:26:01 +01:00
resource.h
simple_app.cc Add initial Chrome runtime support for browser APIs (see issue #2969) 2020-07-04 16:13:30 -04:00
simple_app.h
simple_handler_linux.cc Add initial Chrome runtime support for browser APIs (see issue #2969) 2020-07-04 16:13:30 -04:00
simple_handler_mac.mm
simple_handler_win.cc Add initial Chrome runtime support for browser APIs (see issue #2969) 2020-07-04 16:13:30 -04:00
simple_handler.cc cefsimple: Convert NULL to nullptr (see issue #2861) 2020-01-15 15:26:01 +01:00
simple_handler.h