electron/atom/browser/api
Haojian Wu 1879392c7b Reimplement downloadItem.getFilename API.
Previously, the suggested file name(Always 'empty') returned by
'download_item->GetSuggestedFilename' is not the same with the default one saved
in local disk.

The patch reimplement this API allowing it to return the default file name, which
is more expected from user.
2015-09-24 16:39:02 +08:00
..
lib Reimplement downloadItem.getFilename API. 2015-09-24 16:39:02 +08:00
atom_api_app.cc Add app.getLocale() 2015-09-16 17:16:21 +09:00
atom_api_app.h Add app.getLocale() 2015-09-16 17:16:21 +09:00
atom_api_auto_updater.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_api_auto_updater.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -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 No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_api_cookies.h Don't reference RequestContextGetter in JS objects 2015-09-09 19:27:28 +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 Reimplement downloadItem.getFilename API. 2015-09-24 16:39:02 +08:00
atom_api_download_item.h Reimplement downloadItem.getFilename API. 2015-09-24 16:39:02 +08:00
atom_api_global_shortcut.cc Move callback converter from native mate to electron 2015-08-07 19:35:35 +08:00
atom_api_global_shortcut.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
atom_api_menu.cc Add role property for MenuItem 2015-09-02 09:42:17 +08:00
atom_api_menu.h Add role property for MenuItem 2015-09-02 09:42:17 +08:00
atom_api_menu_mac.h OVERRIDE macro is now removed 2015-01-27 13:18:30 -08:00
atom_api_menu_mac.mm Remove NativeWindow::GetWebContents 2015-06-25 14:54:00 +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 Don't use Node's internal APIs 2015-09-07 16:41:49 +08:00
atom_api_power_monitor.h Use Local instead of Handle 2015-05-22 19:11:22 +08:00
atom_api_power_save_blocker.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_api_power_save_blocker.h More updates: use string instead of integer to identify blocker type. 2015-06-24 13:06:39 +08:00
atom_api_protocol.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +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 Don't use Node's internal APIs 2015-09-07 16:41:49 +08:00
atom_api_screen.h Use Local instead of Handle 2015-05-22 19:11:22 +08:00
atom_api_session.cc Redefine 'will-download' design. 2015-09-24 16:04:44 +08:00
atom_api_session.h Redefine 'will-download' design. 2015-09-24 16:04:44 +08:00
atom_api_tray.cc No longer needs to define node_includes.h at last 2015-09-07 16:41:49 +08:00
atom_api_tray.h popContextMenu => popUpContextMenu 2015-08-10 13:00:15 +08:00
atom_api_web_contents.cc Expose native implementation of WebContent::GetURL 2015-09-15 09:18:14 +08:00
atom_api_web_contents.h Expose native implementation of WebContent::GetURL 2015-09-15 09:18:14 +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 No need to delete window in Destory 2015-09-17 11:32:19 +08:00
atom_api_window.h Add BrowserWindow.isDevToolsFocused 2015-09-15 11:43:45 +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
trackable_object.cc Make sure BrowserContext is destroyed on exit 2015-09-06 10:54:34 +08:00
trackable_object.h Make sure BrowserContext is destroyed on exit 2015-09-06 10:54:34 +08:00