servo/components/style
bors-servo 9b84acc618 Auto merge of #14561 - Impally:master, r=Manishearth
font-variant-caps implemented in font.mako.rs

<!-- Please describe your changes on the following line: -->
Implemented font-variant-caps for gecko library

---
<!-- 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
- [X] These changes fix #13668  (github issue number if applicable).

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

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

<img width="261" alt="beforechange" src="https://cloud.githubusercontent.com/assets/9249887/21127332/03487fbc-c0c0-11e6-8667-bb1e60d5c754.PNG">

After Change:

<img width="174" alt="afterchange" src="https://cloud.githubusercontent.com/assets/9249887/21127345/0cc8860e-c0c0-11e6-96cf-16b77c14c5a7.png">

Pictures are rendering of example from [font-variant-caps](https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant-caps)

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14561)
<!-- Reviewable:end -->
2016-12-14 09:55:57 -08:00
..
binding_tools Remove script and doc no longer relevant 2016-12-10 00:33:41 -10:00
gecko Bug 1322945 - Improve ergonomics and share more code for style crate DOM tree logging. r=heycam 2016-12-12 18:50:33 -08:00
gecko_bindings Regenerate bindings. 2016-12-13 13:55:22 +08:00
gecko_string_cache Introduce enums for identifying CSS properties. 2016-12-09 10:56:22 -10:00
properties Auto merge of #14561 - Impally:master, r=Manishearth 2016-12-14 09:55:57 -08:00
rule_tree Don't assert when we do a rule tree GC and the root nodes still has strong references. 2016-11-21 17:04:58 +08:00
servo Make Restyle tracking more granular. 2016-12-09 14:46:40 -10:00
values Reuse box-shadow code for drop-shadow filter 2016-12-13 14:47:02 +08:00
animation.rs layout: Minor style cleanup. 2016-11-30 16:36:02 -08:00
atomic_refcell.rs Bug 1317016 - Basic infrastructure for RestyleHint-driven traversal. 2016-11-24 17:07:38 -08:00
attr.rs Remove redundant url clones 2016-11-18 12:39:22 +08:00
bezier.rs Move util::bezier to style 2016-02-14 19:45:24 +01:00
bloom.rs Allow the style bloom filter to recover from switch to a node with no common ancestor with the old node. 2016-12-04 23:35:03 -10:00
build.rs Do build-time bindgen 2016-12-10 00:33:41 -10:00
build_gecko.rs Auto merge of #14563 - upsuper:buildtime-bindgen, r=emilio 2016-12-13 01:40:23 -08:00
cache.rs Remove usage of deprecated SipHasher. 2016-10-10 18:35:07 +02:00
Cargo.toml Do build-time bindgen 2016-12-10 00:33:41 -10:00
cascade_info.rs style: Introduce a generic way of gathering information from the cascade, and use it for viewport units. 2016-08-16 10:58:16 -07:00
context.rs Make Restyle tracking more granular. 2016-12-09 14:46:40 -10:00
custom_properties.rs Use the ParserContext along with Parser in the parse function 2016-11-27 08:49:20 +05:30
data.rs Make Restyle tracking more granular. 2016-12-09 14:46:40 -10:00
dom.rs Fix feature check for Gecko-specific assertions. 2016-12-14 13:53:09 +08:00
element_state.rs Add support for fullscreen #10102 2016-12-09 11:45:50 +01:00
error_reporting.rs Add some documentation to the style crate. 2016-06-27 17:33:14 +02:00
font_face.rs use Either type for UrlOrNone 2016-11-30 11:43:14 -05:00
font_metrics.rs style: Refactor and add infrastructure for font metrics in style. 2016-11-13 11:54:10 +01:00
keyframes.rs Match on PropertyId (not strings) to parse a declaration. 2016-12-09 17:06:51 -10:00
lib.rs Match on PropertyId (not strings) to parse a declaration. 2016-12-09 17:06:51 -10:00
logical_geometry.rs style: Add a "start_end()" method to LogicalMargin 2016-11-10 19:17:29 +08:00
matching.rs Fix feature check for Gecko-specific assertions. 2016-12-14 13:53:09 +08:00
media_queries.rs Implement MediaList interface 2016-12-02 23:46:40 +03:00
owning_handle.rs Implement OwningHandle in style. 2016-10-13 16:53:37 -06:00
parallel.rs Bug 1322945 - Change skip_root to unstyled_children_only and use StyleNewChildren in more places. r=heycam 2016-12-12 18:50:33 -08:00
parser.rs Use the ParserContext along with Parser in the parse function 2016-11-27 08:49:20 +05:30
README.md docs: Add style overview. 2016-05-04 00:34:03 +02:00
refcell.rs Revert "Make DOMRefCell use style’s copy of RefCell" 2016-10-04 18:35:01 +02:00
restyle_hints.rs Make Restyle tracking more granular. 2016-12-09 14:46:40 -10:00
selector_parser.rs Make Restyle tracking more granular. 2016-12-09 14:46:40 -10:00
sequential.rs Bug 1322945 - Change skip_root to unstyled_children_only and use StyleNewChildren in more places. r=heycam 2016-12-12 18:50:33 -08:00
sink.rs Move util::vec::ForgetfulSink to style::sink and simplify it 2016-07-04 16:48:14 +02:00
str.rs cow_to_ascii_lowercase() 2016-12-09 10:56:20 -10:00
stylesheets.rs Move Arc<RwLock<_>> out from CssRules tuple 2016-11-29 22:15:13 +11:00
stylist.rs Move Arc<RwLock<_>> out from CssRules tuple 2016-11-29 22:15:13 +11:00
thread_state.rs style: Use rayon instead of our custom work queue. 2016-11-14 21:24:19 +01:00
tid.rs Move util::tid to style 2016-07-05 10:36:38 +02:00
timer.rs style: Add a new Timer structure to the shared style context, and basic infrastructure for controlling animations. 2016-07-20 09:05:53 -07:00
traversal.rs Bug 1322945 - Change skip_root to unstyled_children_only and use StyleNewChildren in more places. r=heycam 2016-12-12 18:50:33 -08:00
viewport.rs Implement ToCss serialization for CSSRules 2016-11-18 12:17:53 +03:00

servo-style

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