servo/components/style/gecko
bors-servo f86e711506 Auto merge of #15662 - canaltinova:column, r=Manishearth
Fix parsing methods of column-{gap,width}

<!-- Please describe your changes on the following line: -->
They weren't accepting {normal, auto} keywords. Fixed parsing methods of these properties.

---
<!-- 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 #15088 (github issue number if applicable).

<!-- Either: -->
- [X] There are tests for these changes

<!-- 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/15662)
<!-- Reviewable:end -->
2017-02-20 10:28:03 -08:00
..
generated Update atoms for gecko binding 2017-02-18 13:26:42 +11:00
conversions.rs stylo: Don't leak nsStyleCoord::Calc objects when setting gradients. 2017-02-18 18:01:02 +08:00
data.rs Bug 1332969: stylo: Synchronously do a style update when the device changes. 2017-01-23 18:55:45 +01:00
media_queries.rs Change LengthOrPercentage to make use of NoCalcLength 2017-01-29 02:30:25 +05:30
mod.rs Bug 1331213: Bootstrap a Gecko-side Device, and track it's dirtiness manually in the per-doc data. r=heycam 2017-01-17 14:05:23 +01:00
non_ts_pseudo_class_list.rs Put stylo's pseudo-class into a list file 2017-01-24 10:17:57 +11:00
restyle_damage.rs Implement "handled for descendants" tracking for RestyleDamage. 2017-02-17 10:15:53 -08:00
selector_parser.rs Put stylo's pseudo-class into a list file 2017-01-24 10:17:57 +11:00
snapshot.rs style: Document Gecko's snapshot code. 2017-01-02 12:58:05 +01:00
snapshot_helpers.rs style: Document Gecko's snapshot code. 2017-01-02 12:58:05 +01:00
traversal.rs style: Expose the traversal kind to the style system. 2017-01-24 08:41:29 +01:00
values.rs Auto merge of #15662 - canaltinova:column, r=Manishearth 2017-02-20 10:28:03 -08:00
wrapper.rs Clean up and simplify the accumulation of restyle damage. 2017-02-10 10:34:28 -08:00