electron/lib/browser
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
..
api Fix sandbox crash when opening a background tab 2017-08-15 09:55:39 -03:00
chrome-extension.js Merge pull request #9918 from alexstrat/add-extensions-loading-api 2017-08-07 20:06:22 -04:00
desktop-capturer.js Remove returns from event listeners 2016-05-19 15:28:08 -07:00
guest-view-manager.js Add FIXME link to #6828 2017-06-14 14:12:51 -07:00
guest-window-manager.js Always register closed listeners 2017-07-17 11:55:16 -07:00
init.js use includes instead of indexOf 2017-06-09 14:45:47 -07:00
objects-registry.js Co-locate with other private methods 2016-12-02 10:41:42 -08:00
rpc-server.js Fix how rpc-server releases references after page reload 2017-05-16 09:05:52 -03:00