electron/lib
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
..
browser Remove the race condition between new process creation and context release (#12342) 2018-03-20 15:54:47 +11:00
common 👷 Tests, how do they work 2018-03-13 17:35:55 -07:00
isolated_renderer Pass nativeWindowOpen flag to isolated init.js 2017-04-30 19:35:41 +09:00
renderer Remove the race condition between new process creation and context release (#12342) 2018-03-20 15:54:47 +11:00
sandboxed_renderer Exposing process.env status (#12166) 2018-03-14 12:01:40 +09:00
worker Correctly initialize Node environment in worker 2017-03-20 12:52:45 -07:00