aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/macros.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move common macros into a new crate (fixes #1882)Matt Brubeck2014-03-211-24/+0
|
* Rust upgradesLars Bergstrom2014-03-181-2/+4
|
* Make Node::is_in_doc O(1)Bruno de Oliveira Abinader2013-12-171-0/+22
Added a flags variable inside Node to represent boolean flags, with is_in_doc being the first of them. It is updated whenever a node is appended or removed from a parent. This patch is for: https://github.com/mozilla/servo/issues/1030