Commit Graph

411 Commits

Author SHA1 Message Date
cltbld
cb30bd9908 "Automated configuration bump, release for firefox 2.0.0.14rc1" 2008-04-07 08:54:23 -07:00
jay@mozilla.org
c5c5be5f02 bumped maxversion to 3.0pre (and actual version this time) 2008-04-03 13:48:20 -07:00
jay@mozilla.org
992e9a914c bumped maxversion to 3.0pre 2008-04-03 13:43:21 -07:00
bclary@bclary.com
b71cea2932 Sisyphus - remove hard coded path dependencies, support mozilla-build, bug 426415, r=rcampbell 2008-04-03 09:22:29 -07:00
enndeakin@sympatico.ca
a639ff86ea 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
5f9e65ed6e 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
cltbld
7fb69f71b5 "Automated configuration bump, release for firefox 3.0b5rc2" 2008-03-27 16:43:42 -07:00
ctalbert@mozilla.com
8c927efbb9 bug 424253 Minotaur cleanup patch r=robcee 2008-03-27 09:49:02 -07:00
bclary@bclary.com
c51377959c Sisyphus - update profile user prefs, bug 424681 2008-03-23 13:59:03 -07:00
ajschult@verizon.net
02c78af6bc backing out bug 424501 to verify it doesn't /cause/ firefox to crash 2008-03-22 17:04:36 -07:00
anodelman@mozilla.com
129911a35a Bug 416911 - per-test timeout in talos better process killing on timeout (or other bad situations) p=anodelman, r=rcampbell 2008-03-22 14:53:49 -07:00
ajschult@verizon.net
810e830597 Bug 424501: disable gnome bug-buddy dialog from runtests, r=waldo 2008-03-22 09:44:57 -07:00
rhelmer@mozilla.com
87025f2c9d back out workaround b=401327 2008-03-21 14:06:21 -07:00
jwalden@mit.edu
e972abcaf4 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
bzbarsky@mit.edu
eb1ae42993 Adding test dir 2008-03-19 17:47:50 -07:00
bhearsum@mozilla.com
4e32777b6b bug 422122: remove ka locale from 2.0.0.3 and 2.0.0.2 on mac. r=rhelmer, patch=me 2008-03-19 10:30:37 -07:00
mnyromyr@tprac.de
7137e8fe45 Bug 423035: can't run single chrome/a11y test automatically; r=Waldo 2008-03-18 12:57:22 -07:00
jwalden@mit.edu
9156d6bbff Add a bunch of forgotten |false| parameters to setHeader calls in httpd.js server handlers; no functionality change because absence defaulted to false. No bug, test-only set of trivial changes so self-reviewing... 2008-03-18 10:42:39 -07:00
nrthomas@gmail.com
7abf41753e Bug 394046, update for major update between 2.0.0.12 and 3.0b4, r=rhelmer 2008-03-17 14:03:47 -07:00
mrbkap@gmail.com
1643be7a81 Ensure that CanPropagate and CreateContextStackFor are consistent. bug 423373, r+sr=sicking a=beltzner 2008-03-17 13:24:00 -07:00
gavin@gavinsharp.com
93ec72cc45 Bug 423382: float('Inf') doesn't work everywhere, use 1.0e3000 instead, r=jwalden 2008-03-17 06:06:16 -07:00
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