gecko-dev/js
Tom Ritter a2a3b5a205 Bug 1748870 - Do not leave a pending JS Exception on the stack r=mgaudet
In 1746231 the JS Exception stuff was moved from the
callback call site into the callback itself.
However, when it was moved, an exception could be
added even if we were going to permit the script
execution.  This is wrong.

Move the exception stuff back to the callback site
and use the result of the callback to determine if
we add anything to the stack or not

Differential Revision: https://phabricator.services.mozilla.com/D135250
2022-01-11 19:16:38 +00:00
..
ductwork/debugger
examples Bug 1582895 - Minor irrelevant jorendb tweaks r=jonco 2021-10-18 20:34:38 +00:00
public Bug 1743623 - Part 5: Initialize classStaticBlocks_ field. r=jandem 2022-01-11 15:55:51 +00:00
src Bug 1748870 - Do not leave a pending JS Exception on the stack r=mgaudet 2022-01-11 19:16:38 +00:00
xpconnect Bug 1743623 - Part 1: Remove worker-specific override from JS context options. r=jandem 2022-01-11 15:55:50 +00:00
app.mozbuild
ffi.configure Bug 1694884 - Fail configure when using --*-system-* options with a bootstrapped sysroot. r=firefox-build-system-reviewers,mhentges 2021-07-16 20:51:27 +00:00
moz.build
moz.configure Bug 1747501 - Move ZLIB_IN_MOZGLUE to python configure. r=firefox-build-system-reviewers,andi 2021-12-29 22:12:45 +00:00
sub.configure Bug 1747501 - Move ZLIB_IN_MOZGLUE to python configure. r=firefox-build-system-reviewers,andi 2021-12-29 22:12:45 +00:00