electron/shell/browser/ui/cocoa
Samuel Attard 8b523cf88a
fix: ensure modeL_ exists before calling delegate methods (#20111)
This is a speculative fix for a crash we are seeing in `menuDidClose`.  We
can't repro the crash but the traces have it happening in this method
and just by reading through the impl the only part that jumps out as
Might Crash is this `model_` call.  Other methods in the menu controller
check `model_` before using it so it probably makes sense to do that here
as well.
2019-09-04 13:42:23 -07:00
..
atom_bundle_mover.h feat: app.moveToApplicationsFolder conflict handling (#18916) 2019-07-15 09:34:20 -07:00
atom_bundle_mover.mm feat: app.moveToApplicationsFolder conflict handling (#18916) 2019-07-15 09:34:20 -07:00
atom_inspectable_web_contents_view.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_inspectable_web_contents_view.mm
atom_menu_controller.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_menu_controller.mm fix: ensure modeL_ exists before calling delegate methods (#20111) 2019-09-04 13:42:23 -07:00
atom_native_widget_mac.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_native_widget_mac.mm refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_ns_window.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_ns_window.mm feat: add rotate gesture for macOS (#19294) 2019-07-23 14:42:26 -05:00
atom_ns_window_delegate.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_ns_window_delegate.mm feat: implement will-move event on macOS (#19641) 2019-08-20 07:53:43 -07:00
atom_preview_item.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
atom_preview_item.mm
atom_touch_bar.h chore: remove no longer needed macOS SDK forward declarations (#19446) 2019-07-26 14:11:37 +02:00
atom_touch_bar.mm refactor: don't use NSClassFromString in TouchBar code (#19445) 2019-07-27 01:20:25 +02:00
delayed_native_view_host.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
delayed_native_view_host.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
event_dispatching_window.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
event_dispatching_window.mm
NSColor+Hex.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
NSColor+Hex.mm
NSString+ANSI.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
NSString+ANSI.mm
root_view_mac.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
root_view_mac.mm refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
views_delegate_mac.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
views_delegate_mac.mm refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00