jwalden@mit.edu
|
02a07c4d0b
|
Bug 423235 - Make leak detection always run but only be fatal if the threshold is exceeded, for better leak visibility when --leak-threshold isn't specified; also removes the need for me to maintain a --leak-threshold=0 local change without committing it. r=sayrer, a=testonlychange
|
2008-03-15 21:11:44 -07:00 |
|
jwalden@mit.edu
|
d76b4a5e99
|
Revert a local change that isn't be ready yet -- need tinderboxen doing leak tests before we can actually make this change, sigh.
|
2008-03-15 17:52:18 -07:00 |
|
jwalden@mit.edu
|
1bde50a721
|
Bug 423106 - runtests.py doesn't do anything with --browser-arg. r=ted
|
2008-03-15 15:48:08 -07:00 |
|
dolske@mozilla.com
|
78d25ad86c
|
Bug 423033 - mochitest should ignore non-existent files. r=waldo, a=testonly
|
2008-03-14 18:12:05 -07:00 |
|
jay@mozilla.org
|
12975db2b0
|
version bump
|
2008-03-13 16:44:23 -07:00 |
|
jay@mozilla.org
|
3cdd2992c6
|
minor change to fix radio button issue in setup wizard
|
2008-03-13 16:42:21 -07:00 |
|
bclary@bclary.com
|
4464ea1224
|
Sisyphus - support MOZ_CO_FLAGS, MOZ_CO_DATE bug 422481, r=rcampbell
|
2008-03-13 12:26:43 -07:00 |
|
cltbld
|
6f858b82fe
|
"Automated configuration bump, release for firefox 2.0.0.13rc1"
|
2008-03-12 13:20:22 -07:00 |
|
jay@mozilla.org
|
9b4baf70bc
|
bumped version and added Help tab content
|
2008-03-10 15:31:59 -07:00 |
|
gavin@gavinsharp.com
|
a2dcb83701
|
Bug 421715: canvas crash passing undefined to putImageData, r+a=vlad
|
2008-03-10 00:35:37 -07:00 |
|
cltbld
|
4690619822
|
"Automated configuration bump, release for firefox 3.0b4rc2"
|
2008-03-08 03:31:51 -08:00 |
|
jay@mozilla.org
|
3300533a3e
|
updated install.rdf with AMO friendly maxversion and no updateurl
|
2008-03-07 15:42:21 -08:00 |
|
ctalbert@mozilla.com
|
23362be95e
|
bug 415849 QAX notification settings should be hidden for now r=jay
|
2008-03-06 20:05:56 -08:00 |
|
mats.palmgren@bredband.net
|
336d1b4201
|
Don't notify when setting text from within the constructor. b=420429 r+sr=jonas a=blocking1.9
|
2008-03-04 23:14:42 -08:00 |
|
ctalbert@mozilla.com
|
4876bdca7c
|
bug 414056 Allow Minotaur to run back to back r=alice
|
2008-03-04 15:16:55 -08:00 |
|
ctalbert@mozilla.com
|
3083a3051f
|
bug 416049 Minotaur needs better output r=alice
|
2008-03-04 14:52:05 -08:00 |
|
anodelman@mozilla.com
|
9e8b8eefb1
|
Bug 416922 - per-test timeout in talos allow timeouts to be created per-test, but set a default if they are not specified p=anodelman, r=rhelmer
|
2008-03-04 14:46:25 -08:00 |
|
gavin@gavinsharp.com
|
a3f16992ee
|
Bug 420955: make Error Console show chrome errors by default in testing profile, r=sayrer. Also port change from bug 420630 to runtests.pl.in
|
2008-03-04 14:12:06 -08:00 |
|
cltbld
|
6aaebc94c5
|
"Automated configuration bump, release for firefox 3.0b4rc1"
|
2008-03-04 12:43:25 -08:00 |
|
jwalden@mit.edu
|
82499b6e91
|
Make $objdir/_tests/testing/mochitest/runtests.py runnable from any directory, not just $objdir/_tests/testing/mochitest/. r=sayrer, NPOTB and all that anyway
|
2008-03-02 20:05:22 -08:00 |
|
jwalden@mit.edu
|
eefd40c732
|
Bug 420154 - Print finer-grained leak info in runtests.py than just pass/fail and a table, and don't fall over when --leak-threshold is used in a build without refcount logging (just print a warning). r=sayrer
|
2008-02-29 19:40:45 -08:00 |
|
kairo@kairo.at
|
836da1985a
|
bug 419826 - Make browser mochitests run on SeaMonkey, r=gavin
|
2008-02-28 13:36:30 -08:00 |
|
jwalden@mit.edu
|
5809da44ed
|
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 |
|
anodelman@mozilla.com
|
c96cd8f68f
|
Bug 417313 - graphs.mozilla.org having trouble keeping up adding timestamps around sending data to the graph server a=anodelman, r=rhelmer
|
2008-02-26 17:03:42 -08:00 |
|
jay@mozilla.org
|
fafbe788c1
|
updated install.rdf with AMO friendly maxversion and no updateurl
|
2008-02-26 16:06:27 -08:00 |
|
ctalbert@mozilla.com
|
1fe952aa6e
|
Changing install.rdf vesion to 0.1.8 for QAC (no bug) r=jay
|
2008-02-25 13:04:43 -08:00 |
|
jwalden@mit.edu
|
96f0392ae0
|
Bug 419339 - Followup to change an error condition (which should never be hit) to use ERROR FAIL instead of FAIL in the error message, to trigger the right log-scraping behavior.
|
2008-02-24 18:59:04 -08:00 |
|
jwalden@mit.edu
|
ae17c91e79
|
Bug 419339 - Add an argument to runtests.py to specify the maximum allowable number of RLk-style bytes to be leaked, defaulting to any leaks allowable for now. Tinderboxen will need to pick up the extra argument and provide sane values until we can eradicate all leaks, at which point we can change the default to 0 to always check. r=sayrer
|
2008-02-24 16:54:31 -08:00 |
|
ctalbert@mozilla.com
|
983c5aa813
|
bug 393348 - QAC fix, r=jay
|
2008-02-22 16:43:50 -08:00 |
|
bclary@bclary.com
|
cc9938894d
|
Siyphus - checkout by date foobar, bug 419027
|
2008-02-22 05:25:23 -08:00 |
|
bclary@bclary.com
|
13e944a229
|
Siyphus - ah crap timeout foobar, bug 419026
|
2008-02-22 05:21:43 -08:00 |
|
reed@reedloden.com
|
e213ef0aa5
|
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 03:19:54 -08:00 |
|
sayrer@gmail.com
|
499bc27b1f
|
Bug 418772. PGO scripts and input. r=ted.mielczarek.
|
2008-02-21 13:08:39 -08:00 |
|
ctalbert@mozilla.com
|
1c905b7a5f
|
bug 413742 addressing nit, r=alice
|
2008-02-20 15:04:43 -08:00 |
|
ctalbert@mozilla.com
|
05224af62e
|
Bug 413742 Improve handling for URLs with spaces in minotaur r=alice
|
2008-02-20 14:47:31 -08:00 |
|
bclary@bclary.com
|
5f67cea219
|
Sisyphus - timed_run.py should flush stdout before terminating process, bug 418474, r=coop
|
2008-02-20 06:05:25 -08:00 |
|
reed@reedloden.com
|
fb5377da33
|
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 02:07:04 -08:00 |
|
cltbld
|
72d4f5bb8d
|
"Automated configuration bump, release for thunderbird 2.0.0.12rc1"
|
2008-02-18 04:00:33 -08:00 |
|
cltbld
|
4bd2b351fa
|
"Automated configuration bump, release for thunderbird 2.0.0.12rc1"
|
2008-02-18 03:51:32 -08:00 |
|
cltbld
|
57a2c7b202
|
"Automated configuration bump, release for thunderbird 2.0.0.12rc1"
|
2008-02-18 03:45:10 -08:00 |
|
surkov.alexander@gmail.com
|
f354efac8e
|
Bug 416553 - option to run accessibility tests, r=rcampbell
|
2008-02-14 02:32:21 -08:00 |
|
surkov.alexander@gmail.com
|
e9b16fd1ff
|
Back out bug 416553
|
2008-02-13 23:33:19 -08:00 |
|
surkov.alexander@gmail.com
|
9b6e8173e6
|
Bug 416553 - option to run accessibility tests, r=rcampbell
|
2008-02-13 22:20:01 -08:00 |
|
jay@mozilla.org
|
5f21520c68
|
*** empty log message ***
|
2008-02-12 15:03:26 -08:00 |
|
jay@mozilla.org
|
b02ea83f64
|
[Bug 393440] Added QMO logo to Add-ons manager and bumped version to 0.1.7
|
2008-02-12 15:02:13 -08:00 |
|
jwalden@mit.edu
|
d03209b3b4
|
Enable SJS functionality in Mochitests, for server-side scripting of responses. a=testonlychange
|
2008-02-12 11:40:59 -08:00 |
|
ajschult@verizon.net
|
c8e3809c06
|
Bug 416570: runtests should not pull in bookmarks chrome, r=sayrer
|
2008-02-11 21:03:09 -08:00 |
|
ajschult@verizon.net
|
b7946e60ca
|
Bug 416775: runtests.py prints lots of newlines after app exits, r=Waldo
|
2008-02-11 20:30:18 -08:00 |
|
jwalden@mit.edu
|
7a15a73b7d
|
Bug 416917 - Python runtests doesn't work for me, "Cannot initialize the application correctly". This might or might not fix the problem, but it should be harmless otherwise, and it works fine on OS X. r=sayrer
|
2008-02-11 20:12:55 -08:00 |
|
anodelman@mozilla.com
|
23ae4332c3
|
Bug 413398 - Talos --debug option adding text to tinderboxprint lines a=anodelman r=rcampbell
|
2008-02-11 15:30:17 -08:00 |
|