0
Files
src/content/browser
Justin Lulejian 29cc3fcaa5 [ServiceWorker] Return abort for browser shutdown during registration.
When a worker is registered while the browser context is shutting down
we return kErrorStartWorkerFailed. This appears to be a mistake since
worker unregistration and start worker requests will kErrorAbort in this
same situation instead.

Worker registration requests will eventually start the worker, so
kErrorStartWorkerFailed is eventually expected if the worker does fail
to start during registration, but not immediately after a worker
registration request is sent.

Bug: 346732739
Change-Id: I4f831bf7a561b79364d6903e9c51e8dc86a380c9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5833537
Reviewed-by: Hiroki Nakagawa <nhiroki@chromium.org>
Commit-Queue: Justin Lulejian <jlulejian@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1352301}
2024-09-06 21:35:18 +00:00
..
2024-09-03 23:49:18 +00:00
2024-08-06 02:43:45 +00:00
2024-07-15 19:40:30 +00:00
2024-07-06 14:14:10 +00:00
2024-07-06 14:14:10 +00:00

This directory contains the core code needed for the browser process of a multi-process sandboxed browser.