fune/dom/workers/loader
Jens Stutte 21001eee69 Bug 1823391 - Have a static WorkerScriptLoader::Create and try to shutdown when the workerRef is notified. r=yulia,edenchuang,asuth
This patch does:
- use our common `Create` pattern also here to move some complexity out of the constructor and improve the error handling.
- give each strong worker ref a unique name for better diagnostics.
- add a `TryShutdown` to the life-cycle worker ref, presumably this may help if the worker dies before any DispatchLoadScript(s) has been called.

Differential Revision: https://phabricator.services.mozilla.com/D192936
2023-11-15 07:00:02 +00:00
..
CacheLoadHandler.cpp Bug 1856090 - Improve ServiceWorker state propagation. r=smaug 2023-10-24 20:34:25 +00:00
CacheLoadHandler.h Bug 1856090 - Improve ServiceWorker state propagation. r=smaug 2023-10-24 20:34:25 +00:00
moz.build
NetworkLoadHandler.cpp
NetworkLoadHandler.h
ScriptResponseHeaderProcessor.cpp Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
ScriptResponseHeaderProcessor.h
WorkerLoadContext.cpp Bug 1856090 - Improve ServiceWorker state propagation. r=smaug 2023-10-24 20:34:25 +00:00
WorkerLoadContext.h Bug 1856090 - Improve ServiceWorker state propagation. r=smaug 2023-10-24 20:34:25 +00:00
WorkerModuleLoader.cpp Bug 1823391 - Have a static WorkerScriptLoader::Create and try to shutdown when the workerRef is notified. r=yulia,edenchuang,asuth 2023-11-15 07:00:02 +00:00
WorkerModuleLoader.h