electron/atom/common
Cheng Zhao f399f50e9e Fix calling showItemInFolder in renderer
The remote method always assumes the existence of the remote object but
doesn't keep a reference to it, so if we only keep the reference of a
remote method we will get into troubles once the remote object is
garbage collected.

We should probably fix this in remote module, but since most things are
already working quite good, I'm using the work-around for now.

Fix #3139.
2015-10-26 16:48:27 +08:00
..
api Fix calling showItemInFolder in renderer 2015-10-26 16:48:27 +08:00
asar win: Fix leaking of fd when reading file in asar 2015-09-24 12:11:07 +08:00
crash_reporter win: Only install breakpad hook when crash-reporter is used 2015-10-15 18:25:07 +08:00
lib 🐛 Honor fs.readFileSync contract for empty packed asar file 2015-10-19 08:43:50 +05:30
linux Rename hard-coded application names in code 2015-04-14 15:55:41 +08:00
native_mate_converters nativemate: use maybe version of v8::Function::Call to avoid exceptions 2015-10-26 10:59:40 +05:30
resources/mac mac: Set CFBundleExecutable for Electron Framework 2015-10-14 11:54:59 +08:00
atom_command_line.cc Move headers to atom/common 2015-06-19 23:11:53 +08:00
atom_command_line.h Move headers to atom/common 2015-06-19 23:11:53 +08:00
atom_version.h Bump v0.34.1 2015-10-23 20:32:02 +08:00
chrome_version.h Upgrade to Chrome 45 2015-09-03 17:50:23 +09:00
common_message_generator.cc
common_message_generator.h
draggable_region.cc
draggable_region.h Fix ui/gfx/geometry headers 2015-03-18 09:57:38 +08:00
google_api_key.h
id_weak_map.cc Remove extra output 2015-08-27 20:35:04 +08:00
id_weak_map.h Use V8's new SetWeak method 2015-08-27 16:41:51 +08:00
keyboad_util.cc Fix some minor bugs related to KeyboardEvent sending 2015-10-05 19:11:20 +02:00
keyboad_util.h Add converters for WebInputEvent 2015-09-18 13:33:06 +08:00
node_bindings.cc Introduce DownloadItem for supporting more downloading features. 2015-09-20 18:56:10 +08:00
node_bindings.h Remove some unused virtual functions 2015-01-23 21:05:32 -08:00
node_bindings_linux.cc
node_bindings_linux.h Remove some unused virtual functions 2015-01-23 21:05:32 -08:00
node_bindings_mac.cc
node_bindings_mac.h Remove some unused virtual functions 2015-01-23 21:05:32 -08:00
node_bindings_win.cc Fix for issue 1968: use uv_backend_timeout to determine timeout to match other platforms 2015-08-20 20:13:04 -06:00
node_bindings_win.h Remove some unused virtual functions 2015-01-23 21:05:32 -08:00
node_includes.h No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
options_switches.cc browser: option to set window background color 2015-10-22 09:54:29 +05:30
options_switches.h browser: option to set window background color 2015-10-22 09:54:29 +05:30
platform_util.h return bool on shell.openExternal 2015-06-10 11:06:22 -04:00
platform_util_linux.cc return bool on shell.openExternal 2015-06-10 11:06:22 -04:00
platform_util_mac.mm NSWorkspace selectFile:inFileViewerRootedAtPath: requires a non-null second argument. 2015-10-08 11:25:05 -07:00
platform_util_win.cc return bool on shell.openExternal 2015-06-10 11:06:22 -04:00