electron/shell
CezaryKulakowski 73adeef877
fix: window.open doesn't work correctly in child window (#25080)
If speculative render view host is deleted during naviagation to
page we try to open with call to window.open window is destroyed
right after it is created. It may happen when naviagation triggers
redirect from http to https. To void that we should emit event
current-render-view-deleted only when render view host which was
destroyed is the current webcontent's rvh.
2020-10-07 16:11:19 -07:00
..
app fix: no more need to hijack process.stdout on Win32 (#25765) 2020-10-05 10:10:38 -07:00
browser fix: window.open doesn't work correctly in child window (#25080) 2020-10-07 16:11:19 -07:00
common fix: prevent UAF in NativeImage.getBitmap (#25782) 2020-10-06 15:58:40 -07:00
renderer fix: ensure ready-to-show event is fired (#25632) 2020-09-28 13:36:45 -07:00
utility chore: bump chromium to 6d130075d378a64187360ba4e7820 (master) (#24256) 2020-07-13 21:13:34 -04:00