electron/common/api
Cheng Zhao 2f2cbce9b9 [Win] Override node's console and output stream with chromium's logging.
On Window node doesn't outputing as GUI program, so we have to switch to
chromium's implementation. Hacking into node (like what we did before
this commit) would sometimes make the outputing blocked.
2013-07-25 20:06:23 +08:00
..
lib Use - as filename seperator for coffee script files. Fixes #15. 2013-05-30 20:21:07 +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 No more plan for ipc.sendSync in browser. 2013-04-23 22:21:49 +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_id_weak_map.cc cpplint 💄 2013-07-07 16:26:59 +08:00
atom_api_id_weak_map.h Fix header guard. 2013-04-29 20:40:59 +08:00
atom_api_idle_gc.cc Enable idle GC in browser. 2013-04-25 19:41:23 +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 v8_util.setDestructor. 2013-04-25 18:25:18 +08:00
atom_bindings.cc [Win] Override node's console and output stream with chromium's logging. 2013-07-25 20:06:23 +08:00
atom_bindings.h [Win] Override node's console and output stream with chromium's logging. 2013-07-25 20:06:23 +08:00
atom_extensions.cc snprintf is not supported by VS. 2013-07-01 21:47:21 +08:00
atom_extensions.h Add auto-updater module. 2013-06-03 17:59:34 +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