reed@reedloden.com
|
5a41512a76
|
Bug 375457 - "toDataURL has incorrect type-checking logic" (a simple test that just ensures we throw an exception when calling toDataURL with null and objects) [p=joe@drew.ca (Joe Drew [JOEDREW!])]
|
2008-03-18 12:55:12 -07:00 |
|
jst@mozilla.org
|
9585671944
|
Fixing bug 414291. Make window.open() ignore modal=yes for backwards compatibility. r+sr=bzbarsky@mit.edu and jonas@sicking.cc
|
2008-03-14 14:31:24 -07:00 |
|
jwalden@mit.edu
|
ca08279648
|
Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner
|
2008-02-26 19:48:54 -08:00 |
|
jonas@sicking.cc
|
28ea51311b
|
Bug 416534: Clean up cross-site xmlhttprequest security checks. With fixes to tests this time. r/sr=peterv
|
2008-02-26 19:45:29 -08:00 |
|
reed@reedloden.com
|
3f6307c963
|
Bug 409349 - [p=honzab@allpeers.com (Honza Bambas [mayhemer]) r=Enn sr=dveditz a1.9=damons a=blocking1.9+]
|
2008-02-26 17:01:01 -08:00 |
|
jwalden@mit.edu
|
eb18cf9339
|
Bug 417491 - Element.setAttribute(':', ...) throws DOMException INVALID_CHARACTER_ERR. r+sr=peterv, a=beltzner
|
2008-02-15 15:22:55 -08:00 |
|
jwalden@mit.edu
|
b101d622c5
|
Bug 411103 - document.createElement(bad) (and the NS version) throwing wrong exception. Fixes two acid3 tests as well. r=peterv, sr=jst, a=schrep
|
2008-02-11 20:14:57 -08:00 |
|
jruderman@hmc.edu
|
540eb8d43d
|
Add mochitest
|
2008-02-09 02:35:51 -08:00 |
|
jruderman@hmc.edu
|
8773920852
|
Add mochitest for "new HTMLDocument()" throwing and not asserting
|
2008-02-08 16:24:43 -08:00 |
|
martijn.martijn@gmail.com
|
d5d52613f5
|
Mochitest for bug 397571, r=martijn.martijn
|
2007-12-21 06:42:27 -08:00 |
|
mrbkap@gmail.com
|
13991274ed
|
Fix mochitest fallout from bug 396849
|
2007-12-18 13:56:14 -08:00 |
|
ted.mielczarek@gmail.com
|
9a39d2a052
|
bug 400204 - window.innerWidth throws exception when called on a non-displayed frame (mochitest). r=jst
|
2007-12-04 08:52:23 -08:00 |
|
ted.mielczarek@gmail.com
|
f431c09abe
|
bug 400204 - window.innerWidth throws exception when called on a non-displayed frame (mochitest). r=jst
|
2007-12-04 08:45:15 -08:00 |
|
dcamp@mozilla.com
|
e11a6d3ab8
|
Bug 405479: fix race condition in test for bug 377539. r=bz
|
2007-11-26 20:08:19 -08:00 |
|
bzbarsky@mit.edu
|
21f77ba426
|
Adding test.
|
2007-11-23 15:31:51 -08:00 |
|
jwalden@mit.edu
|
7e7bb50612
|
Bug 389366 - Canvas's .getImageData is returning premultiplied alpha pixels. r=dolske on my mochitestification of the test he wrote but was too slackerly to convert to a Mochitest :-P
|
2007-10-29 14:30:45 -07:00 |
|
bzbarsky@mit.edu
|
d6e8ce696e
|
Fix a few scriptable helpers to correctly communicate NS_SUCCESS_I_DID_SOMETHING. Bug 396843, r+sr+a=jst
|
2007-09-28 07:28:16 -07:00 |
|
bzbarsky@mit.edu
|
849cc79a20
|
Adding test.
|
2007-09-20 20:39:37 -07:00 |
|
jwalden@mit.edu
|
c26dc0ef2c
|
Bug 393974 - Tree walkers leak with a non-null filter. r=smaug, sr=sicking, a=blocking1.9
|
2007-08-28 16:42:41 -07:00 |
|
jst@mozilla.org
|
640a4e236d
|
Backing out tests to fix orange.
|
2007-08-06 17:30:30 -07:00 |
|
jst@mozilla.org
|
3f1f82a2c5
|
Landing tests for bug 280959. Patch by mfenniak-moz@mathieu.fenniak.net, r=Olli.Pettay@gmail.com
|
2007-08-06 16:11:52 -07:00 |
|
ginn.chen@sun.com
|
d0ed3cca65
|
Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore
|
2007-08-05 20:22:32 -07:00 |
|
bzbarsky@mit.edu
|
a376eec6d6
|
Adding test.
|
2007-07-16 10:41:29 -07:00 |
|
peterv@propagandism.org
|
8c31a7fcae
|
Fix for bug 384122 (QueryInterface shouldn't be enumerable on DOM interface objects). r/sr=jst.
|
2007-06-14 03:03:44 -07:00 |
|
peterv@propagandism.org
|
d360df857f
|
Test for bug 370098 (Some constructors raise a "XXX is not a function" exception when called (DOMParser, XMLSerializer, XMLHttpRequest, XPathEvaluator, XSLTProcessor)). r=jst.
|
2007-05-25 09:06:02 -07:00 |
|
mats.palmgren@bredband.net
|
bb00d5de98
|
Mochitest for bug 377539. b=377539 r=bzbarsky
|
2007-05-09 06:27:59 -07:00 |
|
bzbarsky@mit.edu
|
f7a3d5590c
|
Allow getting the lineNumber of XPConnect expceptions. Bug 291377, r=sicking,sr=jst. r=mrbkap, sr=jst for the test.
|
2007-04-26 21:19:11 -07:00 |
|
sayrer@gmail.com
|
b80cfd9871
|
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
|
2007-04-16 08:18:50 -07:00 |
|