a64978b812
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. |
||
---|---|---|
.. | ||
api | ||
asar | ||
crash_reporter | ||
linux | ||
native_mate_converters | ||
resources/mac | ||
atom_command_line.cc | ||
atom_command_line.h | ||
atom_constants.cc | ||
atom_constants.h | ||
atom_version.h | ||
chrome_version.h | ||
color_util.cc | ||
color_util.h | ||
common_message_generator.cc | ||
common_message_generator.h | ||
draggable_region.cc | ||
draggable_region.h | ||
google_api_key.h | ||
key_weak_map.h | ||
keyboard_util.cc | ||
keyboard_util.h | ||
mouse_util.cc | ||
mouse_util.h | ||
node_bindings.cc | ||
node_bindings.h | ||
node_bindings_linux.cc | ||
node_bindings_linux.h | ||
node_bindings_mac.cc | ||
node_bindings_mac.h | ||
node_bindings_win.cc | ||
node_bindings_win.h | ||
node_includes.h | ||
options_switches.cc | ||
options_switches.h | ||
platform_util.h | ||
platform_util_linux.cc | ||
platform_util_mac.mm | ||
platform_util_win.cc |