Nativefier/app/src/components
David Kramer 69a5b2cbbe Fix Gmail complaining window creation was prevented by a popup blocker (PR #603)
By changing incorrect window `guest` property to `newGuest`. See
https://github.com/electron/electron/blob/master/docs/api/web-contents.md#event-new-window

> Calling `event.preventDefault()` will prevent Electron from 
> automatically creating a new BrowserWindow. If you call
> `event.preventDefault()` and manually create a new BrowserWindow
> then you must set `event.newGuest` to reference the new BrowserWindow
> instance, failing to do so may result in unexpected behavior.
2018-05-10 23:54:34 -04:00
..
contextMenu macOS: Add native tabs (PR #579) 2018-05-01 19:24:35 -04:00
login Update eslint and use Airbnb style 2017-04-29 22:52:12 +08:00
mainWindow Fix Gmail complaining window creation was prevented by a popup blocker (PR #603) 2018-05-10 23:54:34 -04:00
menu Upgrade dependencies and default to latest Electron 1.7.9 (PR #483) 2017-11-14 08:05:01 -05:00
trayIcon Fix #486 : --tray flag crashes nativefied app under Windows (PR #495) 2017-11-25 23:27:19 -05:00