electron/atom/renderer
Thiago de Arruda bf756e3c00 Prevent browserify from leaking the require function
Define a "require" argument in the wrapper functions that runs browserify
bundles, which will prevent browserify from leaking the require function.

Note that this doesn't affect the isolated renderer script, only when `-r` flag
is passed to browserify command it will export a require function. It is still
added to isolated renderer script to prevent future mistakes(doesn't hurt
defining a "require" local).
2017-03-23 10:01:02 -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 Prevent browserify from leaking the require function 2017-03-23 10:01:02 -03:00
atom_renderer_client.h Insert node integrations into WebWorker 2017-03-20 12:52:45 -07:00
atom_sandboxed_renderer_client.cc Prevent browserify from leaking the require function 2017-03-23 10:01:02 -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
web_worker_observer.cc Make Archive thread safe 2017-03-20 12:52:46 -07:00
web_worker_observer.h Insert node integrations into WebWorker 2017-03-20 12:52:45 -07:00