electron/browser/api
Cheng Zhao 5250871e69 Remove unneeded HandleScopes.
It's not necessary to create HandleScope in v8 native binding functions,
because it's guarrenteed that the there is a upper HandleScope when the
native function is called. So unless we are urgent to free the handles,
not using HandleScope in native binding functions is a cleaner and safer
choice.
2014-01-27 15:01:06 +08:00
..
lib Still support 'atom-delegate' API for old apps. 2014-01-07 09:50:00 +08:00
atom_api_app.cc Remove unneeded HandleScopes. 2014-01-27 15:01:06 +08:00
atom_api_app.h api::EventEmitter could also be used by renderer. 2014-01-07 19:32:40 +08:00
atom_api_auto_updater.cc Remove unneeded HandleScopes. 2014-01-27 15:01:06 +08:00
atom_api_auto_updater.h api::EventEmitter could also be used by renderer. 2014-01-07 19:32:40 +08:00
atom_api_browser_ipc.cc Use our fork of V8ValueConverter for all cases. 2013-12-23 22:42:21 +08:00
atom_api_browser_ipc.h Huge commit to use new V8 and Content APIs. 2013-12-11 15:48:19 +08:00
atom_api_dialog.cc Remove unneeded HandleScopes. 2014-01-27 15:01:06 +08:00
atom_api_dialog.h Huge commit to use new V8 and Content APIs. 2013-12-11 15:48:19 +08:00
atom_api_event.cc Huge commit to use new V8 and Content APIs. 2013-12-11 15:48:19 +08:00
atom_api_event.h Huge commit to use new V8 and Content APIs. 2013-12-11 15:48:19 +08:00
atom_api_menu.cc Remove unneeded HandleScopes. 2014-01-27 15:01:06 +08:00
atom_api_menu.h api::EventEmitter could also be used by renderer. 2014-01-07 19:32:40 +08:00
atom_api_menu_mac.h move atom_menu_controller_mac to browser/ui/cocoa. 2014-01-16 10:22:33 +08:00
atom_api_menu_mac.mm Remove unneeded HandleScopes. 2014-01-27 15:01:06 +08:00
atom_api_menu_win.cc Remove unneeded HandleScopes. 2014-01-27 15:01:06 +08:00
atom_api_menu_win.h [Win] Use the modified Menu2 class. 2013-08-17 16:45:21 +08:00
atom_api_power_monitor.cc Remove unneeded HandleScopes. 2014-01-27 15:01:06 +08:00
atom_api_power_monitor.h api::EventEmitter could also be used by renderer. 2014-01-07 19:32:40 +08:00
atom_api_protocol.cc Fix protocol module specs. 2013-12-15 16:53:07 +08:00
atom_api_protocol.h 💄 Fix cpplint warnings. 2013-12-15 17:09:35 +08:00
atom_api_window.cc Remove unneeded HandleScopes. 2014-01-27 15:01:06 +08:00
atom_api_window.h api::EventEmitter could also be used by renderer. 2014-01-07 19:32:40 +08:00
atom_browser_bindings.cc Use our fork of V8ValueConverter for all cases. 2013-12-23 22:42:21 +08:00
atom_browser_bindings.h Discard the require('atom-delegate') API. 2013-12-17 22:08:45 +08:00