1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/ecmascript
Witold Filipczyk ecc03ad608 bug 755: Fixed.
Remember the index of struct form_state in vs->form_info
instead of the pointer to it. The pointer may change,
the index is persistent.
The field ecmascript_obj of the struct form_state is unused.
2007-05-27 14:44:46 +03:00
..
see bug 755: Fixed. 2007-05-27 14:44:46 +03:00
spidermonkey bug 755: Fixed. 2007-05-27 14:44:46 +03:00
ecmascript.c bug 755: attempt to fix this bug. 2007-05-27 14:44:20 +03:00
ecmascript.h ECMAScript: Probably superfluous kill_timer. Removed unused include. 2006-10-24 19:10:10 +02:00
Makefile Added SEE_CFLAGS to the Makefile.config. Use SEE_CFLAGS only when necessary. 2007-02-18 17:09:32 +02:00
see.c Mark all module names for translation and include needed header files. 2007-03-21 11:01:06 +01:00
see.h Delegate ECMAScript submodule initialisation the right way 2006-02-26 08:51:36 +00:00
spidermonkey.c Mark all module names for translation and include needed header files. 2007-03-21 11:01:06 +01:00
spidermonkey.h Delegate ECMAScript submodule initialisation the right way 2006-02-26 08:51:36 +00:00