electron/atom/browser/ui
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
..
cocoa chore: finalize dropping support for OS X Mavericks (version 10.9) (#17102) 2019-02-25 17:21:57 +00:00
views Delete tab pulsing feature. 2019-02-14 23:59:25 +05:30
webui feat: Upgrade to Chromium 71.0.3578.98 (#15966) 2019-01-11 17:00:43 -08:00
win Use base::size rather than arraysize 2019-02-14 23:59:22 +05:30
x feat: implement BrowserWindow.moveTop on X11 (#16629) 2019-02-07 12:48:19 -08:00
accelerator_util.cc
accelerator_util.h
atom_menu_model.cc
atom_menu_model.h
autofill_popup.cc fix: enable autofill popups on mac (#16308) 2019-02-11 09:38:58 -10:00
autofill_popup.h
certificate_trust.h
certificate_trust_mac.mm gfx::NativeView is no longer NSView on mac 2019-01-22 10:32:04 -08:00
certificate_trust_win.cc
devtools_manager_delegate.cc feat: Upgrade to Chromium 71.0.3578.98 (#15966) 2019-01-11 17:00:43 -08:00
devtools_manager_delegate.h chore: fix linting 2018-12-03 20:07:41 +05:30
devtools_ui.cc feat: Upgrade to Chromium 71.0.3578.98 (#15966) 2019-01-11 17:00:43 -08:00
devtools_ui.h
drag_util.h
drag_util_mac.mm gfx::NativeView is no longer NSView on mac 2019-01-22 10:32:04 -08:00
drag_util_views.cc
file_dialog.h
file_dialog_gtk.cc feat: add file preview for GTK file picker (#16447) 2019-02-13 06:52:14 -10:00
file_dialog_mac.mm fix: access of out-of-scope reference in ShowOpenDialog and ShowSaveDialog (#17126) 2019-02-27 08:14:04 +00:00
file_dialog_win.cc
inspectable_web_contents.cc
inspectable_web_contents.h
inspectable_web_contents_delegate.h
inspectable_web_contents_impl.cc DevToolsFrontendHost::Create to return unique_ptr instead of raw pointer 2019-02-14 23:59:23 +05:30
inspectable_web_contents_impl.h HandleKeyboardEvent returns bool 2019-01-22 10:32:03 -08:00
inspectable_web_contents_view.h
inspectable_web_contents_view_delegate.cc
inspectable_web_contents_view_delegate.h
inspectable_web_contents_view_mac.h
inspectable_web_contents_view_mac.mm
message_box.h
message_box_gtk.cc feat: Upgrade to Chromium 71.0.3578.98 (#15966) 2019-01-11 17:00:43 -08:00
message_box_mac.mm REVIEW: fix possible -Wdeprecated-declarations warnings 2019-02-14 23:59:26 +05:30
message_box_win.cc feat: Upgrade to Chromium 71.0.3578.98 (#15966) 2019-01-11 17:00:43 -08:00
tray_icon.cc
tray_icon.h
tray_icon_cocoa.h
tray_icon_cocoa.mm
tray_icon_gtk.cc
tray_icon_gtk.h
tray_icon_observer.h
tray_icon_win.cc