servo/components/layout_thread
Bobby Holley dc5dbd5542 Store style system options in the global style data and shared style context.
I wanted to add an environmental variable to disable the style sharing
cache for gecko, but the current pattern involves lazy_static!, which
involves an atomic operation on lookup, which is a bit hot to do each
time we try to share styles. This makes that work happen once per
process.
2017-04-12 14:34:42 +08:00
..
Cargo.toml Kill serde_codegen 💣 2017-02-28 19:31:25 +01:00
lib.rs Store style system options in the global style data and shared style context. 2017-04-12 14:34:42 +08:00