electron/atom/browser/api
2015-11-21 06:22:19 +02:00
..
lib Deprecate app.resolveProxy 2015-11-19 21:32:46 +08:00
atom_api_app.cc Add session.defaultSession and remove app.defaultSession 2015-11-19 21:03:42 +08:00
atom_api_app.h Add session.defaultSession and remove app.defaultSession 2015-11-19 21:03:42 +08:00
atom_api_auto_updater.cc Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
atom_api_auto_updater.h Simplify the auto-updater implementations 2015-10-23 15:40:56 +08:00
atom_api_content_tracing.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_api_cookies.cc Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
atom_api_cookies.h Don't reference RequestContextGetter in JS objects 2015-09-09 19:27:28 +08:00
atom_api_dialog.cc Move callback converter from native mate to electron 2015-08-07 19:35:35 +08:00
atom_api_download_item.cc Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
atom_api_download_item.h Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
atom_api_global_shortcut.cc Make sure all native resources get freed on exit 2015-11-04 18:21:03 +08:00
atom_api_global_shortcut.h Make sure all native resources get freed on exit 2015-11-04 18:21:03 +08:00
atom_api_menu.cc Make sure all native resources get freed on exit 2015-11-04 18:21:03 +08:00
atom_api_menu.h Make sure all native resources get freed on exit 2015-11-04 18:21:03 +08:00
atom_api_menu_mac.h Make sure all native resources get freed on exit 2015-11-04 18:21:03 +08:00
atom_api_menu_mac.mm Make sure all native resources get freed on exit 2015-11-04 18:21:03 +08:00
atom_api_menu_views.cc Remove NativeWindow::GetWebContents 2015-06-25 14:54:00 +08:00
atom_api_menu_views.h
atom_api_power_monitor.cc Make sure all native resources get freed on exit 2015-11-04 18:21:03 +08:00
atom_api_power_monitor.h Make sure all native resources get freed on exit 2015-11-04 18:21:03 +08:00
atom_api_power_save_blocker.cc Make sure all native resources get freed on exit 2015-11-04 18:21:03 +08:00
atom_api_power_save_blocker.h Make sure all native resources get freed on exit 2015-11-04 18:21:03 +08:00
atom_api_protocol.cc Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
atom_api_protocol.h Don't reference RequestContextGetter in JS objects 2015-09-09 19:27:28 +08:00
atom_api_screen.cc Don't use Node's internal APIs 2015-09-07 16:41:49 +08:00
atom_api_screen.h Use Local instead of Handle 2015-05-22 19:11:22 +08:00
atom_api_session.cc Fix cpplint warning 2015-11-18 11:45:15 +08:00
atom_api_session.h Add session.setCertificateVerifyProc 2015-11-18 11:17:08 +08:00
atom_api_tray.cc Add isDestroyed method for classes with destroy method 2015-11-19 17:08:16 +08:00
atom_api_tray.h Tray: Add drag-end and drop events 2015-11-10 10:02:50 -06:00
atom_api_web_contents.cc Add isDestroyed method for classes with destroy method 2015-11-19 17:08:16 +08:00
atom_api_web_contents.h Add isDestroyed method for classes with destroy method 2015-11-19 17:08:16 +08:00
atom_api_web_view_manager.cc No need to define WebContentsPreferences::From 2015-09-07 16:16:34 +08:00
atom_api_window.cc Make BrowserWindow options argument optional 2015-11-21 06:22:19 +02:00
atom_api_window.h Make BrowserWindow options argument optional 2015-11-21 06:22:19 +02:00
event.cc
event.h
event_emitter.cc Tell compiler we want to ignore result of SetPrototype 2015-08-11 10:10:07 +08:00
event_emitter.h Fix leak of handle when emitting events 2015-08-27 15:22:02 +08:00
frame_subscriber.cc Moved scope creation before the allocation of the buffer in FrameSubscriber 2015-11-14 23:59:38 +01:00
frame_subscriber.h Move BeginFrameSubscription to WebContents 2015-09-18 15:57:43 +08:00
save_page_handler.cc Fix: savePage API saves external resources in a wrong directory. 2015-10-18 11:28:05 +08:00
save_page_handler.h Implement webContents.savePage API. 2015-10-16 09:23:08 +08:00
trackable_object.cc Make sure BrowserContext is destroyed on exit 2015-09-06 10:54:34 +08:00
trackable_object.h Make sure BrowserContext is destroyed on exit 2015-09-06 10:54:34 +08:00