electron/atom
Kevin Lynagh af4cf1e969 fix: simpleFullscreen window should be on top of other OS X menu bars. (#14881)
If an app has no menu bar (because `app.dock.hide()` has been called),
OS X will still render the menu bar of the previously-focused app.

This commit ensures simpleFullscreen windows will be drawn on top of
that menu bar by setting their level to NSPopUpMenuWindowLevel while
simpleFullscreen mode is active.

Ref: https://github.com/electron/electron/issues/11468
2018-10-09 22:38:52 -07:00
..
app fix: Use the new isolate initialization api 2018-10-09 14:38:00 -07:00
browser fix: simpleFullscreen window should be on top of other OS X menu bars. (#14881) 2018-10-09 22:38:52 -07:00
common Bump v4.0.0-nightly.20181009 2018-10-09 21:34:34 -07:00
node also format missing .cc files 2018-04-18 20:48:45 -04:00
renderer refactor: use separate ipc-renderer-internal / ipc-main-internal APIs for Electron internals (#13940) 2018-10-07 00:48:00 +13:00
utility refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00