electron/lib/common
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
..
api Refactor electron exports to keep module list in separate files 2017-03-09 19:08:01 -03:00
asar.js Memoize ELECTRON_NO_ASAR env var check 2016-11-16 07:37:53 -08:00
asar_init.js .coffee -> .js 2016-05-23 15:14:55 -07:00
atom-binding-setup.js Expose builtin v8 modules to AtomSandboxedRendererClient 2017-03-09 20:39:14 -03:00
init.js Expose builtin v8 modules to AtomSandboxedRendererClient 2017-03-09 20:39:14 -03:00
parse-features-string.js Coerce features to string 2016-12-02 13:40:31 -08:00
reset-search-paths.js Reuse root path variable 2016-06-23 15:56:29 -07:00