Mounir Lamouri
|
5c636d8313
|
Bug 610212 - canvas.width and canvas.height should be reflected as unsigned int. r=jst
|
2011-03-25 12:40:55 +01:00 |
|
Robert O'Callahan
|
82c852c903
|
Bug 638241. Test that painting an <img>, changing its src attribute and then painting the <img> again paints the new image.
|
2011-03-24 16:13:58 +13:00 |
|
Benoit Jacob
|
be066bd5d0
|
Bug 635059 - Update WebGL test suite to version 1.0.0 from khronos.org - a=NPOTB
|
2011-03-03 11:02:36 -05:00 |
|
Benoit Jacob
|
e7797b975e
|
Bug 636613 - Let WebGL mochitest run on Windows XP - r=jrmuizel, a=joe
|
2011-03-01 17:25:22 -05:00 |
|
Wes Johnston
|
1ae3289ab2
|
backout logging for bug 634532 a=cleanup-test, DONTBUILD
|
2011-02-17 11:33:50 -08:00 |
|
Wes Johnston
|
6f5dee4313
|
Bug 634532 - Add some logging to debug random oranges r=dougt, a=input-is-good
|
2011-02-16 09:45:26 -08:00 |
|
Benoit Jacob
|
bf6803e6ae
|
Bug 634032 - remove FIXME in test list filenames - r=vlad, a=joe
--HG--
rename : content/canvas/test/webgl/00_testFIXME_list.txt => content/canvas/test/webgl/00_test_list.txt
rename : content/canvas/test/webgl/conformance/00_testFIXME_list.txt => content/canvas/test/webgl/conformance/00_test_list.txt
|
2011-02-14 16:39:55 -05:00 |
|
Benoit Jacob
|
f1f9b80cdd
|
Bug 631643 - Check for ARB_ES2_compatibility before using it, fix MAX_VARYING_VECTORS emulation, clean up getParameters - r=vlad, a=jrmuizel
|
2011-02-11 18:11:30 -05:00 |
|
Benoit Jacob
|
7f6e80fbdd
|
Bug 633622 - Make the webgl mochitest use ANGLE on test machines - r=vlad, a=hardblocker
|
2011-02-14 12:04:54 -05:00 |
|
Benoit Jacob
|
414569f071
|
oops -- fix list of webgl tests expected to fail -- r+a=bustage
|
2011-02-12 17:12:08 -05:00 |
|
Benoit Jacob
|
b0a4e99d3c
|
Bug 632546 - pass is-object test - r=vlad, a=jrmuizel
|
2011-02-11 18:11:30 -05:00 |
|
Kyle Huey
|
9132ccf4bc
|
Backout
|
2011-02-11 23:08:16 -05:00 |
|
Benoit Jacob
|
aeb24b4fe0
|
Bug 632546 - pass is-object test - r=vlad, a=jrmuizel
|
2011-02-11 18:11:30 -05:00 |
|
Vladimir Vukicevic
|
1e4ebe844d
|
b=630177, update webgl tests for slice->subarray renaming, a=block
|
2011-02-01 17:43:55 -08:00 |
|
Jonas Sicking
|
e0cf36d329
|
Backed out changesets 808970eca6d5 and 84c8b33619e0 due to continued orange. a=bustage
|
2011-02-01 16:45:54 -08:00 |
|
Jonas Sicking
|
bf711df83f
|
Fix orange from bug 630117. a=bustage
|
2011-02-01 16:19:22 -08:00 |
|
Ms2ger
|
c73a5e40aa
|
Bug 630036 - Throw NOT_SUPPORTED_ERR instead of SYNTAX_ERR when calling cx.create{Linear|Radial}Gradient with non-finite values; r+a=roc
|
2011-02-02 08:48:57 +13:00 |
|
Ms2ger
|
057761e85c
|
Bug 630062 - Don't throw on setting lineWidth and ignore non-positive values; r+a=roc
|
2011-02-02 08:47:24 +13:00 |
|
Ms2ger
|
efa9ee5a7b
|
Bug 630056 - Don't throw on setting miterLimit and ignore non-positive values; r+a=roc
|
2011-02-02 08:46:44 +13:00 |
|
Ms2ger
|
1a2ff9c3c4
|
Bug 630068 - Throw when attempting to create an arc with a negative radius; r+a=roc
|
2011-02-02 08:45:48 +13:00 |
|
Benoit Jacob
|
0e625ec75b
|
Bug 629933 - WebGL mochitest mistakenly disabled on Mac OS 10.6 - r=vlad, a=obviously-should-be-blocking2.0
|
2011-01-29 22:31:21 -05:00 |
|
Benoit Jacob
|
b5bb1fe80d
|
Bug 628403 - rename webgl.prefer_gl to webgl.prefer-native-gl - r=vlad, a=joe
|
2011-01-28 21:12:25 -05:00 |
|
Benoit Jacob
|
950ed5f435
|
Bug 628403 - introduce webgl.force-enabled and webgl.disabled prefs - r=vlad, a=joe
|
2011-01-28 21:12:24 -05:00 |
|
Benoit Jacob
|
95e9471ced
|
CLOSED TREE - Bug 629396 - update list of failing webgl tests after driver update on test slaves to fix WebGL mochitest failures - r+a=bustage
|
2011-01-27 12:26:11 -05:00 |
|
David Mandelin
|
46f9ff2b07
|
Bug 628612 followup: fix mochitest that assumes constructors are non-configurable, r=orange, a=blocker
|
2011-01-25 18:57:59 -08:00 |
|
Benoit Jacob
|
80aa7bed71
|
Bug 626996 - WebGL tests shouldn't be loading pages from the Internet - r=ehsan a=jrmuizel
--HG--
extra : rebase_source : c5760b5cedd4077a5e3d01985f9f0bbd103d1924
|
2011-01-20 17:24:47 -05:00 |
|
Benoit Jacob
|
65754f9740
|
CLOSED TREE Bug 582053 - that test fails on windows - r+a=bustage
|
2011-01-14 16:17:00 -05:00 |
|
Benoit Jacob
|
62991b997f
|
Bug 582053 - gl-teximage passes now, remove from failing-tests list - r+a=bustage
|
2011-01-14 14:21:15 -05:00 |
|
Benoit Jacob
|
6afc30e375
|
Bug 582053 - Integrate WebGL conformance suite as a mochitest - r=vlad, a=blocking2.0
--HG--
rename : content/canvas/test/webgl/failing_tests.txt => content/canvas/test/webgl/failing_tests_linux.txt
|
2011-01-14 13:40:05 -05:00 |
|
Boris Zbarsky
|
423b8adc19
|
Bug 613794. Throw a reasonable exception when passed bogus imagedata. r=vlad
|
2011-01-14 10:34:39 -05:00 |
|
Vladimir Vukicevic
|
1160e65f4c
|
[no bug]; update webgl test; a=npotb
|
2010-12-22 19:25:48 -08:00 |
|
Vladimir Vukicevic
|
5a5c544bbf
|
b=619798; upgrade ANGLE to r511; r+a=vlad
|
2010-12-16 12:49:06 -08:00 |
|
Saint Wesonga
|
ede18c4434
|
Bug 498826 - Implement optional putImageData arguments. r+a=vlad
|
2010-12-04 16:44:26 +01:00 |
|
Vladimir Vukicevic
|
2a475c1a6c
|
update in-tree webgl conformance tests copy; r=npotb
|
2010-12-03 14:44:01 -08:00 |
|
Vladimir Vukicevic
|
5f7897cd98
|
b=612334; update in-tree webgl tests from svn; npotb
|
2010-11-16 20:33:04 -08:00 |
|
Vladimir Vukicevic
|
36f8014890
|
b=539771; Add support for context attribs to canvas; r=jmuizelaar
|
2010-11-16 20:33:03 -08:00 |
|
Benoit Jacob
|
ab9bf7d5a8
|
Bug 607774 - Implement the spec on Renderbuffers and Framebuffers - r=vladimir
|
2010-11-05 15:57:58 -04:00 |
|
Ms2ger
|
5427337c29
|
Bug 589581 - Don't throw on non-finite values in canvas2Dcontext.isPointInPath; r+a=vlad
|
2010-10-17 20:24:31 +02:00 |
|
Benoit Jacob
|
f2663173fe
|
Bug 593496 - Fix WebGL textures: conversions, flipping, premultiplication, unpack alignment - r=vladimir
|
2010-10-15 17:50:15 -04:00 |
|
Vladimir Vukicevic
|
d6d667fe54
|
Update in-tree WebGL test suite to r12629
|
2010-10-09 12:44:24 -07:00 |
|
Vladimir Vukicevic
|
5585ebca9f
|
b=582053; integrate webgl confromance suite as mochitest, angle followup; r=bjacob
|
2010-09-13 08:53:52 -07:00 |
|
Justin Wood
|
71fa9278b0
|
Bug 600767 - [SeaMonkey] Linux Mochi-1 test_2d.composite.uncovered.image.destination-atop.html failing. r=khuey f=vlad a=NPOTB
|
2010-10-01 01:24:40 -04:00 |
|
Boris Zbarsky
|
a6899e1701
|
Fix this test to deal better with float rounding issues. Followup to bug 587106, a=bustage
|
2010-10-06 23:41:34 -04:00 |
|
Boris Zbarsky
|
7b56db1ca0
|
Followup for bug 587106. Update test to the new syntax. a=bustage
|
2010-10-06 22:40:41 -04:00 |
|
Boris Zbarsky
|
22c696308a
|
Bug 587106. Make the alpha value of strokeStyle and company correct even for small alpha values. r=vlad, a=vlad
|
2010-10-06 21:01:37 -04:00 |
|
Masatoshi Kimura
|
57f204e676
|
b=600120; fix canvas composite.uncovered.image tests; r+a=vlad
|
2010-09-29 15:24:40 -07:00 |
|
Vladimir Vukicevic
|
b0850c29d5
|
b=599698; remove UpdateSurfaceClip speedtrap in canvas drawImage; r+a=shaver
|
2010-09-25 23:57:56 -07:00 |
|
Kyle Huey
|
a9713881d1
|
Bug 565843: Implement <canvas>.mozGetAsFile(name, type). r+a=sicking
--HG--
extra : rebase_source : 1a7a635dc5a7da047967d8feb57d637e83027618
|
2010-09-17 21:14:59 -04:00 |
|
Vladimir Vukicevic
|
c3fb6786b3
|
b=593850; [webgl] fix bad-arguments and null-object-behaviour tests; r=bjacob, a=b
|
2010-09-13 08:57:25 -07:00 |
|
Vladimir Vukicevic
|
c3b2630ecb
|
b=593850; [webgl] remove bogus webgl debug utils from tests; r=bjacob
|
2010-09-13 08:56:13 -07:00 |
|