electron/atom
Samuel Attard 3475cd168e
fix: handle a race condition between preload scripts executing and (#17577)
navigations

There is a race condition between DidCreateScriptContext and another
navigation occuring in the main process. If the navigation occurs while
the preload script is running, the same process is re-used.  This
ensures that any pending navigations are completely removed / ignored
when we trigger a new navigation.

Fixes #17576
2019-03-28 11:13:05 -07:00
..
app chore: rename atomBinding to electronBinding (#17419) 2019-03-18 12:37:06 -07:00
browser fix: handle a race condition between preload scripts executing and (#17577) 2019-03-28 11:13:05 -07:00
common fix: correct crash reporter for Windows on Arm (#17533) 2019-03-27 11:30:11 -07:00
renderer fix: check the result when calling js function (#17443) 2019-03-20 08:27:06 -07:00
utility More migration of ServiceContext to ServiceBinding 2019-02-14 23:59:22 +05:30