electron/shell
Erick Zhao c7da54e82a fix: Correct modal focus behavior on macOS (#18995)
Fixes #18502

This PR changes the focus and blur events that we emit in Electron to listen to changes in key window rather than main window. It swaps out windowDidBecomeMain and windowDidResignMain for windowDidBecomeKey and windowDidResignKey, respectively.
2019-07-01 10:07:26 -07:00
..
app feat: sandbox renderer processes for cross-origin frames (#18650) 2019-06-20 12:10:56 +02:00
browser fix: Correct modal focus behavior on macOS (#18995) 2019-07-01 10:07:26 -07:00
common chore: remove unused switches::kDisableHtmlFullscreenWindowResize (#19041) 2019-07-01 11:58:39 +09:00
renderer refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
utility refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00