gecko-dev/js/loader
Jon Coppeard 88dcd540b5 Bug 1835886 - Cancel outstanding load requests when a document is detached from a global r=smaug, a=dmeehan
Also cancel module load requests when cancelling requests generally.

What was happening here was that a previous load was completing and calling
into the wrong module loader, because the loader to use is determined via the
current global, and this was now associated with a different document / script
loader / module loader.

Differential Revision: https://phabricator.services.mozilla.com/D179787
2023-06-13 08:46:26 +00:00
..
ImportMap.cpp Bug 1808357: Add better error message for importmaps of invalid JSON format. r=jonco 2023-01-06 13:34:17 +00:00
ImportMap.h Bug 1778289 - Part 12: Update spec links as the PR is merged. r=jonco,yulia 2022-10-07 13:56:27 +00:00
LoadContextBase.cpp Bug 1572644 - Part 4: Add WorkletLoadContext and nsMainThreadPtrHandle to delegate WorkletFetchHandler on the worklet thread. r=jonco,yulia 2023-03-13 22:59:37 +00:00
LoadContextBase.h Bug 1572644 - Part 4: Add WorkletLoadContext and nsMainThreadPtrHandle to delegate WorkletFetchHandler on the worklet thread. r=jonco,yulia 2023-03-13 22:59:37 +00:00
LoadedScript.cpp Bug 1811238 - Correct QueryInterface implementation of LoadedScript and ModuleLoaderBase. r=mccr8 2023-01-24 09:55:27 +00:00
LoadedScript.h Bug 1811238 - Correct QueryInterface implementation of LoadedScript and ModuleLoaderBase. r=mccr8 2023-01-24 09:55:27 +00:00
ModuleLoaderBase.cpp Bug 1835886 - Cancel outstanding load requests when a document is detached from a global r=smaug, a=dmeehan 2023-06-13 08:46:26 +00:00
ModuleLoaderBase.h Backed out 3 changesets (bug 1803984) 2023-05-29 12:36:25 +03:00
ModuleLoadRequest.cpp Bug 1822717 - Relax assertion about module request state when an error occurs r=yulia 2023-03-21 15:40:22 +00:00
ModuleLoadRequest.h Bug 1813494 - Part 3: Add more cancellation checks and state assertions to module load requests r=smaug 2023-02-07 11:55:51 +00:00
moz.build
ResolveResult.h Bug 1572644 - Part 11-2: Preload localized error msg and format it when resolving failed. r=jonco,yulia 2023-03-13 22:59:41 +00:00
ScriptKind.h
ScriptLoadRequest.cpp Bug 1572644 - Part 4: Add WorkletLoadContext and nsMainThreadPtrHandle to delegate WorkletFetchHandler on the worklet thread. r=jonco,yulia 2023-03-13 22:59:37 +00:00
ScriptLoadRequest.h Bug 1572644 - Part 8: Compile fetched module. r=jonco,yulia 2023-03-13 22:59:39 +00:00