electron/shell
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
..
app chore: align crash patch with upstream (#23595) 2020-05-14 20:09:02 -07:00
browser fix: trigger activate event when app is activated via app switcher (#23727) 2020-05-26 10:58:51 -04:00
common test: use WebContents event to test beforeunload (#23699) 2020-05-26 09:21:38 -04:00
renderer test: use WebContents event to test beforeunload (#23699) 2020-05-26 09:21:38 -04:00
utility fix: build when some buildflags are disabled (#23307) 2020-04-28 23:16:10 -07:00