electron/lib
Thiago de Arruda d78f3cae7b Expose builtin v8 modules to AtomSandboxedRendererClient
- Adapt node.cc code that implements `process.binding` to create a similar
  object in AtomSandboxedRendererClient.
- Replace the ipc binding object passed to `lib/sandboxed_renderer/init.js` by
  the new binding object.
- Refactor the initialization script to use this new object to fetch the ipc
  binding and store as a hidden value using the `v8_util` module.

This change also required applying a patch to node.js, so the submodule commit
was updated.
2017-03-09 20:39:14 -03:00
..
browser Refactor electron exports to keep module list in separate files 2017-03-09 19:08:01 -03:00
common Expose builtin v8 modules to AtomSandboxedRendererClient 2017-03-09 20:39:14 -03:00
isolated_renderer Parse guestInstanceId and opener as ints 2017-01-16 12:38:16 -08:00
renderer Refactor electron exports to keep module list in separate files 2017-03-09 19:08:01 -03:00
sandboxed_renderer Expose builtin v8 modules to AtomSandboxedRendererClient 2017-03-09 20:39:14 -03:00