electron/atom/browser/api
2015-12-08 12:43:44 +08:00
..
lib Deprecating a property with method of same name causes trouble 2015-12-02 17:29:58 +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 Use BuildPrototype to build prototype 2015-12-03 16:04:46 +08:00
atom_api_cookies.h Use BuildPrototype to build prototype 2015-12-03 16:04:46 +08:00
atom_api_desktop_capturer.cc Add options check. 2015-10-19 11:06:56 +08:00
atom_api_desktop_capturer.h Refine API design: desktopCapturer.getSources. 2015-10-07 11:10:35 +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 Use BuildPrototype to build prototype 2015-12-03 16:04:46 +08:00
atom_api_download_item.h Use BuildPrototype to build prototype 2015-12-03 16:04:46 +08:00
atom_api_global_shortcut.cc Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_global_shortcut.h Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_menu.cc Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_menu.h Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_menu_mac.h Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_menu_mac.mm Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_menu_views.cc Remove NativeWindow::GetWebContents 2015-06-25 14:54:00 +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 Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_power_monitor.h Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_power_save_blocker.cc Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_power_save_blocker.h Do not manually manage native resources 2015-12-03 15:38:43 +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 fix typo in "rotation" string 2015-11-29 12:22:53 -06:00
atom_api_screen.h Refine: make desktop-capturer as a renderer module. 2015-10-04 22:04:41 +08:00
atom_api_session.cc Update to API changes of Chrome 47 2015-12-07 19:56:23 +08:00
atom_api_session.h Use BuildPrototype to build prototype 2015-12-03 16:04:46 +08:00
atom_api_tray.cc Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_tray.h Do not manually manage native resources 2015-12-03 15:38:43 +08:00
atom_api_web_contents.cc Update to API changes of Chrome 47 2015-12-07 19:56:23 +08:00
atom_api_web_contents.h Merge commit '58567834c7cb9c290ef48c9e8f54ae37246ef665' into web-contents-download-url 2015-12-03 10:31:51 -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 Destroy the native window in next tick 2015-12-04 11:35:04 +08:00
atom_api_window.h Do not manually manage native resources 2015-12-03 15:38:43 +08:00
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 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 Update to API changes of Chrome 47 2015-12-07 19:56:23 +08: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 Remove itself from the cleanup list when it is destroyed 2015-12-03 17:04:40 +08:00
trackable_object.h Weak map only needs to be deleted for once 2015-12-03 17:10:14 +08:00