mirror of
https://github.com/rkd77/elinks.git
synced 2025-09-21 19:46:23 -04:00
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
This commit is contained in:
committed by
Kalle Olavi Niemitalo
parent
c1ffba2f95
commit
018af50f1d
@@ -52,7 +52,7 @@ struct ecmascript_interpreter {
|
||||
* ecmascript_fragile, but it can happen i.e. when the urrent document
|
||||
* is reloaded in another tab and then you just cause the current tab
|
||||
* to redraw. */
|
||||
unsigned int onload_snippets_owner;
|
||||
unsigned int onload_snippets_cache_id;
|
||||
};
|
||||
|
||||
/* Why is the interpreter bound to {struct view_state} instead of {struct
|
||||
|
Reference in New Issue
Block a user