Nativefier/app/src
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
..
components Fix Gmail complaining window creation was prevented by a popup blocker (PR #603) 2018-05-10 23:54:34 -04:00
helpers macOS: Add native tabs (PR #579) 2018-05-01 19:24:35 -04:00
static Fix #95, #384 - Use electron-context-menu, supporting cut/copy/paste (PR #588) 2018-04-22 19:48:56 -04:00
main.js Fix #547 - Default to Electron 2.0.0 and review deprecations (PR #587) 2018-05-01 19:29:03 -04:00