gecko-dev/js/loader
Tooru Fujisawa 5f7c671736 Bug 1881564 - Initialize module loader also for ServiceWorker to allow ChromeUtils.importESModule in DevTools ServiceWorker debugger global. r=yulia
Dynamic import is prevented by IsDynamicImportSupported, and now it now throws
TypeError instead of Error, and related wpt passes with it.

Differential Revision: https://phabricator.services.mozilla.com/D202494
2024-03-20 11:22:45 +00:00
..
ImportMap.cpp Bug 1871075 - Part 1: Store referencing private as a pointer to the underlying LoadedScript r=yulia 2023-12-21 13:30:34 +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 1803810 - Part 1: Rename ComponentModuleLoader to SyncModuleLoader. r=jonco 2024-02-14 02:01:36 +00:00
LoadContextBase.h Bug 1877703 - Part 1: Remove speculatively preloaded modules from the module map when import map is registered r=smaug,allstarschh 2024-03-19 10:07:34 +00:00
LoadedScript.cpp Bug 1877703 - Part 1: Remove speculatively preloaded modules from the module map when import map is registered r=smaug,allstarschh 2024-03-19 10:07:34 +00:00
LoadedScript.h Bug 1877703 - Part 1: Remove speculatively preloaded modules from the module map when import map is registered r=smaug,allstarschh 2024-03-19 10:07:34 +00:00
ModuleLoadRequest.cpp Bug 1877703 - Part 1: Remove speculatively preloaded modules from the module map when import map is registered r=smaug,allstarschh 2024-03-19 10:07:34 +00:00
ModuleLoadRequest.h Bug 1880708 - Handle CC unlink when destroying ScriptLoader/ModuleLoader. r=jonco 2024-02-19 15:09:00 +00:00
ModuleLoaderBase.cpp Bug 1881564 - Initialize module loader also for ServiceWorker to allow ChromeUtils.importESModule in DevTools ServiceWorker debugger global. r=yulia 2024-03-20 11:22:45 +00:00
ModuleLoaderBase.h Bug 1881564 - Initialize module loader also for ServiceWorker to allow ChromeUtils.importESModule in DevTools ServiceWorker debugger global. r=yulia 2024-03-20 11:22:45 +00:00
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
ScriptFetchOptions.h Bug 1800641 - Part 1: Move ScriptFetchOptions into its own file. r=nbp 2024-01-08 14:57:36 +00:00
ScriptKind.h Bug 1688879 - Part 2: Add support for import maps in ScriptElement/ScriptLoader/ScriptKind. r=jonco,yulia,smaug 2022-05-05 21:19:01 +00:00
ScriptLoadRequest.cpp Bug 1803810 - Part 1: Rename ComponentModuleLoader to SyncModuleLoader. r=jonco 2024-02-14 02:01:36 +00:00
ScriptLoadRequest.h Bug 1803810 - Part 1: Rename ComponentModuleLoader to SyncModuleLoader. r=jonco 2024-02-14 02:01:36 +00:00
moz.build Bug 1800641 - Part 1: Move ScriptFetchOptions into its own file. r=nbp 2024-01-08 14:57:36 +00:00