cef/tests
Marshall Greenblatt ba08c21517 Fix crashes when a request is aborted during initialization (see issue #2622).
Initialization of request objects requires asynchronous hops between the UI and
IO threads. In some cases the browser may be destroyed, the mojo connection may
be aborted, or the ProxyURLLoaderFactory object may be deleted while
initialization is still in progress. This change fixes crashes and adds unit
tests that try to reproduce these conditions.

To test: Run `ceftests --gtest_repeat=50
              --gtest_filter=ResourceRequestHandlerTest.Basic*Abort*`
2019-06-18 16:21:04 +02:00
..
cefclient Add SSL_CONNECTION_VERSION_TLS1_3 to cef_ssl_version_t (fixes issue #2669) 2019-06-03 08:55:36 +00:00
cefsimple Add |extra_info| parameter for browser creation (fixes issue #1088) 2019-05-08 12:31:46 -04:00
ceftests Fix crashes when a request is aborted during initialization (see issue #2622). 2019-06-18 16:21:04 +02:00
gtest Fix gtest path (issue #2188) 2017-06-13 17:09:59 +03:00
shared Move message routing from CefBrowser to CefFrame (see issue #2498). 2019-05-29 17:44:56 +03:00