electron/atom/common/api
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
..
api_messages.h
atom_api_asar.cc Sort includes alphabetically 2016-08-26 15:30:02 -07:00
atom_api_clipboard.cc
atom_api_crash_reporter.cc
atom_api_key_weak_map.h Sort includes alphabetically 2016-08-26 15:30:02 -07:00
atom_api_native_image.cc Fix API changes of Chrome 53 2016-09-14 16:22:43 +09:00
atom_api_native_image.h
atom_api_native_image_mac.mm
atom_api_shell.cc Sort includes alphabetically 2016-08-26 15:30:02 -07:00
atom_api_v8_util.cc Use the routing id on api::WebContents::GetID 2016-09-27 06:01:47 -03:00
atom_bindings.cc Mark atom-shell version as deprecated 2016-09-16 15:59:00 -07:00
atom_bindings.h Mark atom-shell version as deprecated 2016-09-16 15:59:00 -07:00
event_emitter_caller.cc
event_emitter_caller.h
locker.cc
locker.h
object_life_monitor.cc Fix API changes of Chrome 53 2016-09-14 16:22:43 +09:00
object_life_monitor.h Fix API changes of Chrome 53 2016-09-14 16:22:43 +09:00
remote_callback_freer.cc
remote_callback_freer.h
remote_object_freer.cc use MSG_ROUTING_NONE to initialize routing_id_ rather than 0 2016-08-12 13:03:31 -07:00
remote_object_freer.h cache routing_id so we can look up the render_view in RunDestructor with no v8 calls 2016-08-12 09:16:10 -07:00