electron/atom
Birunthan Mohanathas 19555bbab2 Use last selected directory when using default file name in dialog.showSaveDialog()
Prior to this change, attempting to use
`dialog.showSaveDialog({ defaultPath: 'foo.png' })` would open the save
dialog to the current directory with the default file name set to
`foo.png`. We now use the last selected directory instead of the current
directory.

Absolute paths are not affected by this change.
2017-05-26 02:18:23 +03:00
..
app Remove unsupported debugger in node processes 2017-05-11 15:02:27 -07:00
browser Use last selected directory when using default file name in dialog.showSaveDialog() 2017-05-26 02:18:23 +03:00
common Throw error when non-Buffer specified instead of crashing 2017-05-22 13:53:58 -07:00
node Use v8::ArrayBuffer::Allocator inside Node 2017-05-18 16:26:46 +09:00
renderer Use v8::ArrayBuffer::Allocator inside Node 2017-05-18 16:26:46 +09:00
utility Restore delivering IPC messages to utility handlers 2017-04-04 20:40:57 -07:00
CPPLINT.cfg Enable alphabetical include order lint filter 2016-08-26 15:29:53 -07:00