Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | script: Make trees less generic | Patrick Walton | 2013-12-17 | 1 | -354/+0 |
| | |||||
* | Fix #1264: support namespaced attribute selectors. | Simon Sapin | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | Change Namespace::to_str() to not allocate and return a reference. | Simon Sapin | 2013-12-09 | 1 | -1/+1 |
| | |||||
* | add namespaces to elements | Daniel Glazman | 2013-12-09 | 1 | -0/+1 |
| | |||||
* | Implement :root pseudo-class. Fix #1263, fix #1265 | Daniel Glazman | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Initial support for Attr and namespaces. | James Graham | 2013-11-12 | 1 | -2/+2 |
| | |||||
* | Add :any-link (Level 4), :link and :visited selectors. | Simon Sapin | 2013-11-07 | 1 | -0/+1 |
| | | | | All links are considered "unvisited" for now. | ||||
* | Implement insertBefore and reimplement appendChild. | Ms2ger | 2013-10-29 | 1 | -11/+34 |
| | |||||
* | Implementation of pseudo class 'first-child'. | Jaeman Park | 2013-10-29 | 1 | -0/+2 |
| | |||||
* | Replace Node::{with_base, with_mut_base} by Node::{node, mut_node}. | Ms2ger | 2013-10-21 | 1 | -55/+44 |
| | |||||
* | CSS: Use libutil’s traits in Selector matching to not depend on libscript. | Simon Sapin | 2013-10-16 | 1 | -2/+2 |
| | |||||
* | Move AbastractNode::is_element to the TreeNodeRef trait. | Simon Sapin | 2013-10-16 | 1 | -0/+2 |
| | |||||
* | Add a with_imm_element_like() method. | Simon Sapin | 2013-10-16 | 1 | -3/+7 |
| | | | | … gives a generic element from a generic node. | ||||
* | Move Element::get_attr to a trait defined in util::tree | Simon Sapin | 2013-10-16 | 1 | -0/+6 |
| | | | | … and add a get_local_name() method to that trait. | ||||
* | Add AncestorIterator by jgraham | Ilyong Cho | 2013-09-10 | 1 | -0/+24 |
| | |||||
* | Upgrade to rustc 0.8-pre (0ac3e02 2013-08-30 05:45:45 -0700) | Simon Sapin | 2013-09-02 | 1 | -13/+19 |
| | |||||
* | Update Rust version again | Keegan McAllister | 2013-08-15 | 1 | -5/+5 |
| | | | | This gets us the new runtime. | ||||
* | Reorganize tree ref / node traits | Keegan McAllister | 2013-08-15 | 1 | -121/+210 |
| | | | | | | rustc is no longer happy with impl<NR:TreeNodeRef<N>,N:TreeNode<NR>> TreeUtils for NR | ||||
* | Add traverse_{pre,post}order_prune | Keegan McAllister | 2013-08-01 | 1 | -4/+36 |
| | |||||
* | Update to latest Rust. | Jack Moffitt | 2013-07-09 | 1 | -2/+4 |
| | |||||
* | Remove the `servo-` prefix from core components. | Patrick Walton | 2013-05-28 | 1 | -0/+173 |