![]() 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 |
||
---|---|---|
.. | ||
cocoa | ||
views | ||
webui | ||
win | ||
x | ||
accelerator_util.cc | ||
accelerator_util.h | ||
atom_menu_model.cc | ||
atom_menu_model.h | ||
autofill_popup.cc | ||
autofill_popup.h | ||
certificate_trust.h | ||
certificate_trust_mac.mm | ||
certificate_trust_win.cc | ||
devtools_manager_delegate.cc | ||
devtools_manager_delegate.h | ||
devtools_ui.cc | ||
devtools_ui.h | ||
drag_util.h | ||
drag_util_mac.mm | ||
drag_util_views.cc | ||
file_dialog.h | ||
file_dialog_gtk.cc | ||
file_dialog_mac.mm | ||
file_dialog_win.cc | ||
inspectable_web_contents.cc | ||
inspectable_web_contents.h | ||
inspectable_web_contents_delegate.h | ||
inspectable_web_contents_impl.cc | ||
inspectable_web_contents_impl.h | ||
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 | ||
message_box_mac.mm | ||
message_box_win.cc | ||
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 |