gecko-dev/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
NetworkLoadHandler.cpp Bug 1540913 - Part 6-a: Fix BaseURL for importScripts; r=jonco 2023-03-14 18:16:32 +00:00
NetworkLoadHandler.h Bug 1800496 - Introduce ThreadSafeRequestHandle; r=asuth 2022-11-18 10:02:25 +00:00
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 Bug 1819626: Enforce strict MIME type checks for worker-imported scripts, r=smaug 2023-03-24 17:19:31 +00:00
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 Backed out 6 changesets (bug 1842798) for causing failures on js/src/tests/test262/language/*. CLOSED TREE 2023-07-17 20:52:18 +03:00
moz.build Bug 1247687 - Add WorkerModuleLoader skeleton; r=jonco 2023-01-18 13:46:29 +00:00