electron/lib
Thiago de Arruda 1709b8e39d Fix sandbox crash when opening a background tab
When a link is clicked with the middle mouse button, chrome opens a window with
"background-tab" disposition. This is not currently handled in sandbox mode,
causing an api::WebContents to leak leading to eventual crash(since it has no
wrapper).

Also fix the event handler for "-add-new-contents" by having it call
`event.preventDefault()` when the window creation should be cancelled.
2017-08-15 09:55:39 -03:00
..
browser Fix sandbox crash when opening a background tab 2017-08-15 09:55:39 -03:00
common fix linting error 2017-08-01 17:52:48 +08:00
isolated_renderer Pass nativeWindowOpen flag to isolated init.js 2017-04-30 19:35:41 +09:00
renderer Merge pull request #10075 from alexstrat/fix/fix-content_scripts-match 2017-07-24 15:27:55 +09:00
sandboxed_renderer Expose argv to preload process object 2017-06-26 13:52:19 -07:00
worker Correctly initialize Node environment in worker 2017-03-20 12:52:45 -07:00