servo/components/style/properties
bors-servo ed75bcae75 Auto merge of #17912 - bzbarsky:stylo-first-line, r=emilio
Implement ::first-line support in stylo

<!-- Please describe your changes on the following line: -->

Fixes Gecko bug 1324619.

---
<!-- 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 https://bugzilla.mozilla.org/show_bug.cgi?id=1324619

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

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

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

<!-- 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/17912)
<!-- Reviewable:end -->
2017-07-28 22:51:20 -05:00
..
helpers Rewrite compute_squared_distance for AnimatedFilterList. 2017-07-28 11:27:46 +08:00
longhand Remove the inherited_style getter from StyleBuilder. 2017-07-26 13:40:02 -04:00
shorthand Update cssparser to 0.18 2017-07-24 11:39:12 +02:00
build.py Avoid random python address to be added to generated files 2017-07-13 09:06:35 +10:00
computed_value_flags.rs style: Move the RELEVANT_LINK_VISITED flag to servo. 2017-07-23 05:22:18 +02:00
data.py Iterate through properties in priority order when computing keyframes 2017-07-24 13:50:18 +09:00
declaration_block.rs Update cssparser to 0.18 2017-07-24 11:39:12 +02:00
gecko.mako.rs Add a Stylo API for reparenting a given style. 2017-07-28 22:54:06 -04:00
helpers.mako.rs style: Cleanup the cascade a good bit. 2017-07-20 11:20:37 +02:00
Mako-0.9.1.zip Revert "Remove mako.zip" 2016-09-04 12:52:30 +08:00
properties.html.mako Move Mako-related files into a new sub-directory. 2016-04-20 14:49:27 +02:00
properties.mako.rs Have check_allowed_in read gPropertyEabled table directly. 2017-07-29 12:08:46 +10:00