mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Add FIXME about optimizing walk_dom_nodes()
This commit is contained in:
parent
eab6c19bbe
commit
6cb9a841b6
@ -262,6 +262,8 @@ search_dom_stack(struct dom_stack *stack, enum dom_node_type type,
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* FIXME: Instead of walking all nodes in the tree only visit those which are
|
||||||
|
* of actual interest to the contexts on the stack. */
|
||||||
void
|
void
|
||||||
walk_dom_nodes(struct dom_stack *stack, struct dom_node *root)
|
walk_dom_nodes(struct dom_stack *stack, struct dom_node *root)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user