netsurf/content/handlers/javascript
Daniel Silverstone 24ec30359b
Window: Do not get stuck if callbacks are in-train during compartment close
When we close the JS compartment we try and cancel all callbacks so that
they do not fire after the compartment is closed.  However if we have
in-train callbacks, they can gum up the closedown and so we need to check
and if we've done all we can, we break out of the callback removal loop.

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-04-25 14:04:54 +01:00
..
duktape Window: Do not get stuck if callbacks are in-train during compartment close 2020-04-25 14:04:54 +01:00
none JS: Add concept of js_closethread 2020-03-22 10:14:00 +00:00
WebIDL Move javascript content handler as appropriate for updated source format 2016-06-07 16:01:04 +01:00
content.c make content close check the content status itself 2019-07-10 16:42:52 +01:00
content.h Move javascript content handler as appropriate for updated source format 2016-06-07 16:01:04 +01:00
fetcher.c Move javascript content handler as appropriate for updated source format 2016-06-07 16:01:04 +01:00
fetcher.h Move javascript content handler as appropriate for updated source format 2016-06-07 16:01:04 +01:00
js.h JS: Add concept of js_closethread 2020-03-22 10:14:00 +00:00
Makefile Move javascript content handler as appropriate for updated source format 2016-06-07 16:01:04 +01:00