netsurf/content/handlers/javascript
Daniel Silverstone 80e7ac7345
Dukky: Add refcounting to threads
In order to cope with threads which manage to navigate entirely
while executing (sadly possible) we need to handle the possibility
that a thread is destroyed by the browser but still needs to live
until it returns from whatever exec it was doing at the time.

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2020-03-21 20:49:40 +00:00
..
duktape Dukky: Add refcounting to threads 2020-03-21 20:49:40 +00:00
none JS: Add concept of thread destroy 2020-03-21 18:57:57 +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 thread destroy 2020-03-21 18:57:57 +00:00
Makefile Move javascript content handler as appropriate for updated source format 2016-06-07 16:01:04 +01:00