electron/atom/browser/api
2016-05-20 22:44:02 +09:00
..
atom_api_app.cc Merge pull request #5477 from danhp/download-bounce 2016-05-11 09:41:08 +09:00
atom_api_app.h Fully support converting NSDictionary to JS userInfo object 2016-05-05 16:26:44 +09:00
atom_api_auto_updater.cc Make VS happy 2016-04-25 10:40:19 +09:00
atom_api_auto_updater.h Make Wrappable a template class 2016-04-25 10:17:54 +09: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 GURL coonstructor from webkit string error 2016-05-13 11:07:17 +09:00
atom_api_cookies.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_debugger.cc Remove unneeded cleanup code 2016-04-25 10:23:36 +09:00
atom_api_debugger.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_desktop_capturer.cc renderer: fix desktop capture api not responding different subsequest calls 2016-04-28 14:24:22 +05:30
atom_api_desktop_capturer.h Make Wrappable a template class 2016-04-25 10:17:54 +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 unneeded cleanup code 2016-04-25 10:23:36 +09:00
atom_api_download_item.h Make Wrappable a template class 2016-04-25 10:17:54 +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 Remove the isolate parameter of GetWrapper 2016-04-25 10:19:25 +09:00
atom_api_menu.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_menu_mac.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_menu_mac.mm 🍎 Fix context menu positioning 2016-05-13 10:54:40 -04:00
atom_api_menu_views.cc GetNativeScreen -> GetScreen 2016-05-13 11:07:17 +09:00
atom_api_menu_views.h Make Wrappable a template class 2016-04-25 10:17:54 +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 Make VS happy 2016-04-25 10:40:19 +09:00
atom_api_power_save_blocker.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_protocol.cc delay protocol object creation 2016-05-08 16:44:14 +05:30
atom_api_protocol.h delay protocol object creation 2016-05-08 16:44:14 +05:30
atom_api_screen.cc GetNativeScreen -> GetScreen 2016-05-13 11:07:17 +09:00
atom_api_screen.h Fix #3075 by not caching the displays (id is not persistent on Windows) 2016-04-28 17:46:41 +02:00
atom_api_session.cc Update to new pref service location in components 2016-05-13 11:07:17 +09:00
atom_api_session.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
atom_api_system_preferences.cc Pass userInfo in subscribeNotification 2016-05-18 14:40:19 +09:00
atom_api_system_preferences.h Pass userInfo in subscribeNotification 2016-05-18 14:40:19 +09:00
atom_api_system_preferences_mac.mm Pass userInfo in subscribeNotification 2016-05-18 14:40:19 +09:00
atom_api_tray.cc No need to reference the icon in Tray 2016-05-20 22:44:02 +09:00
atom_api_tray.h No need to reference the icon in Tray 2016-05-20 22:44:02 +09:00
atom_api_web_contents.cc Handle keyboard events for WebContents that do not have owner window 2016-05-18 13:57:48 +09:00
atom_api_web_contents.h Add webContents.id property 2016-05-18 13:57:48 +09: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 Remove duplicated converter for content::WebContents 2016-04-26 16:31:56 +09:00
atom_api_window.cc Add BrowserWindow.setIcon 2016-05-20 22:22:15 +09:00
atom_api_window.h Add BrowserWindow.setIcon 2016-05-20 22:22:15 +09:00
event.cc ipcRenderer: fix crash with multiple listeners to sync message 2016-05-06 02:52:59 +05:30
event.h Make Wrappable a template class 2016-04-25 10:17:54 +09:00
event_emitter.cc Make Wrappable a template class 2016-04-25 10:17:54 +09:00
event_emitter.h Remove the isolate parameter of GetWrapper 2016-04-25 10:19:25 +09:00
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 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 Make Wrappable a template class 2016-04-25 10:17:54 +09:00
trackable_object.h Remove IDWeakMap 2016-05-11 15:51:22 +09:00