servo/tests/unit/script
Alan Jeffrey 64a50bcf56 Added versioning to DOM nodes.
There is now an inclusive_descendants_version field of each node, which
increases each time the node, or any of its descendants, is dirtied.
This can be used for cache invalidation, by caching a version number
and comparting the current version number against the cached version number.
2015-11-06 17:23:16 -06:00
..
Cargo.toml Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00
lib.rs Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00
size_of.rs Added versioning to DOM nodes. 2015-11-06 17:23:16 -06:00
textinput.rs Make DOMString a newtype around String, rather than a typedef. 2015-11-04 12:09:11 +01:00