electron/atom
Johann Fuechsl 42aa375497 fix: access of out-of-scope reference in ShowOpenDialog and ShowSaveDialog (#17126)
In the mac file dialog implementation of show*OpenDialog, a settings
object is passed down to the dialog completion handler.
However at the time the completion handler is invoked, the settings
object is already out-of-scope, resulting in an invalid access to
the security_scoped_bookmarks flag.
The fix is to capture the value of the flag and passing that directly
to the completion handler.

fixes issue #16664
2019-02-27 08:14:04 +00:00
..
app chore: use c++ manifests instead of json 2019-02-14 23:59:26 +05:30
browser fix: access of out-of-scope reference in ShowOpenDialog and ShowSaveDialog (#17126) 2019-02-27 08:14:04 +00:00
common Revert "Bump v6.0.0-nightly.20190226" 2019-02-26 15:20:32 -08:00
renderer [Printing] Stop using GetUserAgent from non-browser process 2019-02-14 23:59:23 +05:30
utility More migration of ServiceContext to ServiceBinding 2019-02-14 23:59:22 +05:30