electron/atom
Robo 14ed71fa1b fix: use render client id to track deleted render process hosts (#14520)
* fix: use render client id to track deleted render process hosts

Instead of relying on OS process id, which may not be unique
when a process is reused, we rely on the renderer client id
passed by the content layer when starting the renderer process
which is guaranteed to be unique for the lifetime of the app.

* fix: store context id as int64_t

Ensuring that it doesn't wrap easily with a large number
of context creation on some malformed web pages.
2018-09-11 11:18:10 -07:00
..
app build: [gn] widevine cdm support behind flag (#14423) 2018-09-05 16:00:37 -05:00
browser fix: use render client id to track deleted render process hosts (#14520) 2018-09-11 11:18:10 -07:00
common Bump v4.0.0-nightly.20180905 2018-09-05 10:06:13 -07:00
node also format missing .cc files 2018-04-18 20:48:45 -04:00
renderer fix: use render client id to track deleted render process hosts (#14520) 2018-09-11 11:18:10 -07:00
utility also format missing .cc files 2018-04-18 20:48:45 -04:00