gecko-dev/js
Yulia Startsev ef3c7012f8 Bug 1247687 - Handle cancellation of long running modules; r=jonco
This is a slightly annoying thing that can happen. When we abruptly cancel (such as an infinitely
running script being forcibly terminated) we will be in a state where the EvaluateModule call will
finish _after_ the loader is destroyed. So, instead we track if there has been a forcible
cancelation, and exit early.

Depends on D155690

Differential Revision: https://phabricator.services.mozilla.com/D155568
2022-12-20 20:56:14 +00:00
..
examples
loader Bug 1247687 - Handle cancellation of long running modules; r=jonco 2022-12-20 20:56:14 +00:00
public Bug 1806136 - Part 0: Change the API so that the supported assertions are set once on initialization r=arai 2022-12-19 11:56:34 +00:00
src Bug 1806595 - Call onNativeCall hook from DebuggerObject::call. r=arai. 2022-12-20 13:44:45 +00:00
xpconnect Backed out 3 changesets (bug 1752703) for causing spider-monkey bustages. 2022-12-20 10:31:04 +02:00
app.mozbuild
ffi.configure Backed out changeset 028a7f4e4b32 (bug 1776255) for causing Linux artifact builds bustages on central CLOSED TREE 2022-11-26 17:13:36 -05:00
moz.build
moz.configure Bug 1804605 - Move JS_DEBUG to python configure. r=firefox-build-system-reviewers,nalexander 2022-12-12 21:43:51 +00:00
sub.configure