Граф коммитов

749 Коммитов

Автор SHA1 Сообщение Дата
ajschult%verizon.net 3ce467d097 Bug 424501: disable gnome bug-buddy dialog from runtests, r=waldo 2008-03-22 16:44:57 +00:00
rhelmer%mozilla.com 2347007519 back out workaround b=401327 2008-03-21 21:06:21 +00:00
jwalden%mit.edu ba9d511659 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 22:58:42 +00:00
bzbarsky%mit.edu a54a00987c Adding test dir 2008-03-20 00:47:50 +00:00
bhearsum%mozilla.com 42a5acf286 bug 422122: remove ka locale from 2.0.0.3 and 2.0.0.2 on mac. r=rhelmer, patch=me 2008-03-19 17:30:37 +00:00
mnyromyr%tprac.de c10561d94f Bug 423035: can't run single chrome/a11y test automatically; r=Waldo 2008-03-18 19:57:22 +00:00
jwalden%mit.edu 2325e6844e 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 17:42:39 +00:00
nrthomas%gmail.com a9efb2446f Bug 394046, update for major update between 2.0.0.12 and 3.0b4, r=rhelmer 2008-03-17 21:03:47 +00:00
mrbkap%gmail.com 65167626a9 Ensure that CanPropagate and CreateContextStackFor are consistent. bug 423373, r+sr=sicking a=beltzner 2008-03-17 20:24:01 +00:00
gavin%gavinsharp.com 33f03cb7b6 Bug 423382: float('Inf') doesn't work everywhere, use 1.0e3000 instead, r=jwalden 2008-03-17 13:06:16 +00:00
jwalden%mit.edu c67f461495 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-16 04:11:44 +00:00
jwalden%mit.edu 11523f621e 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-16 00:52:18 +00:00
jwalden%mit.edu 99a79d6fdb Bug 423106 - runtests.py doesn't do anything with --browser-arg. r=ted 2008-03-15 22:48:08 +00:00
dolske%mozilla.com 99e32b20ef Bug 423033 - mochitest should ignore non-existent files. r=waldo, a=testonly 2008-03-15 01:12:05 +00:00
jay%mozilla.org a310e6b904 version bump 2008-03-13 23:44:23 +00:00
jay%mozilla.org 5a1f8735ee minor change to fix radio button issue in setup wizard 2008-03-13 23:42:21 +00:00
bclary%bclary.com 7da62c5e2f Sisyphus - support MOZ_CO_FLAGS, MOZ_CO_DATE bug 422481, r=rcampbell 2008-03-13 19:26:43 +00:00
cltbld 3b5c82752d "Automated configuration bump, release for firefox 2.0.0.13rc1" 2008-03-12 20:20:33 +00:00
jay%mozilla.org dc136cf79c bumped version and added Help tab content 2008-03-10 22:32:14 +00:00
gavin%gavinsharp.com bae43fa967 Bug 421715: canvas crash passing undefined to putImageData, r+a=vlad 2008-03-10 07:35:37 +00:00
cltbld 56de8fc7c4 "Automated configuration bump, release for firefox 3.0b4rc2" 2008-03-08 11:32:29 +00:00
jay%mozilla.org 3da56e84c4 updated install.rdf with AMO friendly maxversion and no updateurl 2008-03-07 23:42:21 +00:00
ctalbert%mozilla.com b54d2da1df bug 415849 QAX notification settings should be hidden for now r=jay 2008-03-07 04:05:56 +00:00
mats.palmgren%bredband.net 86acfb568f Don't notify when setting text from within the constructor. b=420429 r+sr=jonas a=blocking1.9 2008-03-05 07:14:44 +00:00
ctalbert%mozilla.com b29291443c bug 414056 Allow Minotaur to run back to back r=alice 2008-03-04 23:16:55 +00:00
ctalbert%mozilla.com 7d8d607fdc bug 416049 Minotaur needs better output r=alice 2008-03-04 22:52:05 +00:00
anodelman%mozilla.com 9cfc2c4a4e 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 22:46:25 +00:00
gavin%gavinsharp.com 82f5866e34 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 22:12:06 +00:00
cltbld 614652ab82 "Automated configuration bump, release for firefox 3.0b4rc1" 2008-03-04 20:44:13 +00:00
jwalden%mit.edu 9291db37cb 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-03 04:05:22 +00:00
jwalden%mit.edu a1b7c47dc8 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-03-01 03:40:45 +00:00
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
anodelman%mozilla.com 2b268266bc Bug 417313 - graphs.mozilla.org having trouble keeping up
adding timestamps around sending data to the graph server
a=anodelman, r=rhelmer
2008-02-27 01:03:42 +00:00
jay%mozilla.org dd2a7533e1 updated install.rdf with AMO friendly maxversion and no updateurl 2008-02-27 00:06:27 +00:00
ctalbert%mozilla.com 5a35aa8c02 Changing install.rdf vesion to 0.1.8 for QAC (no bug) r=jay 2008-02-25 21:04:43 +00:00
jwalden%mit.edu 602855a4b5 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-25 02:59:04 +00:00
jwalden%mit.edu 2e3aa1128d 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-25 00:54:31 +00:00
ctalbert%mozilla.com b65960481b bug 393348 - QAC fix, r=jay 2008-02-23 00:43:50 +00:00
bclary%bclary.com 429d7ada9b Siyphus - checkout by date foobar, bug 419027 2008-02-22 13:25:23 +00:00
bclary%bclary.com 5d206ff707 Siyphus - ah crap timeout foobar, bug 419026 2008-02-22 13:21:43 +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
sayrer%gmail.com 8bdff201c0 Bug 418772. PGO scripts and input. r=ted.mielczarek. 2008-02-21 21:08:40 +00:00
ctalbert%mozilla.com e9622905c9 bug 413742 addressing nit, r=alice 2008-02-20 23:04:43 +00:00
ctalbert%mozilla.com 35265e78f9 Bug 413742 Improve handling for URLs with spaces in minotaur r=alice 2008-02-20 22:47:31 +00:00
bclary%bclary.com 44e504bc3a Sisyphus - timed_run.py should flush stdout before terminating process, bug 418474, r=coop 2008-02-20 14:05:25 +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
cltbld 740b8fc9e7 "Automated configuration bump, release for thunderbird 2.0.0.12rc1" 2008-02-18 12:00:33 +00:00
cltbld 0a5badcfb6 "Automated configuration bump, release for thunderbird 2.0.0.12rc1" 2008-02-18 11:51:32 +00:00
cltbld e367ecc087 "Automated configuration bump, release for thunderbird 2.0.0.12rc1" 2008-02-18 11:45:10 +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
jay%mozilla.org 36c461a046 *** empty log message *** 2008-02-12 23:03:26 +00:00
jay%mozilla.org 4a3eaeccfc [Bug 393440] Added QMO logo to Add-ons manager and bumped version to 0.1.7 2008-02-12 23:02:13 +00:00
jwalden%mit.edu a2e182f1fa Enable SJS functionality in Mochitests, for server-side scripting of responses. a=testonlychange 2008-02-12 19:40:59 +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
ajschult%verizon.net 0e895bce21 Bug 416775: runtests.py prints lots of newlines after app exits, r=Waldo 2008-02-12 04:30:18 +00:00
jwalden%mit.edu 269a4ec92e 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-12 04:12:55 +00:00
anodelman%mozilla.com 7539bf71dd Bug 413398 - Talos --debug option adding text to tinderboxprint lines
a=anodelman r=rcampbell
2008-02-11 23:30:17 +00:00
smontagu%smontagu.org bc76c557f9 Testcase for bug 416721 2008-02-11 16:48:25 +00:00
bclary%bclary.com 1c28d63d3f Sisyphus - allow environment variable overrides for several variables, no bug, not part of the build 2008-02-10 07:23:22 +00:00
jag%tty.nl d969eb7c6b Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep 2008-02-09 10:37:44 +00:00
jruderman%hmc.edu c0236086ab Move test out of a directory that is doomed for removal 2008-02-08 09:00:21 +00:00
jay%mozilla.org 64385d217d [Bug 415822] - Clean up QAX Install Wizard + more UI fixes 2008-02-07 23:14:32 +00:00
cltbld 858313e45d "Automated configuration bump, release for firefox 3.0b3rc3" 2008-02-07 22:20:47 +00:00
rhelmer%mozilla.com 3800675928 clobber 3.0b3 rc2 line 2008-02-07 22:20:18 +00:00
ctalbert%mozilla.com 227852092c bug 416032 - expanding minotaur search URL checking r=Pike 2008-02-07 21:15:16 +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
ajschult%verizon.net 7fb7f8f776 Bug 416074: TestRunner attempts to log after closing the log, r+a=sayrer 2008-02-07 07:18:45 +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
bclary%bclary.com 929c88b709 Improve Sisyphus error handling, bug 415911, not part of the build 2008-02-06 20:00:53 +00:00
cltbld 287856f9f1 "Automated configuration bump, release for firefox 3.0b3rc2" 2008-02-06 09:28:53 +00:00
jwalden%mit.edu af6e5651d7 Fix a typo in runtests.py.in which flat-out prevents --browser-chrome from working, r=me as trivial, a=test-only, NPOTB, etc. 2008-02-04 01:15:24 +00:00
cltbld 06622697fd "Automated configuration bump, release for firefox 2.0.0.12rc4" 2008-02-02 15:17:57 +00:00
nrthomas%gmail.com 289bacafb9 Bug 414327, remove verify config for 2.0.0.11->.12 ahead of .12rc4, p=rhelmer, r=nthomas 2008-02-02 10:05:58 +00:00
jay%mozilla.org 0cc7e10cb6 [Bug 397573] - Make QAX resizeable + other UI fixes 2008-02-02 01:02:53 +00:00
cltbld ea9e188d86 "Automated configuration bump, release for firefox 2.0.0.12rc3" 2008-02-01 18:02:13 +00:00
rhelmer%mozilla.com 474990d995 remove auto-config bump for rc3 b=414327 r=nthomas 2008-02-01 18:01:39 +00:00
ctalbert%mozilla.com 2ee5ab396b QAX bug 413760 r=jay 2008-01-30 01:48:11 +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
cltbld eb1ddc0fed "Automated configuration bump, release for firefox 2.0.0.12rc1" 2008-01-29 15:26:37 +00:00
jwalden%mit.edu 22781c49e5 Bug 411007 - Rewrite runtests.pl.in in Python (but don't start using it yet). This version will eventually replace the Perl version; developer testing of all functionality on all platforms is highly appreciated until we can completely remove the Perl version. r=robcee, a=test-harness-work 2008-01-29 03:48:34 +00:00
anodelman%mozilla.com 1bbcfe6afa Bug 413714 - cleanup talos display on tinderbox
bustage fix for tinderbox print statements disappearing on the waterfall
a/r=anodelman
2008-01-28 21:38:16 +00:00
anodelman%mozilla.com 2b5cf3dd03 Bug 413714 - cleanup talos displays on tinderbox
Bustage fix, trying to append float to string without str()
a/r=anodelman
2008-01-28 20:43:06 +00:00
anodelman%mozilla.com 6cfc8f3ee9 Bug 413714 - Cleanup talos display on Tinderbox
a=anodelman r=rcampbell
2008-01-28 18:23:46 +00:00
sdwilsh%shawnwilsher.com 1a1837ad42 Bug 411521 - EventUtils.synthesize* doesn't allow you to specify a window. r=Enn 2008-01-28 17:12:17 +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
rhelmer%mozilla.com d199b97097 workaround for updater.exe crash b=401327 r=nthomas 2008-01-26 19:20:29 +00:00
jwalden%mit.edu b9f3bbc0fa Bug 413789 - Remove "#" href from "Toggle passed tests" and "Toggle failed tests". This unbreaks tests which strictly rely on exact URL matches against the test window, in the case where you run the test, click a Toggle link, and then reload the page (which has a # tacked onto the URL before this patch). r+a=sayrer 2008-01-26 14:05:39 +00:00
myk%mozilla.org b79b9e8dec bug 413416: implement todo_is and todo_isnot for MochiTest browser chrome harness; r=gavin, a=beltzner 2008-01-25 23:33:17 +00:00
anodelman%mozilla.com 9595dc66b0 Bug 411769 - integrate sunspider tests into talos
a=anodelman r=rcampbell
2008-01-25 22:23:47 +00:00
myk%mozilla.org 1e603c7a2c bug 413418: make browser chrome MochiTest harness permit \|let foo = is; foo()\| just like other MochiTest harnesses; patch by Gavin Sharp; r=jwalden,myk; a=schrep 2008-01-25 21:29:11 +00:00
anodelman%mozilla.com a5b5555cc4 Bug 413913 - fix for failure to catch chmod exceptions in ffprofile_win32
a=anodelman, r=rcampbell (Bustage fix for current tree redness)
2008-01-24 22:20:15 +00:00
ctalbert%mozilla.com 3190187148 bug 401096 QAX cannot login to litmus r=jay 2008-01-24 00:43:47 +00:00
ctalbert%mozilla.com 261df83b88 bug 396782 QAX tabs do not work on trunk r=jay 2008-01-24 00:41:36 +00:00
anodelman%mozilla.com b338518753 Bug 396574 - Javascript Speed Tests, initial pass at getting all tests
correctly formatted for talos and checked in
a=jresig/anodelman r=jresig
2008-01-22 22:24:01 +00:00
jwalden%mit.edu adb5c54ed6 Bug 413428 - Some tweaks to make the Mochitest harness cross-browser, where and when reasonable. r+a=sayrer 2008-01-22 03:54:20 +00:00
ctalbert%mozilla.com 99e27781ec bug 403198 QAX install version; review: Zach 2008-01-17 07:13:57 +00:00
ctalbert%mozilla.com 714f5cfcc3 bug 396786 review: jay 2008-01-17 07:09:59 +00:00
jay%mozilla.org f88a74c637 changed events rss url; r=ctalbert 2008-01-15 23:32:56 +00:00
dolske%mozilla.com fb16f302e2 Bug 405942 - repeated Mochitest test timeouts can cause tests to take hours. r=sayrer 2008-01-15 22:23:44 +00:00
ctalbert%mozilla.com f65adeaed4 bug 411389 - Minotaur needs to delete profile after run, review: robcee 2008-01-15 19:55:25 +00:00
cltbld e80679297c Fix linux extension for 3.0b2, me=nthomas 2008-01-14 12:28:47 +00:00
nrthomas%gmail.com 0757c131f2 Bug 394046, add verify configs for Fx2 -> 3 major update, r=rhelmer 2008-01-12 22:38:47 +00:00
ctalbert%mozilla.com eb478c22c6 bug 401782 - Simplifying Minotaur use reviewer: Robcee 2008-01-10 00:04:03 +00:00
ctalbert%mozilla.com e3a640fa1e bug 407768 - Encoding issues in Minotaur - reviewer: Robcee 2008-01-09 23:56:35 +00:00
anodelman%mozilla.com c96d3bb169 Bug 411218 - make the browser start in the foreground on mac talos
a=anodelman r=rcampbell
2008-01-09 01:14:43 +00:00
jruderman%hmc.edu 6eb730882e Add null checks in nsAutoSelectionReset to fix bug 407256. Patch by Chris Pearce, r+sr=peterv, a=blocking1.9+. 2008-01-08 04:11:24 +00:00
ctalbert%mozilla.com f522e8d99e bug 401170 New Changes for Minotaur test tool reviewer: bhearsum 2008-01-08 00:54:00 +00:00
jwalden%mit.edu 3e78e68b07 Fix a ReferenceError due to forgotten detritus of an old patch, remove a long-obsolete file. r=sparky, a=lumpy 2008-01-06 07:45:12 +00:00
anodelman%mozilla.com 10cd4fb790 Bug 410710 - switch twinopen to use goQuitApplication instead of window.close
a=anodelman r=rcampbell
2008-01-04 21:42:27 +00:00
anodelman%mozilla.com 44fb9fce34 Bug 410041 - qm-mini-ubuntu talos machines sometimes taking ~8 hours for a run
Bustage fix (Ts on mac) a=anodelman r=rcampbell
2008-01-04 18:23:36 +00:00
anodelman%mozilla.com 41e7f326cb Bug 410041 - qm-mini-ubuntu talos machines sometimes taking ~8 hours for a run
a=anodelman r=rcampbell
2008-01-03 19:01:19 +00:00
rhelmer%mozilla.com 50ca6bbb02 more correct error checking for binary diff fail feature r=cf b=408157 2007-12-27 00:00:17 +00:00
rhelmer%mozilla.com e3b1b19ef4 fail on binary diff r=cf b=408157 2007-12-26 20:37:57 +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
jruderman%hmc.edu 56aa7dba8b Add crashtest for a leak bug 2007-12-24 02:12:28 +00:00
jruderman%hmc.edu cc737661c4 Add wide-button crashtest 2007-12-24 01:55:58 +00:00
jruderman%hmc.edu 5d5bf843a6 Add crashtest 2007-12-24 00:45:48 +00:00
bhearsum%mozilla.com 45fca161a8 bug 409447: remove 3.0a2,a3,a4 from update verify configs. r=rhelmer, patch=me 2007-12-21 19:49:56 +00:00
jruderman%hmc.edu 9e70cdd284 Add crashtest 2007-12-19 19:02:34 +00:00
axel%pike.org 62a248a1e5 bug 408817, use a generator function rather than a iterator class for FileCollector, r=bhearsum 2007-12-18 14:37:00 +00:00
jruderman%hmc.edu 563182caea Add the first MathML crashtest. 2007-12-17 23:30:46 +00:00
jruderman%hmc.edu f1a23a2318 Add crashtest for keygen 2007-12-17 01:27:11 +00:00
jruderman%hmc.edu b643276fe5 Add a crashtest 2007-12-16 22:05:47 +00:00
jruderman%hmc.edu 9660581ca8 Add the first XBL crashtest 2007-12-16 05:21:02 +00:00
jruderman%hmc.edu 7dab928aee C is for crashtest 2007-12-16 01:10:29 +00:00
jruderman%hmc.edu 79c11f906d Add crashtests 2007-12-15 23:45:02 +00:00
jruderman%hmc.edu b7badae3dc im in ur tinderbox, crashtesting ur firefox 2007-12-15 23:21:29 +00:00
jruderman%hmc.edu 67c6db1549 Add tree.gif 2007-12-15 22:56:13 +00:00
jruderman%hmc.edu f945454812 Add image for use in crashtests to common location 2007-12-15 22:13:32 +00:00
jruderman%hmc.edu 4f26dac36f Add crashtest for bgu 284844. 2007-12-15 19:28:50 +00:00
jruderman%hmc.edu 21efdc163a Fix off-by-one error (bug 408431). r=dcamp, sr=jst, a=jst 2007-12-15 18:51:50 +00:00
jruderman%hmc.edu 0caf7efe1f Add crashtests. 2007-12-15 06:35:47 +00:00
jruderman%hmc.edu 8c78771a9f Add crashtest. 2007-12-15 05:36:59 +00:00
jruderman%hmc.edu b944a87bb3 Add a crashtest. 2007-12-15 05:25:04 +00:00
jruderman%hmc.edu f67bdbf9d8 Add crashtest. 2007-12-15 05:19:54 +00:00
jruderman%hmc.edu 89aee10505 Add crashtest. 2007-12-15 05:00:55 +00:00
jruderman%hmc.edu 6e79c2e91e Add crashtest (even though it asserts) 2007-12-15 04:47:48 +00:00
anodelman%mozilla.com 26b8590e2d Bug 408383 - vista losing all/part of the tp results for each talos run
a=anodelman r=rcampbell
2007-12-14 22:47:29 +00:00
anodelman%mozilla.com 51bab9a018 Bug 408383 - vista losing all/part of the tp results for each talos run.
a=anodelman r=rcampbell
2007-12-14 20:31:49 +00:00
jruderman%hmc.edu f57855fcb1 Add crashtest. 2007-12-14 04:28:06 +00:00
jruderman%hmc.edu a14662505d Add crashtests. 2007-12-14 03:52:33 +00:00
jruderman%hmc.edu 4294d569a9 Add crashtest. 2007-12-14 03:37:05 +00:00
jruderman%hmc.edu a1fb15f84c Add a few crashtests. 2007-12-13 06:44:03 +00:00
rhelmer%mozilla.com 437f48af08 omit lt and ka which are not shipping, and specify correct version for mac/win32 files b=407077 r=cf 2007-12-12 23:07:49 +00:00
cltbld 0733776673 "Automated configuration bump, release for firefox 3.0b2rc1" 2007-12-12 22:33:16 +00:00
nrthomas%gmail.com 26526dbf67 Bug 407077, should be using gcc3 for AUS queries, r=rhelmer 2007-12-12 21:32:36 +00:00
ccooper%deadsquid.com 92d4d64c69 - don't warn when quitting, or when closing with tabs open 2007-12-12 20:00:57 +00:00