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 upAdd attributes for canvas shadows. #6337
Conversation
highfive
commented
Jun 11, 2015
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @mbrubeck (or someone else) soon. |
hoppipolla-critic-bot
commented
Jun 11, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/5241 This is an external review system which you may optionally use for the code review of your pull request. In order to help critic track your changes, please do not make in-place history rewrites (e.g. via |
|
Isn't it weird to just support the attributes but not actually do anything with them? Is the next step more significant to implement and that's why you submitted that part for now? Apart from that and a few nits, I'll happily r+ it. -S-awaiting-review +S-awaiting-answer +S-needs-code-changes Review status: all files reviewed, 9 unresolved discussions, all commit checks successful.
components/canvas/canvas_paint_task.rs, line 175 [r1] (raw file): components/script/dom/canvasrenderingcontext2d.rs, line 1069 [r1] (raw file): components/script/dom/canvasrenderingcontext2d.rs, line 1073 [r1] (raw file): components/script/dom/canvasrenderingcontext2d.rs, line 1078 [r1] (raw file): components/script/dom/canvasrenderingcontext2d.rs, line 1082 [r1] (raw file): components/script/dom/canvasrenderingcontext2d.rs, line 1087 [r1] (raw file): components/script/dom/canvasrenderingcontext2d.rs, line 1091 [r1] (raw file): components/script/dom/canvasrenderingcontext2d.rs, line 1096 [r1] (raw file): components/script/dom/canvasrenderingcontext2d.rs, line 1102 [r1] (raw file): Comments from the review on Reviewable.io |
|
@bors-servo: r+ No problem, given many things are unimplemented anyway everywhere it doesn't matter much whether the thing is complete or not. -S-awaiting-answer -S-awaiting-review +S-awaiting-merge Review status:
Comments from the review on Reviewable.io |
|
|
The first step of the implementation for shadows in canvas. r? @nox @jdm cc @yichoi <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6337) <!-- Reviewable:end -->
|
|
|
I couldn't reproduce /css21_dev/html4/absolute-replaced-height-014.htm fail on my linux desktop. |
|
@bors-servo: retry |
|
|
|
|
The first step of the implementation for shadows in canvas. r? @nox @jdm cc @yichoi <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6337) <!-- Reviewable:end -->
hyowon commentedJun 11, 2015
The first step of the implementation for shadows in canvas.
r? @nox @jdm
cc @yichoi