electron/atom
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
..
app Add paths from chrome_paths 2015-11-13 13:05:16 +08:00
browser Ensure calling webview.send will not block the renderer 2015-11-25 15:54:30 -08:00
common Bump v0.35.1 2015-11-20 13:36:59 +08:00
renderer Ensure calling webview.send will not block the renderer 2015-11-25 15:54:30 -08:00
utility Rename PrintHandler to PrintHandlerWin since only used on Windows. 2015-05-23 19:24:29 +08:00