electron/atom
Samuel Attard 0ac883c6d4
Remove the race condition between new process creation and context release (#12342)
* Remove the race condition between new process creation and old process releasing remote context

Previously there was a race condition where the getId() method would return the new context ID even
though the release was for the old context.  This changes it to send the "initial" context ID with
the release message to ensure there is no race.

* fetch context ID from remote in sandbox mode
2018-03-20 15:54:47 +11:00
..
app Fixed Mac build when enable_run_as_node==false 2018-03-09 13:33:04 +01:00
browser Remove the race condition between new process creation and context release (#12342) 2018-03-20 15:54:47 +11:00
common Remove the race condition between new process creation and context release (#12342) 2018-03-20 15:54:47 +11:00
node Fixed build issues 2017-11-24 10:58:53 +09:00
renderer add NOLINT rule for include order in renderer_client_base 2018-03-09 15:19:07 +05:30
utility [c++11 library] Remove ScopedVector 2017-11-24 10:58:17 +09:00
CPPLINT.cfg Enable alphabetical include order lint filter 2016-08-26 15:29:53 -07:00