electron/atom/renderer/lib
Paul Betts 789380dfad Ensure calling webview.send will not block the renderer
When the browser process is busy, calling webview.send (a method that appears
on its face to be non-blocking) will actually block, because most webview methods
are remoted to a guest view instance in the browser. Instead, define a few methods
which will instead send its call over an async IPC message.
2015-11-25 15:54:30 -08:00
..
web-view Ensure calling webview.send will not block the renderer 2015-11-25 15:54:30 -08:00
chrome-api.coffee Add support for chrome.extension API in devtools extension. 2014-08-28 12:54:19 +08:00
init.coffee Separate options from switches 2015-11-13 14:05:49 +08:00
inspector.coffee Use the new style remote module in Electron 2015-11-13 22:22:25 +08:00
override.coffee Use the new style remote module in Electron 2015-11-13 22:22:25 +08:00