electron/atom
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
..
app Merge pull request #10396 from electron/cleanup 2017-08-30 19:05:05 +09:00
browser Fix missing extension when saving a file without filters 2017-09-07 16:48:14 -07:00
common Bump v1.8.0 2017-08-31 16:16:19 -04:00
node Removed obsolete io.h wrappers, included atlbase.h in atom_main.cc 2017-08-30 10:43:29 +02:00
renderer Re-enabled debug mode 2017-08-29 14:19:19 +09:00
utility Restore delivering IPC messages to utility handlers 2017-04-04 20:40:57 -07:00
CPPLINT.cfg