Auto merge of #12339 - emilio:stylo-node-dirtying, r=heycam

stylo: Implement dirtyness tracking for stylo.

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors

<!-- Either: -->
- [x] These changes do not require tests because geckolib-only changes.

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

r? @bholley

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12339)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-07-13 19:48:54 -07:00 committed by GitHub
commit 4a5a0a417b
8 changed files with 354 additions and 171 deletions

View file

@ -15,7 +15,6 @@ extern crate libc;
extern crate log;
extern crate num_cpus;
extern crate selectors;
extern crate smallvec;
#[macro_use(atom, ns)]
extern crate string_cache;
extern crate style;