electron/common/api
2013-11-13 19:12:13 +08:00
..
lib Make the crash reporter available for both browser and renderer. 2013-11-13 17:29:35 +08:00
api_messages.cc Share same native bindings code on both renderer and browser. 2013-04-21 14:53:26 +08:00
api_messages.h Use string16 instead of std::string when sending IPC messages. 2013-09-20 22:55:42 +08:00
atom_api_clipboard.cc Add Clipboard API. 2013-04-30 16:10:25 +08:00
atom_api_clipboard.h Add Clipboard API. 2013-04-30 16:10:25 +08:00
atom_api_crash_reporter.cc Add API to set product name for crash reporter. 2013-11-13 19:12:13 +08:00
atom_api_crash_reporter.h Add API to set product name for crash reporter. 2013-11-13 19:12:13 +08:00
atom_api_id_weak_map.cc Guard against double erasing an object, fixes #44. 2013-07-29 19:14:35 +08:00
atom_api_id_weak_map.h Fix header guard. 2013-04-29 20:40:59 +08:00
atom_api_shell.cc Add shell.beep() API. 2013-04-29 22:10:03 +08:00
atom_api_shell.h Add shell.beep() API. 2013-04-29 22:10:03 +08:00
atom_api_v8_util.cc Add spec for heap snapshot crash (#66). 2013-08-27 17:47:44 +08:00
atom_bindings.cc Add process.getCurrentStackTrace(), returning V8::getCurrentStackTrace(). 2013-09-26 13:31:17 +08:00
atom_bindings.h Add process.getCurrentStackTrace(), returning V8::getCurrentStackTrace(). 2013-09-26 13:31:17 +08:00
atom_extensions.cc snprintf is not supported by VS. 2013-07-01 21:47:21 +08:00
atom_extensions.h Make the crash reporter available for both browser and renderer. 2013-11-13 17:29:35 +08:00
object_life_monitor.cc Add v8_util.setDestructor. 2013-04-25 18:25:18 +08:00
object_life_monitor.h Add v8_util.setDestructor. 2013-04-25 18:25:18 +08:00