-
Electron Bot authored
* chore: bump chromium in DEPS to 76.0.3807.2 * chore: update patches * fix: Don't leak system network context when nw service is disabled https://chromium-review.googlesource.com/c/chromium/src/+/1632494 NetworkService is now deleted by using SequnceLocalStorageSlot on the IO thread when the service is disabled, which expects all associated NetworkContexts on that sequence to be destroyed. * chore: bump chromium in DEPS to 76.0.3808.1 * fix: Destroy all network contexts before primary network context * chore: update patches * Simplify out-of-process service registration https://chromium-review.googlesource.com/c/chromium/src/+/1615882 * [ThreadPool] Rename base::ThreadPool to base::ThreadPoolInstance https://chromium-review.googlesource.com/c/chromium/src/+/1634851 * fix: -Winconsistent-missing-override warnings * chore: bump chromium in DEPS to 76.0.3809.1 * chore: update patches * Change CreateBrowserMainParts to return unique_ptrs https://chromium-review.googlesource.com/c/chromium/src/+/1632532 * chore: bump chromium in DEPS to 76.0.3809.3
10d02680