electron/atom
Thiago de Arruda a64978b812 Use the routing id on api::WebContents::GetID
The sandbox option allows multiple webContents in one renderer process, so using
the only the renderer id to identify WebContents instances is no longer an
option.

WebContents::GetID now returns a 64-bit integer, which is composed of both the
process id(high 32), and the RenderViewHost routing id(low 32). Also add a
`GetProcessID` that retrieves the renderer process id, a requirement in some of
our javascript code.
2016-09-27 06:01:47 -03:00
..
app Add atom::AtomSandboxedRendererClient class 2016-09-27 06:01:46 -03:00
browser Use the routing id on api::WebContents::GetID 2016-09-27 06:01:47 -03:00
common Use the routing id on api::WebContents::GetID 2016-09-27 06:01:47 -03:00
node There is no node_extern.h anymore 2016-07-21 16:36:31 +09:00
renderer Improve AtomSandboxedRendererClient to support preload scripts. 2016-09-27 06:01:47 -03:00
utility Some manual change to for-ranged loop. 2016-07-10 15:57:51 +02:00
CPPLINT.cfg Enable alphabetical include order lint filter 2016-08-26 15:29:53 -07:00