electron/lib/renderer/api
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
..
exports Refactor electron exports to keep module list in separate files 2017-03-09 19:08:01 -03:00
desktop-capturer.js update reviewed items 2017-10-24 19:36:06 -04:00
ipc-renderer.js Remove lib/renderer/api/ipc-renderer-setup.js 2017-03-09 20:40:32 -03:00
module-list.js Refactor electron exports to keep module list in separate files 2017-03-09 19:08:01 -03:00
remote.js Remove the race condition between new process creation and context release (#12342) 2018-03-20 15:54:47 +11:00
screen.js autoformat more easy files 2016-03-30 17:00:31 -07:00
web-frame.js singletons that are retroactively turned into EventEmitters should call the EventEmitter ctor 2017-11-01 23:05:27 -05:00