kairo%kairo.at
|
6accfa81a8
|
bug 419826 - Make browser mochitests run on SeaMonkey, r=gavin
|
2008-02-28 21:36:30 +00:00 |
jwalden%mit.edu
|
7f2dda9b63
|
Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner
|
2008-02-27 03:48:56 +00:00 |
reed%reedloden.com
|
7f25c44ba2
|
Bug 418173 - "runtests.pl needs to do case insensitive expanding on windows" (Make the regex case insensitive) [p=bugspam.Callek@gmail.com (Justin Wood [Callek]) r=Waldo a1.9=beltzner]
|
2008-02-22 11:19:54 +00:00 |
reed%reedloden.com
|
b8158342ea
|
Bug 381956 - "xpcshell doesn't exit after closing browser window when running Mochitest" [p=sylvain.pasche@gmail.com (Sylvain Pasche) r+a1.9=sayrer]
|
2008-02-20 10:07:04 +00:00 |
surkov.alexander%gmail.com
|
f43ba250fc
|
Bug 416553 ��� option to run accessibility tests, r=rcampbell
|
2008-02-14 10:32:23 +00:00 |
surkov.alexander%gmail.com
|
c673da21c5
|
Back out bug 416553
|
2008-02-14 07:33:20 +00:00 |
surkov.alexander%gmail.com
|
5f21eff5f3
|
Bug 416553 ��� option to run accessibility tests, r=rcampbell
|
2008-02-14 06:20:03 +00:00 |
ajschult%verizon.net
|
d27cacd407
|
Bug 416570: runtests should not pull in bookmarks chrome, r=sayrer
|
2008-02-12 05:03:09 +00:00 |
jwalden%mit.edu
|
7723fcf9fb
|
Bug 414812 - document.domain = "0.0.1" on a page on 127.0.0.1 should not work. r=dwitte, sr=jst, a=schrep
|
2008-02-07 20:58:57 +00:00 |
reed%reedloden.com
|
f3f04a6849
|
Bug 414532 - "Mochitest broken on Cygwin" [p=honzab@allpeers.com (Honza Bambas) r=Waldo (test-only stuff)]
|
2008-02-06 21:30:24 +00:00 |
jwalden%mit.edu
|
5b3f1dd24a
|
Bug 387706 - Implement HTML5's cross-document messaging API (postMessage), enabling secure cross-origin communication between windows. r+sr=sicking, sr=jst, a=jst
|
2008-01-30 01:31:33 +00:00 |
sdwilsh%shawnwilsher.com
|
983bb01b87
|
Bug 414153 - browser-chrome tests do not run http server. r=sayrer
|
2008-01-27 03:22:18 +00:00 |
ccooper%deadsquid.com
|
c7f73d5474
|
b=397724
r=jonas
- allow passthrough of browser args to allow collection of malloc/leak logs
|
2007-12-24 17:32:39 +00:00 |
rcampbell%mozilla.com
|
55ea86d101
|
bug 404093 - broken mochitest on mac, p=robcee, r=gavin, sr=johnath
|
2007-11-20 21:12:23 +00:00 |
bzbarsky%mit.edu
|
0369fd3542
|
Add 4 more server names, two of which are not granted privs by default, to
facilitate testing of enablePrivilege.
|
2007-09-28 03:27:13 +00:00 |
myk%mozilla.org
|
0a3318e486
|
bug 390539: honor the --test-path option for browser chrome tests as well; r=gavin
|
2007-09-27 22:11:05 +00:00 |
myk%mozilla.org
|
d452b01892
|
bug 391137: when building a path to the httpd.js and server.js MochiTest scripts on Windows, add a directory separator between the root dir and appended dirs so two dirs don't run together, creating an invalid path r=gavin, r=sayrer
|
2007-08-21 22:01:40 +00:00 |
dbaron%dbaron.org
|
8e4071dd87
|
Add --setenv option for setting environment variables for browser only when running mochitests. b=391965 r=sayrer
|
2007-08-12 22:21:02 +00:00 |
jwalden%mit.edu
|
65ac9d5793
|
Bug 384192 - Simplify the approach to supporting cross-domain Mochitests by moving all the code into runtests.pl.in (so the harnesses don't have to do anything except use the profile created for them). r=robcee, approval not needed for testing changes during yellow
|
2007-08-10 19:04:54 +00:00 |
enndeakin%sympatico.ca
|
af6c2eab31
|
Bug 390809, disable warnOnQuit pref in tests, see if this fixes the orange tinderboxes, r=bsmedberg
|
2007-08-03 15:50:03 +00:00 |
vladimir%pobox.com
|
24b9fdca20
|
re-enable mochitests
|
2007-08-02 08:55:58 +00:00 |
vladimir%pobox.com
|
5b0d700d79
|
temporarily disable mochitest
|
2007-08-02 07:58:45 +00:00 |
jwalden%mit.edu
|
ff3a736684
|
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-13 03:38:32 +00:00 |
jwalden%mit.edu
|
efef992a97
|
Back out 384192.
|
2007-07-12 08:46:10 +00:00 |
jwalden%mit.edu
|
8eb492710d
|
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-12 05:38:48 +00:00 |
gavin%gavinsharp.com
|
f07bcd1adf
|
Bug 375469: new test framework to run tests in the browser window scope, r=sayrer
|
2007-07-09 16:24:15 +00:00 |
myk%mozilla.org
|
95678135a7
|
bug 384502: adds ability to start MochiTest's runtests.pl on a certain test or in a specific directory
r=sayrer
|
2007-06-15 05:42:06 +00:00 |
sayrer%gmail.com
|
ede1ebac68
|
change back to warn for mochitest
|
2007-05-16 03:27:37 +00:00 |
sayrer%gmail.com
|
bf05071a2a
|
leave profile dir until the next run. r=rcampbell on irc
|
2007-05-14 16:56:39 +00:00 |
sayrer%gmail.com
|
38d89f6c86
|
temporarily turn on assertion stacks for debugging
|
2007-05-03 18:23:09 +00:00 |
sayrer%gmail.com
|
815984ede7
|
Bug 379040. Test a new way of redirecting output. r=rcampbell
|
2007-05-03 16:44:48 +00:00 |
sayrer%gmail.com
|
bad2eed989
|
back out change for bug 379040, fails to pass Windows shell-escaping gauntlet.
|
2007-05-03 07:07:46 +00:00 |
sayrer%gmail.com
|
12c2bb3ea5
|
Bug 379040. capture stderr from mochitest for diagnostics on win2k3. r=rhelmer
|
2007-05-03 06:36:51 +00:00 |
sayrer%gmail.com
|
4adfda5fcb
|
Increase server startup timeout.
|
2007-04-21 03:27:59 +00:00 |
sayrer%gmail.com
|
7aae9d41ec
|
Bug 377794. disable slow script dialog in mochitest prefs. r=rcampbell
|
2007-04-18 15:31:28 +00:00 |
sayrer%gmail.com
|
362f86beae
|
Bug 370696. overwrite the manifest file. r=rcampbell
|
2007-02-27 16:23:51 +00:00 |
sayrer%gmail.com
|
b948465a58
|
Bug 370696. chrome run for mochitest. r=rcampbell
|
2007-02-21 17:53:31 +00:00 |
sayrer%gmail.com
|
40757fbc85
|
Bug 370696. chrome mochitest. r=rcampbell
|
2007-02-20 01:56:30 +00:00 |
sayrer%gmail.com
|
7f5d3287af
|
Bug 370221. mac focus when running mochikit. r=rcampbell
|
2007-02-15 17:52:37 +00:00 |
sayrer%gmail.com
|
51086f7f27
|
Bug 370221. use applescript to focus the mac window after launch. r=rcampbell
|
2007-02-13 14:32:55 +00:00 |
sayrer%gmail.com
|
c87918fb0b
|
Bug 369196. change profile setup for mochitest. r=rcampbell
|
2007-02-03 16:43:17 +00:00 |
sayrer%gmail.com
|
df6d8571c2
|
Bug 368725. is wrong in mochitest runtests.pl. r=bzbarsky
|
2007-01-31 05:14:23 +00:00 |
sayrer%gmail.com
|
63d6f3b200
|
bug 368645. mochitest's runtests.pl dies with 'libmozjs.so: cannot open shared object file: No such file or directory'. r=myk
|
2007-01-30 05:28:14 +00:00 |
asqueella%gmail.com
|
d19f3416a9
|
Bug 368606 - mochitest runtests.pl should work with any working directory
r=sayrer
|
2007-01-29 22:32:08 +00:00 |
sayrer%gmail.com
|
53f874e731
|
bug 368494. mochitest harness setup bugs. r=asqueella
|
2007-01-28 19:06:05 +00:00 |
sayrer%gmail.com
|
0e82fb9e0a
|
Bug 364043. Remove dependency on Python for HTTP server to serve mochitests. Patch by Jeff Walden <jwalden+bmo@mit.edu> and Robert Sayre <sayrer@gmail.com>. r=rcampbell
|
2007-01-26 18:44:58 +00:00 |