aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/util/tree.rs
Commit message (Expand)AuthorAgeFilesLines
* script: Make trees less genericPatrick Walton2013-12-171-354/+0
* Fix #1264: support namespaced attribute selectors.Simon Sapin2013-12-101-1/+1
* Change Namespace::to_str() to not allocate and return a reference.Simon Sapin2013-12-091-1/+1
* add namespaces to elementsDaniel Glazman2013-12-091-0/+1
* Implement :root pseudo-class. Fix #1263, fix #1265Daniel Glazman2013-11-201-1/+1
* Initial support for Attr and namespaces.James Graham2013-11-121-2/+2
* Add :any-link (Level 4), :link and :visited selectors.Simon Sapin2013-11-071-0/+1
* Implement insertBefore and reimplement appendChild.Ms2ger2013-10-291-11/+34
* Implementation of pseudo class 'first-child'.Jaeman Park2013-10-291-0/+2
* Replace Node::{with_base, with_mut_base} by Node::{node, mut_node}.Ms2ger2013-10-211-55/+44
* CSS: Use libutil’s traits in Selector matching to not depend on libscript.Simon Sapin2013-10-161-2/+2
* Move AbastractNode::is_element to the TreeNodeRef trait.Simon Sapin2013-10-161-0/+2
* Add a with_imm_element_like() method.Simon Sapin2013-10-161-3/+7
* Move Element::get_attr to a trait defined in util::treeSimon Sapin2013-10-161-0/+6
* Add AncestorIterator by jgrahamIlyong Cho2013-09-101-0/+24
* Upgrade to rustc 0.8-pre (0ac3e02 2013-08-30 05:45:45 -0700)Simon Sapin2013-09-021-13/+19
* Update Rust version againKeegan McAllister2013-08-151-5/+5
* Reorganize tree ref / node traitsKeegan McAllister2013-08-151-121/+210
* Add traverse_{pre,post}order_pruneKeegan McAllister2013-08-011-4/+36
* Update to latest Rust.Jack Moffitt2013-07-091-2/+4
* Remove the `servo-` prefix from core components.Patrick Walton2013-05-281-0/+173