Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUpdate some canvas properties as enums instead of DOMString #9689
Conversation
highfive
commented
Feb 18, 2016
|
@jdm In |
|
Yep; I don't expect your build to succeed without that change. |
|
@Ms2ger Does this change make sense? |
|
@saurvs There are still build errors, so there's some more work to do. Are you building locally? |
|
|
@jdm The build works now. |
| @@ -194,4 +200,3 @@ interface CanvasPathMethods { | |||
| // double rotation, double startAngle, double endAngle, | |||
| // boolean anticlockwise); | |||
| }; | |||
|
|
|||
This comment has been minimized.
This comment has been minimized.
|
@saurvs Thanks! This looks great; I can't think of any way to avoid the conversion between the two enum values, since |
|
@bors-servo r=jdm |
|
|
Update some canvas properties as enums instead of DOMString Fixes #9617 I'm going to incrementally rollout commits and squash them finally. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9689) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
Update some canvas properties as enums instead of DOMString Fixes #9617 I'm going to incrementally rollout commits and squash them finally. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9689) <!-- Reviewable:end -->
|
|
saurvs commentedFeb 18, 2016
Fixes #9617
I'm going to incrementally rollout commits and squash them finally.