electron/common
Cheng Zhao 5250871e69 Remove unneeded HandleScopes.
It's not necessary to create HandleScope in v8 native binding functions,
because it's guarrenteed that the there is a upper HandleScope when the
native function is called. So unless we are urgent to free the handles,
not using HandleScope in native binding functions is a cleaner and safer
choice.
2014-01-27 15:01:06 +08:00
..
api Remove unneeded HandleScopes. 2014-01-27 15:01:06 +08:00
crash_reporter Make all the windows code compile for Chrome 31. 2013-12-17 17:52:57 +08:00
lib Fix uv loop hack on child_process. 2014-01-18 17:01:30 +08:00
v8 Update node to v0.11.10. 2014-01-10 18:24:44 +08:00
atom_version.h Bump v0.8.6. 2014-01-14 01:34:07 -08:00
draggable_region.cc Add IPC messages and structs for passing draggable regions. 2013-09-05 19:46:12 +08:00
draggable_region.h Add IPC messages and structs for passing draggable regions. 2013-09-05 19:46:12 +08:00
node_bindings.cc 💄 get_uv_env() => uv_env(). 2014-01-10 16:29:38 +08:00
node_bindings.h 💄 get_uv_env() => uv_env(). 2014-01-10 16:29:38 +08:00
node_bindings_mac.cc Activate uv loop when uv loop's watcher queue changes, fixes #159. 2014-01-18 16:56:46 +08:00
node_bindings_mac.h Activate uv loop when uv loop's watcher queue changes, fixes #159. 2014-01-18 16:56:46 +08:00
node_bindings_win.cc Make all the windows code compile for Chrome 31. 2013-12-17 17:52:57 +08:00
node_bindings_win.h Don't separate node bindings into renderer and browser part. 2013-07-22 16:05:35 +08:00
options_switches.cc Modify Window API to be more consistent. 2013-05-10 20:34:05 +08:00
options_switches.h Modify Window API to be more consistent. 2013-05-10 20:34:05 +08:00
platform_util.h Closing a window requires closing web contents now. 2013-05-01 15:42:30 +08:00
platform_util_mac.mm Huge commit to use new V8 and Content APIs. 2013-12-11 15:48:19 +08:00
platform_util_win.cc Make all the windows code compile for Chrome 31. 2013-12-17 17:52:57 +08:00
swap_or_assign.h Fix template related compilation errors of VC++. 2013-12-09 16:34:10 +08:00