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 |
enndeakin@sympatico.ca
|
25cefc8b5c
|
Bug 389083, domstorage tests not outputing results, r=sayrer
|
2007-08-10 14:44:28 -07:00 |
sayrer@gmail.com
|
88fd7d975f
|
Bug 375543. Add better diagnostics to failures. Patch by John Resig. r=sayrer
|
2007-08-08 22:48:58 -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 |
dcamp@mozilla.com
|
315b797f8f
|
disable some offline tests with problems, b=390494, r=vlad, a=damons
|
2007-08-01 11:46:32 -07:00 |
dcamp@mozilla.com
|
5e7a58ed01
|
move the offline cache update logic from the content sink and prefetch service into an nsOfflineCacheUpdate object. bug=388839, r=biesi, sr=jst
|
2007-07-24 22:35:39 -07:00 |
bzbarsky@mit.edu
|
a376eec6d6
|
Adding test.
|
2007-07-16 10:41:29 -07:00 |
jwalden@mit.edu
|
96d6e02092
|
I think I figured out the problem with bug 384192; the code added to quit.js is also used in the browser tests, but it triggers an undefined-variable exception there, and I think the tests are getting killed by test timeout code that doesn't print a helpful 'tests timed out' message to give a little help determining the cause of the failure. We shall see...
|
2007-07-12 20:38:31 -07:00 |
jwalden@mit.edu
|
a94c420ce1
|
Fix line endings.
|
2007-07-12 17:17:38 -07:00 |
jwalden@mit.edu
|
04d9e6523f
|
Back out 384192.
|
2007-07-12 01:46:07 -07:00 |
jwalden@mit.edu
|
13dd7e4db5
|
Bug 384192 - Mochitest needs to support subdomain tests; use a proxy hack to pretend the tests are available on example.com, example.org, and various subdomains of each, on various ports, to satisfy this need. r=robcee
|
2007-07-11 22:38:47 -07:00 |
dcamp@mozilla.com
|
c164c6d8ce
|
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
|
2007-07-08 23:19:27 -07:00 |
dcamp@mozilla.com
|
95ba46800c
|
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
|
2007-07-08 15:15:51 -07:00 |
sdwilsh@shawnwilsher.com
|
6be8f4a7a6
|
Bug 386109 - Integrate jQuery Test Suite (adding missing file). Patch by John Resig <jresig@mozilla.com>. r=rcampbell
|
2007-06-29 08:53:36 -07:00 |
rcampbell@mozilla.com
|
6be3469a7d
|
bug 386109 - Integrate jQuery Test Suite, patch by John Resig <jresig@mozilla.com>, r+=robcee
|
2007-06-29 08:10:42 -07:00 |
rcampbell@mozilla.com
|
17e9b76199
|
bug 381001 - Integrate Scriptaculous Test Suite, patch by John Resig <jresig@mozilla.com>, r+=me
|
2007-06-27 10:04:26 -07:00 |
rcampbell@mozilla.com
|
a3053a5716
|
bug 379506, Integrate MochiKit Test Suite, patch by John Resig, <jresig@mozilla.com>
|
2007-06-21 07:13:56 -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 |
jonas@sicking.cc
|
3c3e037df3
|
Bug 383511: Support multi-domain tests in mochitest. r=sayrer
|
2007-06-11 14:55:28 -07:00 |
rcampbell@mozilla.com
|
128b67ed11
|
Commenting MochiKit until fixed on Linux
|
2007-06-07 09:59:24 -07:00 |
rcampbell@mozilla.com
|
83351e6d71
|
Fixed case error in Makefile
|
2007-06-06 14:29:18 -07:00 |
rcampbell@mozilla.com
|
b3691a838e
|
More makefile oddness
|
2007-06-06 14:15:37 -07:00 |
rcampbell@mozilla.com
|
e2bd7f75dc
|
Spaces in Makefile.in, entabified
|
2007-06-06 13:59:40 -07:00 |
rcampbell@mozilla.com
|
b9231f4081
|
Bug 379506 - Integrate MochiKit Test Suite, patch by John Resig <jresig@mozilla.com>
|
2007-06-06 13:33:16 -07:00 |
roc+@cs.cmu.edu
|
1e64c60d76
|
Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst
|
2007-05-29 02:45:30 -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 |
enndeakin@sympatico.ca
|
69e3219864
|
Bug 371127, add a test for domstorage in chrome, r=sayrer
|
2007-04-26 08:35:57 -07:00 |
sayrer@gmail.com
|
30f03c5271
|
bug 375543. One last resource in the Makefile to fix bustage.
|
2007-04-23 22:25:13 -07:00 |
sayrer@gmail.com
|
ad4a34a327
|
bug 375543. alter Makefiles to prevent Windows bustage.
|
2007-04-23 21:41:41 -07:00 |
sayrer@gmail.com
|
78fb404c9f
|
Add Prototype.js library unit tests. Hopefully the first of many AJAX test suites. Patch by John Resig <jresig@mozilla.com>. r=sayrer
|
2007-04-23 21:01:42 -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 |
sayrer%gmail.com
|
f439f34685
|
bug 371581. Add dom-level2-core. r=rcampbell
|
2007-02-28 22:59:26 +00:00 |
benjamin%smedbergs.us
|
a378b2fef3
|
The shared rule doesn't work sometimes... I'm not sure why.
|
2007-02-28 21:47:28 +00:00 |
benjamin%smedbergs.us
|
e82eaa2843
|
More followup from bug 360998, for Windows stupidity, r=sayrer
|
2007-02-28 19:50:14 +00:00 |
sayrer%gmail.com
|
f86b76cdc2
|
bug 360998. bustage fix: windows nsinstall has file limit that is too low for us, so split the install directives into three parts.
|
2007-02-24 04:15:07 +00:00 |
sayrer%gmail.com
|
cf9cf44995
|
bug 360998. bustage fix.
|
2007-02-24 03:31:46 +00:00 |
sayrer%gmail.com
|
9568d689f3
|
bug 360998. skip make for now because nsinstall can't handle it
|
2007-02-24 02:31:16 +00:00 |
sayrer%gmail.com
|
bea8dac851
|
bug 360998. add a whole lot of dom tests. r=rcampbell
|
2007-02-24 02:05:59 +00:00 |
sayrer%gmail.com
|
ee97ef0b74
|
bug 360998. add a whole lot of dom tests. r=rcampbell
|
2007-02-24 01:51:16 +00:00 |
timeless%mozdev.org
|
97d86b0df2
|
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
|
2006-08-28 20:12:37 +00:00 |
mhammond%skippinet.com.au
|
d080f2939a
|
Fix 345521: "return 0" in handler cancels events, r/sr=bz
|
2006-08-06 09:29:10 +00:00 |
gerv%gerv.net
|
9d2ee4928c
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-17 21:52:36 +00:00 |
gerv%gerv.net
|
1b8510e564
|
License changes, take 2. Bug 98089. mozilla/dom/.
|
2001-09-25 22:43:09 +00:00 |