electron/atom/browser/ui
Heilig Benedek ca2d74e118 feat: add methods to allow customization of save dialog during will-download event (#15497)
* feat: add method to DownloadItem that allows customization of dialog options

* docs: add docs for get/setSaveDialogOptions

* add missing copy constructor for DialogSettings on mac and linux

* fix: don't filter dialog options for mas build, don't return properties

* test: add test for get/setSaveDialogOptions

* fix: remove openDevtools added for debugging

* test: fix failing test because of new event parameter

* docs: use SaveDialogOptions instead of Object
2018-11-08 10:51:06 -04:00
..
cocoa fix: hiddenInset titleBar console spam (#15576) 2018-11-05 21:02:46 -08:00
views refactor: Improve accessibility of menus (#15302) 2018-10-29 13:08:46 -05:00
webui build: define compile time features with buildflag header (#14840) 2018-10-01 16:00:53 -04:00
win refactor: Improve accessibility of menus (#15302) 2018-10-29 13:08:46 -05:00
x fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
accelerator_util.cc Remove PlatformAccelerator 2018-10-09 14:38:00 -07:00
accelerator_util.h Remove PlatformAccelerator 2018-10-09 14:38:00 -07:00
atom_menu_model.cc chore: run clang-format 2018-09-19 17:18:10 +02:00
atom_menu_model.h
autofill_popup.cc build: define compile time features with buildflag header (#14840) 2018-10-01 16:00:53 -04:00
autofill_popup.h
certificate_trust.h
certificate_trust_mac.mm
certificate_trust_win.cc
devtools_manager_delegate.cc refactor: eliminate brightray::ContentClient (#15303) 2018-10-22 19:04:23 +02:00
devtools_manager_delegate.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
devtools_ui.cc refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
devtools_ui.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
drag_util.h
drag_util_mac.mm
drag_util_views.cc
file_dialog.h
file_dialog_gtk.cc feat: add methods to allow customization of save dialog during will-download event (#15497) 2018-11-08 10:51:06 -04:00
file_dialog_mac.mm feat: add methods to allow customization of save dialog during will-download event (#15497) 2018-11-08 10:51:06 -04:00
file_dialog_win.cc chore: run clang-format 2018-09-19 17:18:10 +02:00
inspectable_web_contents.cc refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents_delegate.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents_impl.cc fix: folder open not working in devtools (#15387) 2018-10-25 08:36:48 -07:00
inspectable_web_contents_impl.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents_view.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents_view_delegate.cc refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents_view_delegate.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents_view_mac.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents_view_mac.mm refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
message_box.h
message_box_gtk.cc fix: honor dialog.showMessageBox()'s Icon argument on Linux (#15326) 2018-10-23 12:44:47 -05:00
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 refactor: don't use AppIndicatorIcon directly (#15536) 2018-11-06 11:00:37 -08:00
tray_icon_gtk.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
tray_icon_observer.h
tray_icon_win.cc