electron/atom/browser/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
..
chrome-extension.coffee Use require('electron') in Electron's code 2015-11-12 20:29:30 +08:00
guest-view-manager.coffee Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
guest-window-manager.coffee Replace "Url" in API names with "URL" 2015-11-13 16:03:40 +08:00
init.coffee Add electron.hideInternalModules 2015-11-12 21:46:03 +08:00
objects-registry.coffee Use require('electron') in Electron's code 2015-11-12 20:29:30 +08:00
rpc-server.coffee Ensure calling webview.send will not block the renderer 2015-11-25 15:54:30 -08:00