electron/lib
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
..
browser Use the routing id on api::WebContents::GetID 2016-09-27 06:01:47 -03:00
common 🎨 2016-09-16 11:41:53 -07:00
renderer Move code that defines ipcRenderer methods into another file. 2016-09-27 06:01:46 -03:00
sandboxed_renderer Embed setup bundle for preload scripts in sandboxed renderers. 2016-09-27 06:01:47 -03:00