cef/tests/cefclient/renderer
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_delegates_renderer.cc Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
client_renderer.cc Remove render thread created callbacks (see issue #2498) 2020-07-16 19:11:18 -04:00
client_renderer.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
performance_test.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00
performance_test.h Add unittests target to the binary distribution (issue #1632) 2016-11-18 03:19:17 -05:00
performance_test_setup.h Apply clang-format to all C, C++ and ObjC files (issue #2171) 2017-05-18 12:30:05 +02:00
performance_test_tests.cc cefclient: Convert NULL to nullptr (see issue #2861) 2020-01-15 16:11:53 +01:00