electron/atom/renderer
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 code cleanup 2017-02-12 01:48:24 +05:30
resources/mac
atom_render_view_observer.cc use zoom factor webpreference option when required. 2017-02-12 00:49:17 +05:30
atom_render_view_observer.h Support IPC messages in isolated context 2017-01-16 12:38:16 -08:00
atom_renderer_client.cc Merge pull request #8811 from electron/clean-node-on-exit 2017-03-06 20:36:59 +09:00
atom_renderer_client.h Fix crash when the main frame is replaced 2017-03-02 17:19:00 +09:00
atom_sandboxed_renderer_client.cc Expose builtin v8 modules to AtomSandboxedRendererClient 2017-03-09 20:39:14 -03:00
atom_sandboxed_renderer_client.h Expose builtin v8 modules to AtomSandboxedRendererClient 2017-03-09 20:39:14 -03:00
content_settings_observer.cc renderer: add content settings class for managing storage 2016-09-21 21:47:30 +05:30
content_settings_observer.h renderer: add content settings class for managing storage 2016-09-21 21:47:30 +05:30
guest_view_container.cc Update files for Chrome 54 API changes 2017-01-19 09:05:59 +02:00
guest_view_container.h insertText is deprecated 2017-02-06 10:34:29 -08:00
node_array_buffer_bridge.cc Sort includes alphabetically 2016-08-26 15:30:02 -07:00
node_array_buffer_bridge.h Support externalized ArrayBuffer for node::Buffer 2015-09-07 11:12:42 +08:00
preferences_manager.cc Add API to set render process preferences 2016-05-27 08:51:02 +09:00
preferences_manager.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00