electron/atom/browser/api
2016-04-21 14:37:29 +09:00
..
atom_api_app.cc Do not create the folder passed to app.setPath 2016-04-21 14:37:29 +09:00
atom_api_app.h rename importClientCertificate => importCertificate 2016-04-20 08:45:49 +05:30
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 Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_cookies.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_cookies.h Cleanup the cookies code 2015-12-12 15:33:51 +08:00
atom_api_debugger.cc wrap debugger for lazy initialization 2016-01-23 09:32:21 +05:30
atom_api_debugger.h add spec 2016-01-22 19:10:48 +05:30
atom_api_desktop_capturer.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_desktop_capturer.h Simplify the desktopCapturer code 2015-12-08 13:49:26 +08:00
atom_api_dialog.cc Move "setSheetOffset" to the BrowserWindow 2016-04-18 22:39:12 -07:00
atom_api_download_item.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_download_item.h Fix compilation errors on OS X 2016-03-10 17:06:21 +09: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 Remove Menu::Popup 2016-01-22 11:59:08 -07:00
atom_api_menu.h Remove Menu::Popup 2016-01-22 11:59:08 -07:00
atom_api_menu_mac.h No more need to override Menu::Popup 2016-01-22 11:27:17 -07:00
atom_api_menu_mac.mm No more need to override Menu::Popup 2016-01-22 11:27:17 -07:00
atom_api_menu_views.cc No more need to override Menu::Popup 2016-01-22 11:27:17 -07:00
atom_api_menu_views.h No more need to override Menu::Popup 2016-01-22 11:27:17 -07: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 protocol: api to register schemes that can handle service worker 2015-12-09 03:11:58 +05:30
atom_api_protocol.h Fix compilation errors on OS X 2016-03-10 17:06:21 +09: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 set client id on AtomNetworkDelegate instead of cmd line switch 2016-04-18 11:35:24 +05:30
atom_api_session.h Update brightray for electron/brightray#212 2016-04-18 13:59:15 +09: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 Merge pull request #5199 from Mr0grog/5183-disambiguate-loading-from-main-frame-loading 2016-04-20 20:49:56 +09:00
atom_api_web_contents.h Change WebContents::IsLoadingMainFrame to compare SiteInstances 2016-04-19 22:05:09 -07:00
atom_api_web_request.cc Use generic function to handle events 2015-12-12 13:49:58 +08:00
atom_api_web_request.h Make the webRequest listener asynchronous 2015-12-12 00:09:03 +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 Keep function placement consistent 2016-04-18 22:45:38 -07:00
atom_api_window.h Move "setSheetOffset" to the BrowserWindow 2016-04-18 22:39:12 -07:00
event.cc
event.h
event_emitter.cc
event_emitter.h
frame_subscriber.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
frame_subscriber.h Merge atom/master 2016-02-26 02:05:57 +01: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