electron/shell
marcin-prochownik 8207f6901d
fix: access violation during redirects (intercepted requests) (#25393)
* fix: don't delete loader factory when request is pending

When intercepted request is pending we need to make sure that
loader factory is not deleted, especially when redirect occurs.
Otherwise, it may cause access violation.

* fix: added logic that removes requests from collection

* fix: fixed lint errors

* fix: fixed review remark

* fix: fixed review remarks

Removed intercepted_requests_ collection
and leverage pending_receivers_.

* fix: brought back removed line
2020-10-06 16:20:56 +09:00
..
app fix: no more need to hijack process.stdout on Win32 (#25765) 2020-10-05 10:10:38 -07:00
browser fix: access violation during redirects (intercepted requests) (#25393) 2020-10-06 16:20:56 +09:00
common refactor: check ELECTRON_ENABLE_LOGGING via native implementation (#25623) 2020-10-06 09:58:31 +09: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