jwalden@mit.edu
|
dc650f5892
|
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
|
dbb68e119d
|
Bug 389083, domstorage tests not outputing results, r=sayrer
|
2007-08-10 14:44:28 -07:00 |
sayrer@gmail.com
|
dfd77a09fd
|
Bug 375543. Add better diagnostics to failures. Patch by John Resig. r=sayrer
|
2007-08-08 22:48:58 -07:00 |
jst@mozilla.org
|
5af0e0a0f3
|
Backing out tests to fix orange.
|
2007-08-06 17:30:30 -07:00 |
jst@mozilla.org
|
8b30196330
|
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
|
6f5f621c9e
|
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
|
5af1e8112d
|
disable some offline tests with problems, b=390494, r=vlad, a=damons
|
2007-08-01 11:46:32 -07:00 |
dcamp@mozilla.com
|
e6fea393ca
|
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
|
fb37999c13
|
Adding test.
|
2007-07-16 10:41:29 -07:00 |
jwalden@mit.edu
|
603ac1a170
|
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
|
70b85a68a9
|
Fix line endings.
|
2007-07-12 17:17:38 -07:00 |
jwalden@mit.edu
|
a37e39d744
|
Back out 384192.
|
2007-07-12 01:46:07 -07:00 |
jwalden@mit.edu
|
2c73b2927f
|
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
|
b65e2cfdf1
|
implement navigator.pendingOfflineLoads. b=372969, r=biesi, r+sr=jst
|
2007-07-08 23:19:27 -07:00 |
dcamp@mozilla.com
|
08e612af60
|
implement navigator.isLocallyAvailable. b=373231, r=biesi, sr=jst
|
2007-07-08 15:15:51 -07:00 |
sdwilsh@shawnwilsher.com
|
10bfa22e47
|
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
|
1c2e8dfb6d
|
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
|
d2c4559ce8
|
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
|
84df55536a
|
bug 379506, Integrate MochiKit Test Suite, patch by John Resig, <jresig@mozilla.com>
|
2007-06-21 07:13:56 -07:00 |
peterv@propagandism.org
|
e9e745dee8
|
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
|
fdf2d5e3ae
|
Bug 383511: Support multi-domain tests in mochitest. r=sayrer
|
2007-06-11 14:55:28 -07:00 |
rcampbell@mozilla.com
|
74cb36be7e
|
Commenting MochiKit until fixed on Linux
|
2007-06-07 09:59:24 -07:00 |
rcampbell@mozilla.com
|
6437b75480
|
Fixed case error in Makefile
|
2007-06-06 14:29:18 -07:00 |
rcampbell@mozilla.com
|
72bc663206
|
More makefile oddness
|
2007-06-06 14:15:37 -07:00 |
rcampbell@mozilla.com
|
b2bb196dcd
|
Spaces in Makefile.in, entabified
|
2007-06-06 13:59:40 -07:00 |
rcampbell@mozilla.com
|
6aaed9c7ce
|
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
|
1d3bab895f
|
Bug 372970. Implement navigator.offlineResources. patch by Dave Camp, r+sr=jst
|
2007-05-29 02:45:30 -07:00 |
peterv@propagandism.org
|
abe3250204
|
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
|
905e553678
|
Mochitest for bug 377539. b=377539 r=bzbarsky
|
2007-05-09 06:27:59 -07:00 |
bzbarsky@mit.edu
|
5c2ca46104
|
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
|
c8efffd512
|
Bug 371127, add a test for domstorage in chrome, r=sayrer
|
2007-04-26 08:35:57 -07:00 |
sayrer@gmail.com
|
add95e671c
|
bug 375543. One last resource in the Makefile to fix bustage.
|
2007-04-23 22:25:13 -07:00 |
sayrer@gmail.com
|
26dd6880f7
|
bug 375543. alter Makefiles to prevent Windows bustage.
|
2007-04-23 21:41:41 -07:00 |
sayrer@gmail.com
|
6654c863ab
|
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
|
873351be9a
|
Bug 368994. move mochitests near the code they test. round 7. r=bzbarsky
|
2007-04-16 08:18:50 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
dcamp%mozilla.com
|
320366d6a9
|
Bug 422264: retrieving iterator of applicationCache throws NS_ERROR_DOM_INVALID_STATE_ERR. r+sr=jst, a=beltzner
|
2008-07-01 03:44:42 +00:00 |
gavin%gavinsharp.com
|
2ebb8cc96b
|
Bug 431986: ApplicationCache doesn't implement EventTarget, patch by dcamp@mozilla.com, r+sr=jst, a=schrep
|
2008-05-09 00:10:50 +00:00 |
gavin%gavinsharp.com
|
cbba1ad38b
|
Bug 432055: applicationCache.status is 0 through the update process, patch by dcamp@mozilla.com, r+sr=jst, a=schrep
|
2008-05-09 00:09:27 +00:00 |
gavin%gavinsharp.com
|
45bd850b03
|
Re-enable these tests now that there's another xserve collecting core dumps (bug 432471)
|
2008-05-08 22:00:36 +00:00 |
gavin%gavinsharp.com
|
36491fec4d
|
Disable these again to try and work around the crashes (bug 432729)
|
2008-05-08 01:06:32 +00:00 |
gavin%gavinsharp.com
|
6b15c25e25
|
Reenabled these tests now that we have code dumps enabled on the crashing machine (bug 432471)
|
2008-05-07 20:07:04 +00:00 |
gavin%gavinsharp.com
|
e8e1a76f91
|
Disable test_characterdatagetlength.html to see whether it fixes the bm-xserve01 crashes (bug 432471)
|
2008-05-07 19:53:48 +00:00 |
gavin%gavinsharp.com
|
5f74d559ff
|
Disable test_characterdatagetdata.html to see whether it fixes the bm-xserve01 crashes (bug 432471, a=jimm)
|
2008-05-07 19:08:50 +00:00 |
jwalden%mit.edu
|
abed574f4f
|
Bug 430251 - Update to latest HTML5 and make postMessage dispatch its event asynchronously, as well as dispatch at the window, not the document. r=jst, r=smaug, sr=sicking, a=damons, c=cookie
|
2008-05-02 19:26:50 +00:00 |
Olli.Pettay%helsinki.fi
|
93242f36db
|
Bug 430276, new XMLHttpRequest() after document.write throws an exception, patch2, r+sr=jst, a=beltzner
|
2008-04-29 19:22:24 +00:00 |
Olli.Pettay%helsinki.fi
|
4b93660a65
|
Bug 430276, new XMLHttpRequest() after document.write throws an exception, r+sr=jst, a=beltzner
|
2008-04-25 09:45:59 +00:00 |
dolske%mozilla.com
|
5a5395ac6a
|
Bug 427878 - mochitest crash in test_HTMLBodyElement08.html (disabling tests until a cause is found)
|
2008-04-22 22:00:07 +00:00 |
dcamp%mozilla.com
|
949505d29b
|
Bug 425792: Properly update and use expiration times when updating the offline cache. r/sr=biesi, b1.9=damons
|
2008-04-09 05:22:35 +00:00 |
bmlk%gmx.de
|
b3d40a273f
|
disable dom html2 on mac
|
2008-03-30 12:26:03 +00:00 |