electron/lib/browser
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
..
api Check menu.popup options are an object (#12325) 2018-03-17 06:31:10 +09:00
chrome-extension.js Replace custom function with Object.values() 2018-02-05 20:03:28 -08:00
desktop-capturer.js update reviewed items 2017-10-24 19:36:06 -04:00
guest-view-manager.js Set appropriate defaults for webview options (#12271) 2018-03-15 13:56:46 +09:00
guest-window-manager.js Set appropriate defaults for webview options (#12271) 2018-03-15 13:56:46 +09:00
init.js Add Support for Pop!_OS GNOME Session 2017-12-21 14:16:15 -05:00
objects-registry.js
rpc-server.js Remove the race condition between new process creation and context release (#12342) 2018-03-20 15:54:47 +11:00