electron/atom/browser/api
Cheng Zhao 8f62e79243 GetConstructor now returns FunctionTemplate 2016-08-02 17:20:58 +09:00
..
atom_api_app.cc Add isVisible() to app.dock 2016-08-01 15:22:37 -07: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 Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
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 Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
atom_api_debugger.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_desktop_capturer.cc Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
atom_api_desktop_capturer.h Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
atom_api_dialog.cc Add buttonLabel param to showOpen/showSave dialogs 2016-05-15 01:03:32 -05:00
atom_api_download_item.cc Remove usages of linked_ptr 2016-08-01 20:26:06 +09:00
atom_api_download_item.h Add isPaused and canResume 2016-06-09 20:51:01 +09:00
atom_api_global_shortcut.cc Make VS happy 2016-04-25 10:40:19 +09:00
atom_api_global_shortcut.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_menu.cc GetConstructor now returns FunctionTemplate 2016-08-02 17:20:58 +09:00
atom_api_menu.h Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_menu_mac.h Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_menu_mac.mm Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_menu_views.cc Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_menu_views.h Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_power_monitor.cc BuildPrototype should not be empty 2016-04-25 12:24:11 +09:00
atom_api_power_monitor.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_power_save_blocker.cc Update to API changes of Chrome 51 2016-05-23 10:59:39 +09:00
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 Tweak type check to consider windows and webviews 2016-06-14 15:47:33 -07:00
atom_api_render_process_preferences.h Use RenderProcessPreferences for non-remote web contents 2016-06-14 15:47:32 -07:00
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 Add systemPreferences.subscribeLocalNotification. (#6150) 2016-06-21 00:48:42 +00:00
atom_api_system_preferences.h Add systemPreferences.subscribeLocalNotification. (#6150) 2016-06-21 00:48:42 +00:00
atom_api_system_preferences_mac.mm Add systemPreferences.subscribeLocalNotification. (#6150) 2016-06-21 00:48:42 +00:00
atom_api_tray.cc GetConstructor now returns FunctionTemplate 2016-08-02 17:20:58 +09:00
atom_api_tray.h Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09: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 Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_web_request.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_web_view_manager.cc Get hidden state by using parent window directly 2016-05-25 10:13:12 -07:00
atom_api_window.cc GetConstructor now returns FunctionTemplate 2016-08-02 17:20:58 +09:00
atom_api_window.h Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
event.cc Modernize to C++11: NULL => nullptr. 2016-07-10 11:57:04 +02:00
event.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
event_emitter.cc Add EventEmitter::CreateEventFromFlags 2016-06-22 11:00:45 +09:00
event_emitter.h Add EventEmitter::CreateEventFromFlags 2016-06-22 11:00:45 +09:00
frame_subscriber.cc Cleanup code of beginFrameSubscription 2016-06-26 11:46:40 +09:00
frame_subscriber.h Cleanup code of beginFrameSubscription 2016-06-26 11:46:40 +09:00
save_page_handler.cc use DownloadItem to determine download initiator 2016-04-27 20:29:39 +05:30
save_page_handler.h use DownloadItem to determine download initiator 2016-04-27 20:29:39 +05:30
trackable_object.cc AttachAsUserData now can assume the existence of wrapper 2016-08-02 15:28:32 +09:00
trackable_object.h AttachAsUserData now can assume the existence of wrapper 2016-08-02 15:28:32 +09:00