servo/components/style
bors-servo 13e7de482c Auto merge of #7195 - servo:rustup_20150814, r=Ms2ger
Upgrade Rust to nightly 2015-08-10

Still needs snapshot.

Snapshot probably could also work as today's nightly (I wasn't able to download the latest one due to choppy internet), there isn't any plugins churn I know of

r? @larsbergstrom

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7195)
<!-- Reviewable:end -->
2015-08-14 12:53:54 -06:00
..
animation.rs style: Switch animation timestamps to be doubles instead of floats. 2015-08-01 17:46:39 -07:00
build.rs Fix CSSStyleDeclaration.setPropertyPriority 2015-07-31 08:08:36 +02:00
Cargo.toml servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
font_face.rs devtools: Convert the developer tools to run over IPC. 2015-07-27 09:10:01 -07:00
legacy.rs Update rust-selectors 2015-06-26 12:35:08 -07:00
lib.rs Upgrade Rust to nightly 2015-08-10 2015-08-15 00:21:33 +05:30
Mako-0.9.1.zip Cargoify servo 2014-09-08 20:21:42 -06:00
media_queries.rs Use euclid from crates.io 2015-06-19 00:04:24 +02:00
node.rs Update rust-selectors 2015-06-26 12:35:08 -07:00
parser.rs Use the correct log crate and setup env_logger in main. 2015-06-06 23:20:40 +03:00
properties.mako.rs Measure heap memory usage for more types. Fixes #6951 2015-08-13 21:44:41 +03:00
README.md Update style/README.md - libcss is gone now 2014-10-23 16:23:54 -05:00
selector_matching.rs Support @font-face in user and user agent stylesheets. 2015-08-07 21:08:53 +02:00
stylesheets.rs Fix #6680 2015-07-22 16:45:43 +03:00
values.rs Start reporting memory usage for Window and all nodes in all DOM trees for frame treese in script tasks. 2015-08-03 23:05:00 -04:00
viewport.rs compositing: Make the constellation messages serializable. 2015-07-18 12:43:08 -07:00

servo-style

Style system for Servo, using rust-cssparser for parsing.