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 upSimplify implementation of '<canvas>' 'width' and 'height' attributes. #8243
Conversation
|
Err, this isn't right; it needs a |
240a3b4
to
0aee24c
|
Should be fixed now. |
0aee24c
to
6e332db
|
-S-awaiting-review +S-needs-code-changes Reviewed 2 of 2 files at r1. components/script/dom/htmlcanvaselement.rs, line 126 [r1] (raw file): components/script/dom/htmlcanvaselement.rs, line 291 [r1] (raw file): Comments from the review on Reviewable.io |
|
Btw, I checked... This does fail all the tests. |
|
Addressed review comments. (And I'll try to be more careful about running tests before posting a patch in the future.) Review status: Comments from the review on Reviewable.io |
6e332db
to
6a7e6e7
|
components/script/dom/htmlcanvaselement.rs, line 129 [r2] (raw file): Comments from the review on Reviewable.io |
6a7e6e7
to
a2ed681
|
Updated. |
a2ed681
to
4fc0a66
|
@Ms2ger Ping. |
|
@bors-servo r+ |
|
|
Simplify implementation of '<canvas>' 'width' and 'height' attributes. Strictly speaking, this affects correctness for extremely large width and height values... but that's unlikely to matter in practice. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8243) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
Simplify implementation of '<canvas>' 'width' and 'height' attributes. Strictly speaking, this affects correctness for extremely large width and height values... but that's unlikely to matter in practice. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8243) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
eefriedman commentedOct 28, 2015
Strictly speaking, this affects correctness for extremely large width and height values... but that's unlikely to matter in practice.