electron/common
Cheng Zhao 844fccc177 Use random number as id in CallbacksRegistry.
It's very possible that the callbacks got GCed before the render view is
closed (like page getting refreshed), so we should not let browser call
the wrong callback, instead we should throw error whenever a callback is
not found.
2013-12-06 15:04:51 +08:00
..
api Use random number as id in CallbacksRegistry. 2013-12-06 15:04:51 +08:00
crash_reporter mac: Store crash dumps under /tmp/ProductName Crashes/. 2013-11-24 23:42:54 +08:00
atom_version.h Bump v0.7.5. 2013-12-05 13:48:19 +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 Fix a possible dead lock when quiting. 2013-11-11 16:59:57 +08:00
node_bindings.h Enable idle GC for both browser and renderer. 2013-07-29 20:50:03 +08:00
node_bindings_mac.cc Move the watcher queue hack to NodeBindingsMac. 2013-07-23 13:08:40 +08:00
node_bindings_mac.h Move the watcher queue hack to NodeBindingsMac. 2013-07-23 13:08:40 +08:00
node_bindings_win.cc [Win] Poll events with GetQueuedCompletionStatus, fixes #41. 2013-07-23 19:19:11 +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 Add shell.beep() API. 2013-04-29 22:10:03 +08:00
platform_util_win.cc Implement simple Beep() on Windows. 2013-07-04 16:30:48 +08:00
swap_or_assign.h Enable getting scoped_ptr type from v8 value. 2013-12-05 23:25:14 +08:00
v8_conversions.h Get rid of manually converting to base::Value when possible. 2013-12-05 23:47:07 +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