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 upCanvas: implement global composition and blending. #5757
Conversation
hoppipolla-critic-bot
commented
Apr 20, 2015
|
Critic review: https://critic.hoppipolla.co.uk/r/4731 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 |
|
|
|
Reviewed files:
components/script/dom/canvasrenderingcontext2d.rs, line 425 [r1] (raw file): components/script/dom/canvasrenderingcontext2d.rs, line 434 [r1] (raw file): Comments from the review on Reviewable.io |
|
Reviewed files:
Comments from the review on Reviewable.io |
|
Squashed and rebased. |
|
@bors-servo: r+ |
|
|
|
|
Implements https://html.spec.whatwg.org/multipage/scripting.html#dom-context-2d-globalcompositeoperation. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5757) <!-- Reviewable:end -->
|
|
|
|
Hm, it's weird that just that one test fails. I can't test on Mac, should I restore the test for now? |
|
It failed on Linux, too: http://build.servo.org/builders/linux2/builds/1508/steps/shell_1/logs/stdio (the other crash there appears to be an intermittent problem opening the X display) |
|
Ok, I removed that test for now. |
|
@bors-servo: r+ |
|
|
Implements https://html.spec.whatwg.org/multipage/scripting.html#dom-context-2d-globalcompositeoperation. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/5757) <!-- Reviewable:end -->
|
|
|
@bors-servo: retry |
mmatyas commentedApr 20, 2015
Implements https://html.spec.whatwg.org/multipage/scripting.html#dom-context-2d-globalcompositeoperation.