electron/shell/browser/ui
CezaryKulakowski c65f41dfbd
fix: don't assign NSAlert to window which is not visible (#22672)
* fix: don't assign NSAlert to window which is not visible

Without this change it's possible to create message box which can't
be dismissed on mac.

* fixup! fix: don't assign NSAlert to window which is not visible

* fixup! fix: don't assign NSAlert to window which is not visible
2020-04-13 17:25:55 +09:00
..
cocoa fix: persist maximizable state when toggling fullscreen (#22988) 2020-04-07 20:40:32 -07:00
views refactor: move set_owned_by_client calls to base View (#22739) 2020-03-20 15:41:41 +09:00
win chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
x refactor: precache the IsWindowStateEvent() XAtom (#22706) 2020-03-17 19:30:58 -05:00
accelerator_util.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
accelerator_util.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
accelerator_util_unittests.cc
autofill_popup.cc
autofill_popup.h
certificate_trust.h
certificate_trust_mac.mm
certificate_trust_win.cc
devtools_manager_delegate.cc chore: bump chromium to 1ba9678489174a6123358a7683f37 (master) (#22719) 2020-04-06 13:09:52 -07:00
devtools_manager_delegate.h chore: bump chromium to 1ba9678489174a6123358a7683f37 (master) (#22719) 2020-04-06 13:09:52 -07:00
devtools_ui.cc
devtools_ui.h
drag_util.h
drag_util_mac.mm
drag_util_views.cc
electron_menu_model.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_menu_model.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
file_dialog.h
file_dialog_gtk.cc
file_dialog_mac.mm fix: remove catch-all HandleScope (#22531) 2020-03-10 18:16:58 -07:00
file_dialog_win.cc
gtk_util.cc
gtk_util.h
inspectable_web_contents.cc
inspectable_web_contents.h
inspectable_web_contents_delegate.h
inspectable_web_contents_impl.cc feat: enable pdf viewer (#21794) 2020-02-12 16:39:12 -08:00
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 chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
inspectable_web_contents_view_mac.mm chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
message_box.h
message_box_gtk.cc
message_box_mac.mm fix: don't assign NSAlert to window which is not visible (#22672) 2020-04-13 17:25:55 +09:00
message_box_win.cc
run_all_unittests.cc
tray_icon.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
tray_icon.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
tray_icon_cocoa.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
tray_icon_cocoa.mm fix: heap-use-after-free in tray.popUpContextMenu (#22842) 2020-03-26 18:30:21 -07:00
tray_icon_gtk.cc chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
tray_icon_gtk.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
tray_icon_observer.h
tray_icon_win.cc