electron/atom
Cheng Zhao 9a13d559e9 Leak the JavascriptEnvironment on exit
This is to work around the bug that V8 would be waiting for background
tasks to finish on exit, while somehow it waits forever in Electron, more
about this can be found at https://github.com/atom/electron/issues/4767.

On the other handle there is actually no need to gracefully shutdown V8
on exit in the main process, we already ensured all necessary resources get
cleaned up, and it would make quitting faster.
2016-03-14 13:59:31 +09:00
..
app Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
browser Leak the JavascriptEnvironment on exit 2016-03-14 13:59:31 +09:00
common Bump v0.37.1 2016-03-13 10:11:26 +09:00
renderer Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
utility Remove trailing whitespace 2016-01-20 09:43:32 -07:00