gecko-dev/servo/components/style
Corey Farwell f95f1555cf servo: Merge #6317 - Remove fnv & smallvec crate reexports from util (from frewsxcv:rm-util-crate-reexports); r=Ms2ger
The util component specified fnv and smallvec as dependencies and publicly
reexported both of them. Several other components utilized these reexports,
presumably because fnv and smallvec used to live in the tree so reexporting
made the transition easier.

These indirect dependencies through the util component are unnecessary.

This commit removes the fnv & smallvec crate reexports in the util component.
It exchange, it adds fnv & smallvec as dependencies to non-util components
wherever needed. Finally, it removes the fnv dependency from util as it is not
utilized anywhere in the util component.

Source-Repo: https://github.com/servo/servo
Source-Revision: 35000a9b854dc0989cc473aaec0ea8c082521c66
2015-06-10 08:23:11 -06:00
..
Cargo.toml servo: Merge #6317 - Remove fnv & smallvec crate reexports from util (from frewsxcv:rm-util-crate-reexports); r=Ms2ger 2015-06-10 08:23:11 -06:00
Mako-0.9.1.zip servo: Merge #3230 - Cargoify servo (from servo:cargoify) 2014-09-09 08:18:18 -06:00
README.md servo: Merge #3792 - Update style/README.md - libcss is gone now (from samlh:patch-1); r=jdm 2014-10-23 18:42:30 -06:00
animation.rs servo: Merge #6280 - Partial implementation of transform animations spec (from glennw:transform-transitions); r=nox 2015-06-09 16:32:54 -06:00
build.rs servo: Merge #6174 - Reduce max line length from 150 to 120 characters (from frewsxcv:cleanup-long-lines); r=SimonSapin 2015-05-24 18:27:26 -05:00
font_face.rs servo: Merge #5553 - Use iterators for iterating through CSS rules (from luniv:css-rule-iterators); r=SimonSapin 2015-04-10 19:17:49 -05:00
legacy.rs servo: Merge #6317 - Remove fnv & smallvec crate reexports from util (from frewsxcv:rm-util-crate-reexports); r=Ms2ger 2015-06-10 08:23:11 -06:00
lib.rs servo: Merge #6317 - Remove fnv & smallvec crate reexports from util (from frewsxcv:rm-util-crate-reexports); r=Ms2ger 2015-06-10 08:23:11 -06:00
media_queries.rs servo: Merge #5951 - Clean up the `Au` API (from SimonSapin:au-cleanup); r=mbrubeck 2015-05-05 15:08:12 -05:00
node.rs servo: Merge #6317 - Remove fnv & smallvec crate reexports from util (from frewsxcv:rm-util-crate-reexports); r=Ms2ger 2015-06-10 08:23:11 -06:00
parser.rs servo: Merge #6301 - Use the correct log crate and setup env_logger in main (from eddyb:fix-logging-2); r=larsbergstrom 2015-06-06 15:49:56 -05:00
properties.mako.rs servo: Merge #6317 - Remove fnv & smallvec crate reexports from util (from frewsxcv:rm-util-crate-reexports); r=Ms2ger 2015-06-10 08:23:11 -06:00
selector_matching.rs servo: Merge #6317 - Remove fnv & smallvec crate reexports from util (from frewsxcv:rm-util-crate-reexports); r=Ms2ger 2015-06-10 08:23:11 -06:00
stylesheets.rs servo: Merge #6317 - Remove fnv & smallvec crate reexports from util (from frewsxcv:rm-util-crate-reexports); r=Ms2ger 2015-06-10 08:23:11 -06:00
values.rs servo: Merge #6280 - Partial implementation of transform animations spec (from glennw:transform-transitions); r=nox 2015-06-09 16:32:54 -06:00
viewport.rs servo: Merge #6174 - Reduce max line length from 150 to 120 characters (from frewsxcv:cleanup-long-lines); r=SimonSapin 2015-05-24 18:27:26 -05:00

README.md

servo-style

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