fune/servo/components/style
2016-07-29 03:38:14 -05:00
..
properties servo: Merge #12631 - stylo: Use unsafe accessors for coord data (from Manishearth:stylo-unsafe-coord); r=bholley 2016-07-29 03:38:14 -05:00
animation.rs servo: Merge #12623 - Complete animations whether or not cascade needs done (from notriddle:master); r=emilio 2016-07-28 14:54:36 -05:00
attr.rs servo: Merge #12632 - account for sign in double parsing (from bobthekingofegypt:signed_parse_double); r=KiChjang 2016-07-28 16:56:43 -05:00
bezier.rs servo: Merge #9635 - Move util::bezier to style (from nox:mv-bezier); r=jdm 2016-02-15 07:18:27 +05:01
build.rs servo: Merge #12338 - Fix geckolib build for Windows (from upsuper:win-geckolib-fix); r=bholley 2016-07-08 11:14:48 -07:00
cache.rs servo: Merge #12311 - Move the cache module out of util (from Ms2ger:cache); r=nox 2016-07-08 07:46:00 -07:00
Cargo.toml servo: Merge #12586 - Update Rust to 1.12.0-nightly (9316ae515 2016-07-24) (from servo:rustup); r=nox 2016-07-26 17:18:41 -05:00
context.rs servo: Merge #12392 - style: Add support to test animations programatically (from emilio:test-animations); r=SimonSapin 2016-07-20 13:38:31 -05:00
custom_properties.rs servo: Merge #12409 - Update clippy, improve clippy integration (from Manishearth:clippy); r=nox 2016-07-12 07:29:25 -07:00
data.rs servo: Merge #12563 - stylo: Improve restyling performance (from emilio:stylo); r=bholley,jdm,pcwalton 2016-07-27 17:56:26 -05:00
dom.rs servo: Merge #12563 - stylo: Improve restyling performance (from emilio:stylo); r=bholley,jdm,pcwalton 2016-07-27 17:56:26 -05:00
element_state.rs servo: Merge #11834 - Add some documentation to the style crate (from servo:style-docs); r=SimonSapin 2016-06-27 17:14:55 -05:00
error_reporting.rs servo: Merge #11834 - Add some documentation to the style crate (from servo:style-docs); r=SimonSapin 2016-06-27 17:14:55 -05:00
font_face.rs servo: Merge #11834 - Add some documentation to the style crate (from servo:style-docs); r=SimonSapin 2016-06-27 17:14:55 -05:00
gecko_conversions.rs servo: Merge #12465 - Add bindings for calc() (from Manishearth:stylo-calc); r=heycam 2016-07-19 20:57:10 -05:00
gecko_glue.rs servo: Merge #12515 - Make the style crate more concrete (from servo:concrete-style); r=bholley 2016-07-20 02:58:34 -05:00
gecko_selector_impl.rs servo: Merge #12608 - Update anonymous box list (from bholley:sync_anon_box); r=emilio 2016-07-26 23:58:23 -05:00
gecko_values.rs servo: Merge #12521 - Introduce safer layer of sugar for nsStyleUnion (from Manishearth:safer-coord); r=bholley 2016-07-21 03:05:56 -05:00
keyframes.rs servo: Merge #12118 - style: Add support to the animation shorthand and fix parsing of animation-name (from emilio:animation-shorthand); r=SimonSapin 2016-07-08 06:01:52 -07:00
lib.rs servo: Merge #12392 - style: Add support to test animations programatically (from emilio:test-animations); r=SimonSapin 2016-07-20 13:38:31 -05:00
logical_geometry.rs servo: Merge #11816 - Make the style crate (almost) build with a stable compiler (from servo:stable-style); r=nox 2016-06-22 09:43:20 -05:00
matching.rs servo: Merge #12623 - Complete animations whether or not cascade needs done (from notriddle:master); r=emilio 2016-07-28 14:54:36 -05:00
media_queries.rs servo: Merge #12381 - Move some unit type definitions to style_traits (from Ms2ger:units); r=nox 2016-07-11 03:17:55 -07:00
parallel.rs servo: Merge #12563 - stylo: Improve restyling performance (from emilio:stylo); r=bholley,jdm,pcwalton 2016-07-27 17:56:26 -05:00
parser.rs servo: Merge #11834 - Add some documentation to the style crate (from servo:style-docs); r=SimonSapin 2016-06-27 17:14:55 -05:00
README.md servo: Merge #10934 - style: Add infrastructure to support lazy pseudo-elements (from emilio:other-gecko-pseudos); r=bholley,mbrubeck 2016-05-04 03:42:23 -07:00
refcell.rs servo: Merge #11835 - Use our copy of RefCell for style data (from servo:diy-as-unsafe-cell); r=nox 2016-06-23 09:19:28 -05:00
restyle_hints.rs servo: Merge #12469 - style: Rewrite the restyle hints code to allow different kinds of element snapshots (from emilio:stylo); r=bholley 2016-07-21 16:54:34 -05:00
selector_impl.rs servo: Merge #12469 - style: Rewrite the restyle hints code to allow different kinds of element snapshots (from emilio:stylo); r=bholley 2016-07-21 16:54:34 -05:00
selector_matching.rs servo: Merge #12469 - style: Rewrite the restyle hints code to allow different kinds of element snapshots (from emilio:stylo); r=bholley 2016-07-21 16:54:34 -05:00
sequential.rs servo: Merge #12563 - stylo: Improve restyling performance (from emilio:stylo); r=bholley,jdm,pcwalton 2016-07-27 17:56:26 -05:00
servo_selector_impl.rs servo: Merge #12469 - style: Rewrite the restyle hints code to allow different kinds of element snapshots (from emilio:stylo); r=bholley 2016-07-21 16:54:34 -05:00
sink.rs servo: Merge #12224 - Remove some stuff from util (from nox:die-util-die); r=Ms2ger 2016-07-04 12:57:00 -07:00
str.rs servo: Merge #12256 - Move some stuff from util to style (from nox:die-util-die); r=Ms2ger 2016-07-05 02:04:42 -07:00
stylesheets.rs servo: Merge #12515 - Make the style crate more concrete (from servo:concrete-style); r=bholley 2016-07-20 02:58:34 -05:00
tid.rs servo: Merge #12256 - Move some stuff from util to style (from nox:die-util-die); r=Ms2ger 2016-07-05 02:04:42 -07:00
timer.rs servo: Merge #12392 - style: Add support to test animations programatically (from emilio:test-animations); r=SimonSapin 2016-07-20 13:38:31 -05:00
traversal.rs servo: Merge #12623 - Complete animations whether or not cascade needs done (from notriddle:master); r=emilio 2016-07-28 14:54:36 -05:00
values.rs servo: Merge #12648 - Store UrlExtraData in {specified,computed}::Image::Url (from heycam:store-extra-data); r=Manishearth 2016-07-29 02:26:25 -05:00
viewport.rs servo: Merge #12515 - Make the style crate more concrete (from servo:concrete-style); r=bholley 2016-07-20 02:58:34 -05:00
workqueue.rs servo: Merge #12224 - Remove some stuff from util (from nox:die-util-die); r=Ms2ger 2016-07-04 12:57:00 -07:00

servo-style

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