electron/atom/browser/api
Cheng Zhao e1152ae96c Remove usages of linked_ptr
It is no longer needed since we now have move semantic.
2016-08-01 20:26:06 +09:00
..
atom_api_app.cc Fix building on Linux 2016-07-13 12:23:14 +09:00
atom_api_app.h Update API to isAccessibilitySupportEnabled 2016-07-11 14:32:14 -07:00
atom_api_auto_updater.cc Remove unnecessary method 2016-07-15 00:13:04 +12:00
atom_api_auto_updater.h Add the getFeedURL API for macOS and Windows 2016-07-15 00:04:48 +12:00
atom_api_content_tracing.cc
atom_api_cookies.cc Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_cookies.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_debugger.cc
atom_api_debugger.h
atom_api_desktop_capturer.cc
atom_api_desktop_capturer.h
atom_api_dialog.cc
atom_api_download_item.cc Remove usages of linked_ptr 2016-08-01 20:26:06 +09:00
atom_api_download_item.h
atom_api_global_shortcut.cc
atom_api_global_shortcut.h
atom_api_menu.cc Modernize to C++11: NULL => nullptr. 2016-07-10 11:57:04 +02:00
atom_api_menu.h Merge branch 'master' into chrome52 2016-07-21 05:34:36 -06:00
atom_api_menu_mac.h
atom_api_menu_mac.mm Suppress unresponsive event when showing menu 2016-07-11 15:31:24 +09:00
atom_api_menu_views.cc Merge branch 'master' into chrome52 2016-07-21 05:34:36 -06:00
atom_api_menu_views.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_power_monitor.cc
atom_api_power_monitor.h
atom_api_power_save_blocker.cc
atom_api_power_save_blocker.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_protocol.cc Merge branch 'master' into chrome52 2016-07-21 05:34:36 -06:00
atom_api_protocol.h Clear protocol handlers on exit 2016-07-09 17:02:55 +09:00
atom_api_render_process_preferences.cc
atom_api_render_process_preferences.h
atom_api_screen.cc Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_screen.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00
atom_api_session.cc Move the code to native 2016-08-01 20:11:17 +09:00
atom_api_session.h Add options to session.fromPartition 2016-07-13 12:23:14 +09:00
atom_api_system_preferences.cc
atom_api_system_preferences.h
atom_api_system_preferences_mac.mm
atom_api_tray.cc Add TODO to deprecate boolean param 2016-07-26 14:18:15 -07:00
atom_api_tray.h Add option to always highlight the tray icon 2016-07-26 13:51:43 -07:00
atom_api_web_contents.cc fix toBUFFER naming issue and cursor-changed parameter order 2016-08-01 02:13:31 +02:00
atom_api_web_contents.h Add webContents.copyImageAt 2016-07-26 12:06:11 -07:00
atom_api_web_contents_mac.mm Return early when render widget host view is null 2016-07-28 15:47:52 -07:00
atom_api_web_request.cc
atom_api_web_request.h
atom_api_web_view_manager.cc
atom_api_window.cc win: Add setThumbnailClip window API 2016-07-14 15:50:31 -07:00
atom_api_window.h Document setThumbnailClip 2016-07-14 15:54:57 -07:00
event.cc Modernize to C++11: NULL => nullptr. 2016-07-10 11:57:04 +02:00
event.h
event_emitter.cc
event_emitter.h
frame_subscriber.cc
frame_subscriber.h
save_page_handler.cc
save_page_handler.h
trackable_object.cc
trackable_object.h Update to API changes of Chrome 52 2016-07-04 15:32:43 +09:00