electron/atom
Charles Kerr 435c9c1486 Force uv loop cleanup (#11465)
* ensure all uv handles are closed before ending worker's loop

* add DCHECK to test that the Worker loop is finished

* don't call deprecated uv_loop_new(), uv_loop_delete()

* make cpplint happy

* fix comment error

* empty commit for CI

* tweak DCHECK expression

* extract-method: stop_and_close_uv_loop()

* fix DCHECK oops
2018-01-04 11:16:06 -08:00
..
app Don't delay node module initialization 2018-01-02 16:37:11 +09:00
browser Do not create DIR_USER_DATA on IO thread 2018-01-03 19:07:24 +09:00
common Force uv loop cleanup (#11465) 2018-01-04 11:16:06 -08:00
node Fixed build issues 2017-11-24 10:58:53 +09:00
renderer Note about incorrect usage of blink::SchemeRegistry methods 2018-01-02 16:37:10 +09:00
utility [c++11 library] Remove ScopedVector 2017-11-24 10:58:17 +09:00
CPPLINT.cfg