electron/shell/browser/mac
Lukas Weber 2bc85b2579
fix: trigger activate event when app is activated via app switcher (#23727)
When application is activated thru macOS app switcher (cmd+tab) the
App's activate event is note emitted. The reason is that
`applicationShouldHandleReopen:hasVisibleWindows:` is sent only when app
is activated via Dock. Using `applicationDidBecomeActive:` is handling
all cases properly.

Co-authored-by: Lukas Weber <luweber@microsoft.com>
2020-05-26 10:58:51 -04:00
..
dict_util.h refactor: pass base::Value by value in JS API implementations (#20809) 2019-10-30 14:30:59 +09:00
dict_util.mm refactor: pass base::Value by value in JS API implementations (#20809) 2019-10-30 14:30:59 +09:00
electron_application.h fix: revert {Atom => Electron}Application rename (#22206) 2020-02-21 11:05:03 -08:00
electron_application.mm fix: revert {Atom => Electron}Application rename (#22206) 2020-02-21 11:05:03 -08:00
electron_application_delegate.h chore: rename atom -> electron (#21986) 2020-02-04 12:19:40 -08:00
electron_application_delegate.mm fix: trigger activate event when app is activated via app switcher (#23727) 2020-05-26 10:58:51 -04:00
in_app_purchase.h feat: enable explicit IAP restoration (#21461) 2019-12-17 07:07:11 -08:00
in_app_purchase.mm feat: enable explicit IAP restoration (#21461) 2019-12-17 07:07:11 -08:00
in_app_purchase_observer.h feat: enable explicit IAP restoration (#21461) 2019-12-17 07:07:11 -08:00
in_app_purchase_observer.mm feat: enable explicit IAP restoration (#21461) 2019-12-17 07:07:11 -08:00
in_app_purchase_product.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
in_app_purchase_product.mm chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00