1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-14 00:48:28 -04:00
elinks/src/document
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
..
css Bug 1013: Don't assume errno is between 0 and 100000 2008-08-03 17:56:41 +03:00
dom Fix memory leak in the DOM configuration module 2008-06-21 00:19:15 +02:00
html Bug 698: Keep forms contiguous and non-overlapping and start from 0. 2008-07-20 11:46:01 +03:00
plain Backport Pasky's changes concerning text_style-related stuff. 2007-09-14 14:59:37 +02:00
docdata.c Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00
docdata.h mem_alloc_align: drop the obj type parameter 2006-02-17 17:32:59 +00:00
document.c Rename cache_entry.id and related members. 2008-08-03 21:27:56 +03:00
document.h Rename cache_entry.id and related members. 2008-08-03 21:27:56 +03:00
format.c Backport Pasky's changes concerning text_style-related stuff. 2007-09-14 14:59:37 +02:00
format.h Backport Pasky's changes concerning text_style-related stuff. 2007-09-14 14:59:37 +02:00
forms.c Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00
forms.h Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00
Makefile Backport Pasky's changes concerning text_style-related stuff. 2007-09-14 14:59:37 +02:00
options.c Backport Pasky's changes concerning text_style-related stuff. 2007-09-14 14:59:37 +02:00
options.h Backport Pasky's changes concerning text_style-related stuff. 2007-09-14 14:59:37 +02:00
refresh.c Introduce start_document_refreshes() 2007-09-14 16:44:04 +02:00
refresh.h Introduce start_document_refreshes() 2007-09-14 16:44:04 +02:00
renderer.c Rename cache_entry.id and related members. 2008-08-03 21:27:56 +03:00
renderer.h Backport Pasky's changes concerning text_style-related stuff. 2007-09-14 14:59:37 +02:00
view.h Doxygenate src/document/ (but not subdirs) 2007-07-28 02:34:59 +03:00