1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/src/ecmascript
Kalle Olavi Niemitalo 018af50f1d Rename cache_entry.id and related members.
cache_entry.id => cache_entry.cache_id
document.id => document.cache_id
ecmascript_interpreter.onload_snippets_owner => .onload_snippets_cache_id

This is a combination of:

commit 232c07aa7f
bug 1009: id variables renamed, added document_id to the document.

commit 6007043458bf8f14abfc18b9db60785bdc0279f6
Revert addition of document.document_id
2008-08-03 21:27:56 +03:00
..
see 1038: Remove remembering last 8 URLs. It did not work. 2008-07-21 00:39:30 +03:00
spidermonkey 1038: Remove remembering last 8 URLs. It did not work. 2008-07-21 00:39:30 +03:00
ecmascript.c 1038: Remove remembering last 8 URLs. It did not work. 2008-07-21 00:39:30 +03:00
ecmascript.h Rename cache_entry.id and related members. 2008-08-03 21:27:56 +03:00
Makefile 1031: Add spidermonkey-shared.c used for both web and user scripts 2008-07-16 12:32:24 +03:00
see.c ECMAScript: evaluating onclick, onsubmit etc. done in the right way. 2007-05-30 02:35:18 +03:00
see.h 952, 954: Finalize form_view.ecmascript_obj for SEE 2008-07-19 14:58:11 +03:00
spidermonkey-shared.c 952, 954: Add spidermonkey_empty_context 2008-07-18 19:24:29 +03:00
spidermonkey-shared.h 952, 954: Add spidermonkey_empty_context 2008-07-18 19:24:29 +03:00
spidermonkey.c 1031: Replace jsrt with spidermonkey_runtime 2008-07-16 14:50:41 +03:00
spidermonkey.h 952, 954: Finalize form_view.ecmascript_obj for SpiderMonkey 2008-07-19 14:58:07 +03:00