cef/tests/shared/browser
Marshall Greenblatt 280c9127c1 Remove render thread created callbacks (see issue #2498)
With site-per-process enabled a spare renderer process will be created
for use with a future browser or navigation. Consequently the
|extra_info| parameter populated in OnRenderProcessThreadCreated will no
longer be delivered to OnRenderThreadCreated in the expected renderer
process. To avoid confusion these callbacks have been removed completely.

After this change CefRenderProcessHandler::OnWebKitInitialized should
be used for startup tasks in the render process, and OnBrowserCreated
should be used in the render process to recieve |extra_info| passed from
CefBrowserHost::CreateBrowser or CefLifeSpanHandler::OnBeforePopup.
2020-07-16 19:11:18 -04:00
..
client_app_browser.cc Remove render thread created callbacks (see issue #2498) 2020-07-16 19:11:18 -04:00
client_app_browser.h Remove render thread created callbacks (see issue #2498) 2020-07-16 19:11:18 -04:00
extension_util.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
extension_util.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
file_util.cc Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
file_util.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
geometry_util.cc Windows: Fix per-monitor DPI scaling of top-level browser windows and placement of context menus (issue #2313) 2018-02-21 16:58:54 -05:00
geometry_util.h Windows: Fix per-monitor DPI scaling of top-level browser windows and placement of context menus (issue #2313) 2018-02-21 16:58:54 -05:00
main_message_loop.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
main_message_loop.h cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
main_message_loop_external_pump.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
main_message_loop_external_pump.h Rename unittests to ceftests (issue #1632) 2016-11-18 12:44:46 -05:00
main_message_loop_external_pump_linux.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_external_pump_mac.mm macOS: Add support for building clients with ARC enabled (fixes issue #2623). 2019-04-23 17:17:56 +00:00
main_message_loop_external_pump_win.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_std.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
main_message_loop_std.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
resource_util.h Add support for loading extensions (issue #1947) 2017-08-25 18:40:32 -04:00
resource_util_linux.cc Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
resource_util_mac.mm macOS: Allow configuration of framework path (issue #1532) 2017-01-26 19:14:56 -05:00
resource_util_posix.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
resource_util_win.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
util_win.cc cefclient: Add support for shared texture and external BeginFrame in OSR mode (issue #1006) 2018-09-27 10:32:05 +02:00
util_win.h cefclient: Add support for shared texture and external BeginFrame in OSR mode (issue #1006) 2018-09-27 10:32:05 +02:00