Neil Deakin
|
a6d6c664e4
|
Bug 356295. Implement HTML5 drag-drop. r=smaug,neil,sr=roc
|
2008-08-27 08:07:27 -04:00 |
Boris Zbarsky
|
b279f88e55
|
Bug 452086. Shouldn't send keypress events with default action when keydown was prevented in the test harness, since the browser doesn't do it. r=enn
|
2008-08-25 14:31:59 -04:00 |
Boris Zbarsky
|
2518195266
|
Bug 452086. Shouldn't send keypress events with default action when keydown was prevented in the test harness, since the browser doesn't do it. r=enn
|
2008-08-25 14:31:38 -04:00 |
Boris Zbarsky
|
350d6fc473
|
Backed out changeset 6958399a2eb1 o try to fix failed mochitests on Windows and Linux
|
2008-08-25 11:08:28 -04:00 |
Neil Deakin
|
acd274d130
|
Bug 356295. Implement HTML5 drag-drop API. r=smaug,sr=roc
|
2008-08-25 21:56:29 +12:00 |
Dave Camp
|
2092b61045
|
Backed out changeset 30d900751ca9 to fix unit test orange (Bug 356295)
|
2008-08-19 17:55:30 -07:00 |
Neil Deakin
|
ca9461ce4b
|
Bug 356295. Implement HTML5 drag-drop. r=smaug,sr=roc
|
2008-08-20 10:31:45 +12:00 |
Boris Zbarsky
|
176a0e0d6f
|
Bug 449781. Toggling display on a subframe shouldn't give the subframe's document the same device context as the parent document. r=roc, sr=jst
|
2008-08-18 15:22:19 -04:00 |
Kai Engert
|
54d46c6523
|
Backed out changeset 3770c42e3118
|
2008-08-16 08:00:17 +02:00 |
honzab@allpeers.com
|
b7d44caf95
|
Bug 428009, hook up ssltunnel to mochitest
Initial work by Jeff Walden, Patch contributed by Honza Bambas
r=jwalden, r=cbiesinger, r=sayrer, r=ted.mielczarek, r=kaie
|
2008-08-16 07:38:03 +02:00 |
Robert O'Callahan
|
5f3411e8a5
|
Bug 378028. Add an 'axis' field to DOMMouseScroll events and use it to distinguish horizontal from vertical scrolling. r=smaug,sr=sicking, with help from Markus Stange
|
2008-08-13 15:08:59 +12:00 |
Ben Newman
|
198f21c6c3
|
Bug 437361. Propagate exceptions from showModalDialog's guts to script as needed instead of dropping them on the floor. r+sr=bzbarsky
|
2008-07-28 22:52:53 -07:00 |
Ted Mielczarek
|
f7123ab7f0
|
followup from bug 442125 - ensure focus test failing, but no other tests failing (on unittest VMs)
|
2008-07-27 16:31:22 -04:00 |
Andrew Schultz
|
ce1b54f561
|
Bug 442125 ensure focus test failing, but no other tests failing (on unittest VMs). r=ted
|
2008-07-27 16:28:26 -04:00 |
Ted Mielczarek
|
21d004eaac
|
bug 417516 - add top level Makefile targets to run test suites. add targets for mochitest. r=bsmedberg
|
2008-07-27 13:06:58 -04:00 |
Robert O'Callahan
|
deb0e936d9
|
Back out bug 378028 due to mochitest failures.
|
2008-07-25 18:09:33 +12:00 |
Robert O'Callahan
|
5bd0890708
|
Bug 378028. Add an 'axis' field to DOMMouseScroll events so that we can distinguish horizontal from vertical scrolling, and use it in trees and listboxes. r=smaug,sr=sicking
|
2008-07-25 16:07:43 +12:00 |
Doug Turner
|
efb0cd5b0d
|
Backed out changeset 7f2b90c30b79. May have caused unit tests to fail.
|
2008-07-23 17:49:34 -07:00 |
Ted Mielczarek
|
8a503d5950
|
bug 417516 - add top level Makefile targets to run test suites. add targets for mochitest. r=bsmedberg
|
2008-07-23 15:01:37 -04:00 |
Andrew Schultz
|
844e2ef027
|
Bug 442125: check Date.now() to try to diagnose focus failures. r=ted
|
2008-07-23 13:32:30 -04:00 |
Andrew Schultz
|
4e7fd92b96
|
Bug 442125: Attempt to fix focus test failures, add more info to message if it still fails. r=ted
|
2008-07-22 00:27:57 -04:00 |
Nick Thomas
|
31d026a0fe
|
Bug 443090 - Unify unittest failures (runtests leaks part) p=ted.mielczarek, r=sayrer
|
2008-07-16 17:49:32 +12:00 |
Nick Thomas
|
80e48a3c62
|
Bug 443090 - Unify unittest failures (browser chrome and mochitest part) p=ted.mielczarek, r=gavin.sharp
|
2008-07-16 17:43:15 +12:00 |
Ted Mielczarek
|
9a110f955e
|
make runtests.py --log-file handle relative pathnames. r=sayrer (no bug)
|
2008-07-01 15:16:05 -04:00 |
Ted Mielczarek
|
e4754c93bf
|
bug 417943 - remove runtests.pl. r=sayrer
|
2008-06-26 18:07:50 -04:00 |
Kai Engert
|
4c10dc1f43
|
Backout bug 428009
|
2008-06-18 14:30:29 +02:00 |
Kai Engert
|
da0d02dabf
|
One more bustage fix for 428009, if this fails we'll back out
|
2008-06-18 14:00:27 +02:00 |
Kai Engert
|
a0c057bf5a
|
Bug 428009, hook up ssltunnel to mochitest
Patch contributed by Honza Bambas
r=jwalden, r=kaie
|
2008-06-18 11:44:19 +02:00 |
Jeff Walden
|
b4cb02752a
|
Bug 428009 - Update the HTTP server to require a *correct* host be specified with it, not just *a* host via an absolute URI as Request-URI or a specified Host header. This also gives request handlers proper details about the location to which the request was targeted. r=biesi on the raw socket usage in the test code, r=ted on the build changes, r=sayrer on the server changes
|
2008-06-07 02:43:15 -04:00 |
Kai Engert
|
16d412c5f7
|
Bug 429178 - "ssltunnel fails to build in system-nspr / system-nss environments" [p=kaie@kuix.de (Kai Engert) r=luser/ted sr=bsmedberg]
|
2008-06-04 01:31:28 -05:00 |
Jeff Walden
|
b1b8f07670
|
Bug 435376 - Start making leaks fatal when running tests in setups where we don't leak. r=sayrer
|
2008-05-22 15:08:41 -04:00 |
ajschult@verizon.net
|
4d9e2e37f2
|
Bug 431464: TestRunner should try to ensure focus, r=sayrer
|
2008-05-07 14:45:13 -07:00 |
alqahira@ardisson.org
|
15d8b4f079
|
Bug 420659 - initial Mochitest support for running Camino. r=jwalden, a=test-only, Camino-only
|
2008-05-06 10:52:26 -07:00 |
jwalden@mit.edu
|
0f08b1bc92
|
Bug 431900 - Add a commandline flag to make assertions fatal, for easy use in tinderbox scripts and the like, especially if we eventually set up a run of all the tests that don't trigger assertions and then run them with this argument specified. r=sayrer, a=testonlychange
|
2008-05-06 10:40:41 -07:00 |
gavin@gavinsharp.com
|
7776623b3f
|
Bug 431713: show EULA by default on first run of Firefox on Linux, and add override for unit test/talos machines to avoid it there, r=mconnor, a=mconnor
|
2008-05-05 13:43:44 -07:00 |
jwalden@mit.edu
|
e51b62c742
|
Don't use a reserved word as a variable name; r=itslikeatypo, a=testonlychange
|
2008-05-03 18:19:16 -07:00 |
sayrer@gmail.com
|
179f1d941e
|
Bug 386526. Fix packed copy of MochiKit DOM node creation. npotb, a=dsicore
|
2008-04-30 10:17:33 -07:00 |
bent.mozilla@gmail.com
|
d6ae02bfda
|
Bug 379959. Patch by Jonas Sicking <jonas@sicking.cc>. r+sr=bz, a=damons.
|
2008-04-28 16:56:07 -07:00 |
jwalden@mit.edu
|
1752821aa1
|
Bug 428758 - Clean up runtests.py help messages: move log options into the individual log-level arguments, use custom variables instead of autogenerated ones for --foo=FOO, so FOO is more concise for a bunch of different foo. Also remove the restriction that --file-level must be provided if --log-file is provided by giving a default (we only use that default if a log file is specified). r=testingonlychange
|
2008-04-14 16:21:25 -07:00 |
dveditz@cruzio.com
|
1cc4f3b84b
|
fixing test bustage from restrictions imposed by bug 292789 (chrome://mochikit needs contentaccessible=yes). r=gavin
|
2008-04-12 18:31:00 -07:00 |
gavin@gavinsharp.com
|
412cb0e710
|
Decrease load check intervals for this test, and increase the general browser-chrome test timeout (bug 428330) to try and avoid 'random' failures
|
2008-04-11 22:28:04 -07:00 |
mozilla@weilbacher.org
|
c53bcf9b22
|
fix linebreaks in Makefile.in from bug 426867 to unbreak OS/2 build (test only code)
|
2008-04-10 22:58:04 -07:00 |
jwalden@mit.edu
|
871fb864eb
|
Fix line endings and don't break OS/2, NPOTB.
|
2008-04-10 16:46:11 -07:00 |
ted.mielczarek@gmail.com
|
0ffa64785b
|
bug 426867 - ssl proxy for mochitest. r=sayrer/kaie (test only code)
|
2008-04-09 08:30:54 -07:00 |
jwalden@mit.edu
|
ef52975acb
|
Bug 418009 - Make runtests.py properly handle stdout for both the server and the application processes, rather than just sitting on the server output and hoping it doesn't grow 'too large'. This may fix some of the problems that were plaguing the PGO box that was using runtests.py a few days ago, and it should fix hangs numerous people have seen running Mochitests lately, where the server process decides to spew gobs of output about stuff being leaked. r=robcee
|
2008-04-07 22:18:45 -07:00 |
enndeakin@sympatico.ca
|
ee4bf85b65
|
Bug 416390, context-click on listbox does not select item, also increases size of test frame, r=neil
|
2008-04-01 14:21:54 -07:00 |
reed@reedloden.com
|
30c7f06cd5
|
Bug 423787 - "XUL test template has typo in comment" [p=manish@flock.com (Manish Singh) r=sayrer]
|
2008-03-28 23:45:45 -07:00 |
ajschult@verizon.net
|
9afac161f1
|
backing out bug 424501 to verify it doesn't /cause/ firefox to crash
|
2008-03-22 17:04:36 -07:00 |
ajschult@verizon.net
|
6329269a7d
|
Bug 424501: disable gnome bug-buddy dialog from runtests, r=waldo
|
2008-03-22 09:44:57 -07:00 |
jwalden@mit.edu
|
a97929d3e5
|
Bug 405570 - Replace redirects in test for bug 403331 with a test-specific redirection page, now that the HTTP server supports server-side scripts -- the less test harness infrastructure we have, the easier it is to understand and support. r=me as a trivial change, a=testonlychange
|
2008-03-20 15:58:41 -07:00 |