electron/common
Cheng Zhao 855b42551d Improve the way to integrate libuv.
Now we poll libuv's events in embed thread by adding main loop's backend
fd to a new kqueue fd, instead of directly polling on main loop's
backend fd. In this way we can avoid dealing with one shot events
overselves.
2013-04-19 21:21:04 +08:00
..
node_bindings.cc Add our own built-in native module system. 2013-04-14 15:36:48 +08:00
node_bindings.h 💄 for cpplint. 2013-04-14 17:33:44 +08:00
node_bindings_mac.h Improve the way to integrate libuv. 2013-04-19 21:21:04 +08:00
node_bindings_mac.mm Improve the way to integrate libuv. 2013-04-19 21:21:04 +08:00
options_switches.cc Implement generic native window class. 2013-04-12 15:04:46 +08:00
options_switches.h Implement generic native window class. 2013-04-12 15:04:46 +08:00
v8_value_converter_impl.cc Use JavaScript to open the main window. 2013-04-17 20:05:43 +08:00
v8_value_converter_impl.h Use JavaScript to open the main window. 2013-04-17 20:05:43 +08:00