antonm@google.com
|
f68706e4c4
|
Initial work on ImageData.data.
R=blois@google.com,efortuna@google.com,podivilov@chromium.org,sra@google.com
Review URL: https://codereview.chromium.org//12036013
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17526 260f80e4-7a28-3924-810f-c04153c831b5
|
2013-01-24 08:25:37 +00:00 |
|
blois@google.com
|
8a60c38f6b
|
Marking canvas test as pass so I can figure out what tolerances need to be adjusted.
This test appears to be failing on IE because of rounding errors, but I cannot repro locally.
BUG=
Review URL: https://codereview.chromium.org//11705002
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@16561 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-12-28 23:12:40 +00:00 |
|
gram@google.com
|
981c4b11df
|
Restructure pkg/unittest and pkg/webdriver to follow the pub conventions.
This means all imports of unittest in our test code had to change to include 'lib' in the path.
While doing that change I changed the library/imports to the new syntax in the affected files.
Review URL: https://codereview.chromium.org//11301046
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@14443 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-11-01 23:09:47 +00:00 |
|
blois@google.com
|
8ad35fa9a6
|
Refactoring tests to run on Safari.
Basically there was redundancy between canvas_test and canvasrenderingcontext2d test, I removed this redundancy and kept the failing test in canvas_test, which is now essentially empty.
BUG=
Review URL: https://codereview.chromium.org//11085007
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13363 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-10-08 17:46:59 +00:00 |
|
blois@google.com
|
845c13e426
|
Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants.
This is the same as the earlier CL for this, which failed because of dartium build issues which have since been fixed by Anton.
BUG=4592
Review URL: https://codereview.chromium.org//11028068
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@13361 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-10-08 16:15:23 +00:00 |
|
blois@google.com
|
9cfdc2dddc
|
Revert "Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants."
This reverts commit 12972 because it was failing in dartium.
TBR=vsm
BUG=
Review URL: https://codereview.chromium.org//10996048
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12973 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-27 17:13:35 +00:00 |
|
blois@google.com
|
ab684728a8
|
Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants.
Original CL failed because:
Additional tests were marked as fail because they used the broken behavior. I've fixed these tests and removed their exclusions.
Argument types were mismatched, causing Dartium to fail.
BUG=4592
Review URL: https://codereview.chromium.org//10984055
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12972 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-27 16:39:36 +00:00 |
|
blois@google.com
|
adcd66064b
|
Revert "Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants."
This reverts commit 10979029.
This broke dartium (not sure why) and canvas_test, which actually relied on the broken behavior.
TBR=vsm
BUG=
Review URL: https://codereview.chromium.org//10983052
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12936 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-26 22:59:49 +00:00 |
|
blois@google.com
|
539fb987b1
|
Replacing non-portable CanvasRenderingContext.setFillColor with more portable variants.
BUG=4594
Review URL: https://codereview.chromium.org//10979029
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@12935 260f80e4-7a28-3924-810f-c04153c831b5
|
2012-09-26 22:37:35 +00:00 |
|