electron/atom/browser/api
Cheng Zhao fc7bddf0d9 Merge pull request #1409 from deepak1556/webcontents_geturl_patch
webContents: fix dereferencing null in getURL
2015-04-13 17:07:36 +08:00
..
lib Improves #1373 2015-04-13 11:22:33 +08:00
atom_api_app.cc CommandLine moved to base::CommandLine 2015-03-18 09:57:37 +08:00
atom_api_app.h Emit a new before-quit event at the start of Browser::Quit, which gives us a chance to cancel before any windows are closed. 2015-02-25 19:33:42 -08:00
atom_api_auto_updater.cc Convert arguments to V8 directly in EventEmitter::Emmit 2015-01-14 17:51:54 -08:00
atom_api_auto_updater.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
atom_api_content_tracing.cc Fix API changes of tracing API 2015-03-18 09:57:39 +08:00
atom_api_dialog.cc File dialogs don't need icon 2015-01-05 15:29:26 -08:00
atom_api_global_shortcut.cc Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
atom_api_global_shortcut.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
atom_api_menu.cc Enable setting icon of menu item 2015-02-13 12:11:50 +08:00
atom_api_menu.h Enable setting icon of menu item 2015-02-13 12:11:50 +08:00
atom_api_menu_mac.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
atom_api_menu_mac.mm Fix building on Mac 2014-11-28 19:50:10 +08:00
atom_api_menu_views.cc Some coding style fixes 2014-11-28 15:59:03 +08:00
atom_api_menu_views.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
atom_api_power_monitor.cc Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
atom_api_power_monitor.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
atom_api_protocol.cc add protocol.RequestBuffer api 2015-03-19 09:36:57 +05:30
atom_api_protocol.h Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
atom_api_screen.cc Unify how we throw exceptions 2015-03-26 11:34:41 +08:00
atom_api_screen.h Warning of app not ready in screen module 2015-01-18 21:42:46 -08:00
atom_api_tray.cc throw when trying to create tray before app is ready 2015-03-25 20:10:01 +05:30
atom_api_tray.h Use gfx::Image instead of gfx::ImageSkia in API 2015-01-02 18:43:56 -08:00
atom_api_web_contents.cc Merge pull request #1409 from deepak1556/webcontents_geturl_patch 2015-04-13 17:07:36 +08:00
atom_api_web_contents.h webContents: event to detect status of requested resource 2015-04-08 19:14:47 +05:30
atom_api_web_view_manager.cc A little clean up 2015-02-05 00:19:30 -08:00
atom_api_window.cc browserWindow: adding devtools-focused event 2015-04-02 12:23:57 +05:30
atom_api_window.h browserWindow: adding devtools-focused event 2015-04-02 12:23:57 +05:30
event.cc Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
event.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
event_emitter.cc Convert arguments to V8 directly in EventEmitter::Emmit 2015-01-14 17:51:54 -08:00
event_emitter.h Convert arguments to V8 directly in EventEmitter::Emmit 2015-01-14 17:51:54 -08:00