gecko-dev/js
Jon Coppeard 19409077f2 Bug 1842798 - Part 3: Complete dynamic imports asynchronously with a microtask r=smaug
According to the spec this should happen as the result of resolving a promise
(see ContinueDynamicImport). If this happens synchronously it's possible for
the importing module to still be in the evaluating state when trying to
instantiate and evaluate the dynamically imported module which breaks the
module loader invariants.

Differential Revision: https://phabricator.services.mozilla.com/D183876
2023-08-03 08:15:29 +00:00
..
examples
loader Bug 1842798 - Part 3: Complete dynamic imports asynchronously with a microtask r=smaug 2023-08-03 08:15:29 +00:00
public Bug 1837944 - Part 2: Remove the option to use a smaller size for GC chunks r=sfink,geckoview-reviewers,owlish 2023-08-03 08:03:18 +00:00
src Bug 1816084 - Disable interrupt callback before executing top-level self-hosted script. r=mgaudet 2023-08-03 08:06:26 +00:00
xpconnect Bug 1846277 - Untangle nsGlobalWindow*.h includes. r=dom-core,media-playback-reviewers,sessionstore-reviewers,padenot,farre 2023-08-02 20:41:49 +00:00
app.mozbuild
ffi.configure
moz.build
moz.configure Bug 1837944 - Part 2: Remove the option to use a smaller size for GC chunks r=sfink,geckoview-reviewers,owlish 2023-08-03 08:03:18 +00:00
sub.configure