servo/components/style/properties
bors-servo ae2b74e1c9 Auto merge of #14653 - upsuper:bug1321176, r=Manishearth
stylo: Fix assertion for unresolvable url

<!-- Please describe your changes on the following line: -->
This is the Servo part of [bug 1321176](https://bugzilla.mozilla.org/show_bug.cgi?id=1321176), which has been reviewed by @emilio, @Manishearth, and @heycam.

r? @Manishearth

---
<!-- 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
- [ ] 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. -->

<!-- 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/14653)
<!-- Reviewable:end -->
2016-12-20 15:41:13 -08:00
..
helpers Make background-position a shorthand instead of a longhand 2016-12-15 01:36:30 +03:00
longhand Move {lower,upper}-alpha to extra_servo_values 2016-12-20 17:18:45 +11:00
shorthand Make background-position a shorthand instead of a longhand 2016-12-15 01:36:30 +03:00
build.py Use rust-phf to map strings to property IDs 2016-12-09 10:56:23 -10:00
data.py Support declaring keyword property Gecko coverage as inexhaustive. 2016-12-05 21:38:58 -10:00
declaration_block.rs Match on PropertyId (not strings) to parse a declaration. 2016-12-09 17:06:51 -10:00
gecko.mako.rs stylo: handle unresolved url value gracefully 2016-12-21 10:14:44 +11:00
helpers.mako.rs Introduce enums for identifying CSS properties. 2016-12-09 10:56:22 -10: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 Auto merge of #14581 - bholley:dont_traverse_xbl, r=heycam 2016-12-14 19:41:12 -08:00