electron/lib
trop[bot] fae6167308 Backport (2-0-x) - Remove the race condition between new process creation and context release (#12361)
* 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 18:11:39 +11:00
..
browser Backport (2-0-x) - Remove the race condition between new process creation and context release (#12361) 2018-03-20 18:11:39 +11:00
common Backport - fix: Ensure that `getLastCrashReport()` is actually the last crash report (#12255) 2018-03-14 11:36:58 +09:00
isolated_renderer Pass nativeWindowOpen flag to isolated init.js 2017-04-30 19:35:41 +09:00
renderer Backport (2-0-x) - Remove the race condition between new process creation and context release (#12361) 2018-03-20 18:11:39 +11:00
sandboxed_renderer Expose desktopCapturer in sandbox mode. 2017-11-16 16:57:29 -03:00
worker Correctly initialize Node environment in worker 2017-03-20 12:52:45 -07:00