servo/components/layout_thread
Bobby Holley 648ce1e44e Make the DomTraversalContext own the SharedStyleContext and share it immutably across the traversal.
This allows us to get rid of a bunch of lifetimes and simplify a lot of code. It
also lets us get rid of that nasty lifetime transmute, which is awesome.

The situation with thread-local contexts is still suboptimal, but we fix that in
subsequent patches.
2016-12-16 10:57:27 -08:00
..
Cargo.toml Removed util. 2016-12-14 18:04:37 -06:00
lib.rs Make the DomTraversalContext own the SharedStyleContext and share it immutably across the traversal. 2016-12-16 10:57:27 -08:00