forked from mirrors/gecko-dev
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 |
||
|---|---|---|
| .. | ||
| CacheLoadHandler.cpp | ||
| CacheLoadHandler.h | ||
| moz.build | ||
| NetworkLoadHandler.cpp | ||
| NetworkLoadHandler.h | ||
| ScriptResponseHeaderProcessor.cpp | ||
| ScriptResponseHeaderProcessor.h | ||
| WorkerLoadContext.cpp | ||
| WorkerLoadContext.h | ||
| WorkerModuleLoader.cpp | ||
| WorkerModuleLoader.h | ||