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

1177 Коммитов

Автор SHA1 Сообщение Дата
Benjamin Smedberg e17740e1ab Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Ted Mielczarek ee8378966a bug 574357 - Plugin crash reports are submitted with Throttleable=0. r=dolske
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify_no_report.xul => modules/plugin/test/mochitest/test_crash_submit.xul
2010-06-30 10:29:05 -04:00
Justin Dolske 9e6760b252 Backed out changeset e112f68bc941 (bug 574357) due to test failures. 2010-06-29 22:45:30 -07:00
Ted Mielczarek 7bd46535a1 bug 574357 - Plugin crash reports are submitted with Throttleable=0. r=dolske
--HG--
rename : modules/plugin/test/mochitest/test_crash_notify_no_report.xul => modules/plugin/test/mochitest/test_crash_submit.xul
2010-06-29 19:34:39 -04:00
Benjamin Smedberg 29e089defb Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module. 2010-06-25 19:41:09 -04:00
Benjamin Smedberg 5f7a36ec28 Testing fixes for bug 568691 - change xpcshell do_load_module to do_load_manifest, and switch the relevant tests to use manifests and the new function. 2010-06-25 10:43:25 -04:00
Benjamin Smedberg 822ccb0789 Merge mozilla-central into the static-xpcom-registration branch. 2010-06-23 17:26:25 -04:00
Benjamin Smedberg ea00533489 Fix test packaging and execution from bug 568691. 2010-06-22 20:44:44 -04:00
Dave Townsend 455f8a5916 Bug 573779: Log which tabs were left at the end of a test. r=gavin 2010-06-22 11:28:32 -07:00
wfernandom2004@gmail.com e5a4443d4c Bug 572975, bug 573227, websocket fixes, r=smaug
--HG--
extra : rebase_source : d9b5160666ce18344abb47634fa94405c9c2d070
2010-06-28 00:09:29 +03:00
Timothy Nikkel b5fc18f20b Bug 571640. Part 1. Enhance synthesizeDrop to take a source element to start the drag on. r=enndeakin 2010-06-25 16:51:17 -05:00
Jesse Ruderman cc75858eb7 Bug 570287 - New stack fixer that uses breakpad symbol files. r=ted 2010-06-25 14:47:19 -07:00
Jesse Ruderman 73ed1c1443 Fix MozillaFileLogger bustage (https://bugzilla.mozilla.org/show_bug.cgi?id=570730#c9)
--HG--
extra : rebase_source : 1720f7e2e57fcebd2362e4f296b38ad463fd6484
2010-06-17 13:36:02 -07:00
Jonathan Griffin e6fdd7ae87 Bug 570789. Add WebSocket support to mochitest. r=ted
--HG--
extra : rebase_source : 2e33d054a13824d1a7e527777383820946684c3f
2010-06-16 22:38:55 -07:00
Marco Bonardo edd3739d86 Bug 572425 - nsISearchEngine.getSubmission reponseType should be an [optional] param. r=gavin 2010-06-16 18:54:29 +02:00
Matt Brubeck dc22443c80 Bug 572244 - Mochitests broken in Fennec by bug 571885 [r=gavin] 2010-06-15 23:55:46 -04:00
Clint Talbert 903b3c4794 Bug 568624 Running runtestsremote does not work on windows r=jmaher 2010-06-15 13:02:17 -07:00
Benjamin Smedberg 754a66798f Bug 570488 - Fix loading of XPTs nested in JARs [2/2] r=mwu
--HG--
extra : rebase_source : b97a591c0260daed1f2ef2eba69e60ff82acd18f
2010-06-14 16:10:04 -07:00
Dão Gottwald 23d1483a81 Bug 571885 - blame tests for leaving too many tabs open. pending r=gavin 2010-06-14 17:53:43 +02:00
Jesse Ruderman 8367ac529e Bug 570730 - followup fix to include mochitest-browser-chrome 2010-06-10 21:28:34 -07:00
Jesse Ruderman 3f11bd09e1 Bug 570730 - automation.py should indicate which test crashed (or timed out) for reftests and mochitests. r=ctalbert 2010-06-10 18:46:18 -07:00
L. David Baron 22edfc1a71 Allow mochitests that don't require chrome privileges to run in a normal profile. (Bug 570328) r=jwalden 2010-06-08 18:44:31 -07:00
L. David Baron 9cf437bd26 Show value information for passing mochitests too. (Bug 570327) r=ted 2010-06-08 18:44:31 -07:00
L. David Baron 48ff3035cf Make mochitest print the amount of time each test takes. (Bug 482162) r=ted 2010-06-08 18:44:31 -07:00
Jeff Hammel c427400251 Bug 516984 Add Mozmill tests to buildbot, fix to ensure python environment copied properly. r=ted 2010-06-08 16:17:21 -07:00
Clint Talbert 376f4e3ef6 Bustage fix for mass mozmill checkin from bug 516984, spurious mac binary files got uploaded that break rebasing. This removes them. r=jhammel 2010-06-08 16:17:20 -07:00
Josh Matthews 2747b640a9 Bug 550860 - Profile directory for xpcshell based tests needs to be in a predefined, stable, location for at least some tests. r=ted 2010-04-28 03:28:56 +10:00
Joel Maher 09f5186347 Bug 567417 - bug to get mochitests running on fennec + e10s r=smaug,ctalbert 2010-06-24 13:30:50 -07:00
Clint Talbert 126b41fbcd Bug 573263 - Refactor remote reftest to work on android, create shared remoteautomation class r=jmaher 2010-06-24 02:32:01 -07:00
Clint Talbert ce2826b7ed Bug 573263 - Refactor remote reftest to work on android, create shared remoteautomation class r=jmaher 2010-06-24 02:32:01 -07:00
Paul O’Shannessy 621d10f57a Bug 567870 - add waitForClipboard to SimpleTest [r=gavin]
This also updates the test for bug 556061 to use waitForClipboard.
2010-06-02 13:38:32 -07:00
Jeff Hammel 081b44aaef Bug 516984 Mass import of Mozmill code into m-c. This is mozmill release 1.4.1 Reviewers=mikeal, ctalbert, harth, whimboo etc 2010-06-01 13:45:04 -07:00
Jeff Hammel 4867e8e6ea Bug 516984 - Make file changes for Mozmill support in buildbot r=ted 2010-06-01 13:45:01 -07:00
Clint Talbert bf76d918e5 Bug 563860 - update runtestsremote.py to start webserver automatically and to work on android better r=jmaher 2010-05-27 13:02:15 -07:00
Josh Aas 5a542da3e9 Remove remaining default plugin references. b=567464 r=jst 2010-05-26 19:18:06 -04:00
Saint Wesonga 06256fe30f Bug 524201 - Move browserconfig.properties to a jar. r=gavin/pike/kev 2010-05-24 11:38:31 +02:00
Honza Bambas 832c15d6d8 Bug 564975 - Intermittent test_bug455367.html | Test timed out, added larger timeout, r=ted 2010-05-21 22:43:09 +02:00
Ehsan Akhgari 44b832e7ed Bug 542928 - Add some more debugging logs to waitForFocus in order to track down the browser-chrome random orange; r=enndeakin 2010-05-19 09:52:07 -04:00
Ehsan Akhgari 690d625e07 Bug 543278 - Try to use a more robust way of making sure that the main browser window is focused before running the next browser-chrome test; r=Mossop 2010-05-12 18:51:04 -04:00
Neil Deakin f074891823 Bug 554873, improve waitForFocus to check for about:blank pages, r=mak 2010-05-18 09:31:03 -04:00
Ben Turner cf6512babc Bug 552300 - 'Use VMware VMs to run mochitests, optionally record and repeat until they fail.' r=ted. 2010-05-17 11:00:13 -07:00
Neil Deakin 4dff9efa31 Bug 527099, use waitForFocus to wait for the frameset window 2010-05-17 09:21:11 -04:00
Neil Deakin c9e6e492b7 Add some debugging to help debug 527099 2010-05-16 13:22:55 -04:00
Michael Kohler 6c0f59f4a6 Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
Ehsan Akhgari 0373913f99 Backed out changeset 0e11e454db6c because of browser-chrome orangeness 2010-05-12 20:49:46 -04:00
Ehsan Akhgari dda2015724 Bug 543278 - Try to use a more robust way of making sure that the main browser window is focused before running the next browser-chrome test; r=Mossop 2010-05-12 18:51:04 -04:00
Simon Montagu e65d157629 Tests for bug 563618 2010-05-11 17:38:25 +03:00
Ted Mielczarek bda71eee8a bug 563745 - Make automationutils.py's minidump processing able to send minidumps to minidump-stackwalk-cgi. r=catlee
--HG--
extra : rebase_source : ebbf745e5e77c55437cb05071f49d421d08956c6
2010-05-06 08:06:09 -04:00
Jeff Walden 23aeebc511 Bug 552560 - Remove support for __parent__. r=mrbkap 2010-04-11 13:51:00 -07:00
Serge Gautherie c4eb0f6244 Bug 427500 - Upgrade the copy of MochiKit used in Mochitest, to v1.4.2; (Dv2) Remove MochiKit r1174 tests.
r=ctalbert.
2010-05-01 14:02:03 +02:00