servo/components
bors-servo 0fc0db67c6 Auto merge of #12680 - Manishearth:basic-shape, r=SimonSapin
style: Add support for parsing and serialization of <basic-shape>s

Still WIP: I still need to use this somewhere and make serialization minimal. I'm not sure if I should do either in this PR.
The only other browser that handles basic shapes doesn't serialize correctly either (https://bugzilla.mozilla.org/show_bug.cgi?id=1290864), so that's not something we need to get done now.

As far as using this somewhere, I have the following options:

 - Merge this now, work on using it in stylo in a followup.
 - Just write extensive unit tests for parsing/serialization for now (stylo in a followup)
 - Use this for clip-path in stylo only (which I intend to do anyway, just not sure if I should do it in this PR)
 - Use this for clip-path in Servo (I'd rather not do this; this would be a huge change requiring a lot more layout knowledge than I currently have)

Thoughts? Review? @SimonSapin @bholley

<!-- 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/12680)
<!-- Reviewable:end -->
2016-08-05 06:27:24 -05:00
..
canvas Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
canvas_traits Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
compositing Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
constellation Implement history.length 2016-08-03 11:42:31 -06:00
devtools Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
devtools_traits Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
gfx Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
gfx_traits Update Rust to 1.12.0-nightly (9316ae515 2016-07-24) 2016-07-26 19:35:51 +02:00
layout Auto merge of #12680 - Manishearth:basic-shape, r=SimonSapin 2016-08-05 06:27:24 -05:00
layout_thread Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
layout_traits Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
msg Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
net Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
net_traits Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
plugins Update Rust to 1.12.0-nightly (9316ae515 2016-07-24) 2016-07-26 19:35:51 +02:00
profile Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
profile_traits Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
range Update Rust to 1.12.0-nightly (9316ae515 2016-07-24) 2016-07-26 19:35:51 +02:00
script Implement Window.postMessage for same-origin windows. 2016-08-04 11:52:26 +02:00
script_layout_interface style: Refactor TRestyleDamage and TNode to accept/provide a "style source" 2016-08-03 13:31:11 -07:00
script_traits Implement history.length 2016-08-03 11:42:31 -06:00
servo Auto merge of #12295 - jimberlage:12158/shell-linting, r=aneeshusa 2016-08-04 12:31:17 -05:00
style Auto merge of #12680 - Manishearth:basic-shape, r=SimonSapin 2016-08-05 06:27:24 -05:00
style_traits All our Cargo.toml files should contain an MPL-2.0 license field. 2016-07-14 10:26:34 -05:00
util Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00
webdriver_server Update cargo.lock for wr2, pin ipc-channel. 2016-08-03 10:44:10 +02:00