electron/atom
Cheng Zhao e6a2b0a479 Fix finding the WebContents of a pending renderer process
Apparently after Chrome 44 a renderer process can be started before the
corresponding render view is created, though it can be patched but from
the source code Chromium is enforcing this everywhere now, so fixing it
on our side seems the only reliable solution.

This fix is very similar to what we did, but instead of blindly setting
swapped process, we now remember which process the pending process is
going to replace, so we should not have those race conditions.
2015-08-11 15:39:17 +08:00
..
app Fix compilation warnings caused by chrome44 update 2015-08-11 10:08:34 +08:00
browser Fix finding the WebContents of a pending renderer process 2015-08-11 15:39:17 +08:00
common Update chrome_version.h 2015-08-11 10:40:41 +08:00
renderer Use blink's allocator in Node's Buffer 2015-08-11 12:31:41 +08:00
utility Rename PrintHandler to PrintHandlerWin since only used on Windows. 2015-05-23 19:24:29 +08:00