Files
electron/atom/browser
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
..
2015-11-20 13:36:59 +08:00
2015-09-24 19:31:09 +08:00
2015-11-18 10:07:03 +08:00
2015-11-18 10:07:03 +08:00
2015-11-20 13:06:42 +08:00
2015-10-29 10:55:08 +08:00
2015-10-22 16:20:48 +05:30
2015-09-08 05:24:07 +05:30
2015-09-03 17:50:23 +09:00
2015-09-03 17:50:23 +09:00