electron/atom/browser/ui
Birunthan Mohanathas 511e82de67 Fix missing extension when saving a file without filters
Previously, when triggering the save dialog through e.g. `<a download>`
links (e.g. http://jsfiddle.net/koldev/cW7W5/), the extension was only
saved if Finder was set to show all extensions by default. We now always
display the extension to make sure that it is saved.

If we want to keep the extension hidden, we could also populate the
allowed file types array with the extension from the default filename,
but that would have interfered with how we set the filters.
2017-09-07 16:48:14 -07:00
..
cocoa Implement moveToApplicationsFolder (#10142) 2017-08-31 10:37:12 -04:00
views Fix crash when switching menus in menubar 2017-08-29 14:19:23 +09:00
webui Remove base::StringValue 2017-08-15 16:19:20 +03:00
win Fixing Windows tray icon content menu - based on chrome/browser/ui/views/status_icons/status_icon_win.cc 2017-08-15 16:19:23 +03:00
x Sort includes alphabetically 2016-08-26 15:30:02 -07:00
accelerator_util.cc Fix more API changes due to name changes 2017-04-27 16:34:52 +09:00
accelerator_util.h Only use default accelerator in Windows/Linux app menu 2016-07-07 11:50:19 -07:00
accelerator_util_mac.mm Use the isdigit helper 2017-06-17 03:52:19 +10:00
accelerator_util_views.cc Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00
atom_menu_model.cc FOR_EACH_OBSERVER is removed 2017-02-06 10:34:28 -08:00
atom_menu_model.h SimpleMenuModel::MenuClosed renamed to MenuWillClose 2017-02-06 10:34:28 -08:00
autofill_popup.cc Add enable_osr build flag 2017-06-28 18:58:52 +02:00
autofill_popup.h move popup related code to nativewindow 2017-05-26 03:39:36 +02:00
certificate_trust.h Don't pass the result through 2017-04-04 09:21:15 -04:00
certificate_trust_mac.mm Add X509CertificateBytes which uses CRYPTO_BUFFER instead of macOS-native certificate types. 2017-08-15 16:19:20 +03:00
certificate_trust_win.cc Update NotifyObserversCertDBChanged call to take no arguments 2017-05-10 10:05:48 -07:00
drag_util.h Support dragging multiple files 2016-07-03 13:58:31 +09:00
drag_util_mac.mm Support dragging multiple files 2016-07-03 13:58:31 +09:00
drag_util_views.cc Make download item drags look like bookmark 2017-08-15 16:19:21 +03:00
file_dialog.h 🍎 Add treatPackageasDirectory as an option 2017-07-18 10:13:25 -07:00
file_dialog_gtk.cc Use last selected directory when using default file name in dialog.showSaveDialog() 2017-05-26 02:18:23 +03:00
file_dialog_mac.mm Fix missing extension when saving a file without filters 2017-09-07 16:48:14 -07:00
file_dialog_win.cc Use last selected directory when using default file name in dialog.showSaveDialog() 2017-05-26 02:18:23 +03:00
message_box.h Add support for checkbox with dialog.showMessageBox 2017-02-09 09:03:54 -08:00
message_box_gtk.cc Fix building on Linux 2017-04-27 16:34:52 +09:00
message_box_mac.mm Fix missing warning icon with dialog.showMessageBox() on macOS 2017-04-14 19:27:25 +03:00
message_box_win.cc Add support for checkbox with dialog.showMessageBox 2017-02-09 09:03:54 -08:00
tray_icon.cc Add location and keyboard modifiers to tray mouse events 2017-06-28 12:10:24 -07:00
tray_icon.h Add location and keyboard modifiers to tray mouse events 2017-06-28 12:10:24 -07:00
tray_icon_cocoa.h SimpleMenuModel::MenuClosed renamed to MenuWillClose 2017-02-06 10:34:28 -08:00
tray_icon_cocoa.mm Autorelease tracking area 2017-06-28 12:37:31 -07:00
tray_icon_gtk.cc libgtk2ui => libgtkui 2017-02-06 10:34:29 -08:00
tray_icon_gtk.h Only use default accelerator in Windows/Linux app menu 2016-07-07 11:50:19 -07:00
tray_icon_observer.h Add location and keyboard modifiers to tray mouse events 2017-06-28 12:10:24 -07:00
tray_icon_win.cc Remove All Rights Reserved after GitHub copyright 2014-10-31 11:17:05 -07:00