gecko-dev/servo/components/style
Simon Sapin 26c91514d6 servo: Merge #13190 - Update cssparser (from servo:cssparser-up); r=Manishearth
<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [ ] There are tests for these changes OR
- [x] These changes do not require tests because _____

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: d99d29e94a886ef2701ce32a6e56e65e35583d7b
2016-09-08 15:50:12 -05:00
..
generated servo: Merge #12815 - stylo: Use atoms as the pseudo-element back-end (from emilio:stylo-atoms); r=bholley 2016-08-16 12:50:29 -05:00
properties servo: Merge #13190 - Update cssparser (from servo:cssparser-up); r=Manishearth 2016-09-08 15:50:12 -05:00
values servo: Merge #13159 - style: Don't incorrectly clamp values in calc that might not be only lengths (from emilio:negative-calc); r=notriddle 2016-09-02 11:10:01 -05:00
animation.rs servo: Merge #13179 - Remove one level of nesting in Stylist (from servo:flatter-stylist); r=emilio 2016-09-06 01:48:04 -05:00
attr.rs servo: Merge #12571 - Update to selectors 0.8.2 (generic over atoms) (from servo:selectors-generic-atom_); r=bholley 2016-08-09 12:02:55 -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 #12668 - Rewrite the style sharing candidate cache (from emilio:style-cache); r=SimonSapin,pcwalton 2016-08-17 16:34:30 -05:00
Cargo.toml servo: Merge #13190 - Update cssparser (from servo:cssparser-up); r=Manishearth 2016-09-08 15:50:12 -05:00
cascade_info.rs servo: Merge #12838 - Fix restyling on viewport resize (from emilio:viewport); r=SimonSapin 2016-08-16 13:48:20 -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 #12838 - Fix restyling on viewport resize (from emilio:viewport); r=SimonSapin 2016-08-16 13:48:20 -05: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 #13179 - Remove one level of nesting in Stylist (from servo:flatter-stylist); r=emilio 2016-09-06 01:48:04 -05:00
domrefcell.rs servo: Merge #13134 - Add lots of Arc’s in style, and prepare for using DOMRefCell (from servo:archery); r=emilio 2016-08-31 16:30:56 -05:00
element_state.rs servo: Merge #11726 - Issue 7720: Add target selector and update when scrolling to fragment (from sjmelia:7720_add_target_selector); r=mbrubeck 2016-08-03 14:53:30 -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 #13190 - Update cssparser (from servo:cssparser-up); r=Manishearth 2016-09-08 15:50:12 -05:00
gecko_conversions.rs servo: Merge #13157 - stylo: support background-size and corner gradients (from Manishearth:background-size); r=emilio 2016-09-04 03:45:05 -05:00
gecko_selector_impl.rs servo: Merge #12993 - Move the user agent and user stylesheets to layout_thread (from servo:ua-stylesheets); r=nox 2016-08-23 08:34:04 -05:00
gecko_values.rs servo: Merge #12878 - stylo: Support clip-path (from Manishearth:clip-path); r=heycam 2016-08-19 14:24:08 -05:00
keyframes.rs servo: Merge #13190 - Update cssparser (from servo:cssparser-up); r=Manishearth 2016-09-08 15:50:12 -05:00
lib.rs servo: Merge #13134 - Add lots of Arc’s in style, and prepare for using DOMRefCell (from servo:archery); r=emilio 2016-08-31 16:30:56 -05:00
logical_geometry.rs servo: Merge #12817 - Update to euclid 0.8 (from servo:euclid); r=nox 2016-08-11 20:12:29 -05:00
matching.rs servo: Merge #13179 - Remove one level of nesting in Stylist (from servo:flatter-stylist); r=emilio 2016-09-06 01:48:04 -05:00
media_queries.rs servo: Merge #13159 - style: Don't incorrectly clamp values in calc that might not be only lengths (from emilio:negative-calc); r=notriddle 2016-09-02 11:10:01 -05:00
parallel.rs servo: Merge #12668 - Rewrite the style sharing candidate cache (from emilio:style-cache); r=SimonSapin,pcwalton 2016-08-17 16:34:30 -05:00
parser.rs servo: Merge #12878 - stylo: Support clip-path (from Manishearth:clip-path); r=heycam 2016-08-19 14:24:08 -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 #13134 - Add lots of Arc’s in style, and prepare for using DOMRefCell (from servo:archery); r=emilio 2016-08-31 16:30:56 -05:00
restyle_hints.rs servo: Merge #13110 - Fix incremental restyling under some circumstances due to our bogus use of ElementFlags (from emilio:element-flags); r=SimonSapin 2016-09-01 02:44:36 -05:00
selector_impl.rs servo: Merge #12757 - stylo: Stop restyling display: none elements, remove the has_changed hack that made us use ReconstructFrame unconditionally (from emilio:stylo); r=bholley,pcwalton 2016-08-10 21:02:30 -05:00
selector_matching.rs servo: Merge #13179 - Remove one level of nesting in Stylist (from servo:flatter-stylist); r=emilio 2016-09-06 01:48:04 -05:00
sequential.rs servo: Merge #12668 - Rewrite the style sharing candidate cache (from emilio:style-cache); r=SimonSapin,pcwalton 2016-08-17 16:34:30 -05:00
servo_selector_impl.rs servo: Merge #12993 - Move the user agent and user stylesheets to layout_thread (from servo:ua-stylesheets); r=nox 2016-08-23 08:34:04 -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 #13190 - Update cssparser (from servo:cssparser-up); r=Manishearth 2016-09-08 15:50:12 -05:00
thread_state.rs servo: Merge #12970 - Move thread_state to style (from servo:thread-state); r=nox 2016-08-22 10:39:51 -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 #12981 - Inline reconstruct#12602 (from splav:inline_reconstruct#12602); r=notriddle 2016-08-23 15:43:56 -05:00
viewport.rs servo: Merge #13190 - Update cssparser (from servo:cssparser-up); r=Manishearth 2016-09-08 15:50:12 -05:00
workqueue.rs servo: Merge #13041 - style: Make WorkQueue creation fallible (from emilio:fallible-threadpool); r=bholley 2016-08-26 01:46:16 -05:00

servo-style

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