Ed Morley
81fe0db761
Merge mozilla-central and fx-team
2012-08-03 15:52:55 +01:00
Tim Taubert
35294c0950
Bug 728294 - Part 1 - Remove old debug log parser; r=ted
2012-08-03 12:36:59 +02:00
Justin Dolske
41d4ca6105
Bug 778606 - SafeBrowsing.jsm should use nsUrlFormatter. r=gcp, f=gavin
2012-08-01 15:52:47 -07:00
Mounir Lamouri
df5968efcc
No bug - fix build bustage on Windows/Android and M-oth on MacOS. r=me CLOSED TREE
2012-07-20 02:14:25 -07:00
Justin Lebar
98d0217881
Bug 770894 - Followup: Don't use "/" inside app names, and don't declare multiple apps with the same version. r=mounir
2012-07-19 23:40:50 -07:00
Mounir Lamouri
52e9488430
Bug 770894 - Add a testing infrastructure to test features related to Web Apps in mochitests. r=jmaher
2012-07-19 23:40:15 -07:00
Brad Lassey
d29e5af079
bug 736602 - Change inactive tab timer clamp setting to something higher than 1hz r=mfinkle
2012-06-11 22:15:55 -07:00
Jesse Ruderman
33745d72ad
Bug 758986 - call stackFixerFunction before logging. r=ted
2012-05-29 16:10:58 -07:00
Ehsan Akhgari
2362f4b5ee
Bug 307181 - Stage Firefox updates in the background after they're downloaded, and replace the application directory on restart; r=rstrong,bbondy
...
When Firefox downloads an update, it previously kept the update around to apply
it on the next restart. This patch changes this so that the updater program
is launched in the background as soon as the update has finished downloading
in order to stage the updated version of the application by copying the
existing installation directory to a temporary location and applying the update
on top of it, and replace the existing installation directory with the staged
directory on the next restart.
Because the replacing step is typically very fast, this patch eliminates the
wait for the update to be applied on restart, making it unnecessary to show a
progress dialog when restarting.
--HG--
rename : toolkit/mozapps/update/test/chrome/test_0092_finishedBackground.xul => toolkit/mozapps/update/test/chrome/test_0093_stagedBackground.xul
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test/unit/test_0113_general.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test/unit/test_0114_general.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test/unit/test_0115_general.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test/unit/test_0172_fileLocked_xp_win_complete.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test/unit/test_0173_fileLocked_xp_win_partial.js
rename : toolkit/mozapps/update/test/unit/test_0110_general.js => toolkit/mozapps/update/test_svc/unit/test_0113_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0111_general.js => toolkit/mozapps/update/test_svc/unit/test_0114_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0112_general.js => toolkit/mozapps/update/test_svc/unit/test_0115_general_svc.js
rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete.js => toolkit/mozapps/update/test_svc/unit/test_0172_fileLocked_xp_win_complete_svc.js
rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial.js => toolkit/mozapps/update/test_svc/unit/test_0173_fileLocked_xp_win_partial_svc.js
2012-05-22 10:50:04 -04:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Jonathan Watt
a3169c5bd5
Bug 755247 - Have automation.py.in set browser.startup.page to 0 so it initial loads about:blank. r=ted.
...
--HG--
extra : rebase_source : 179bf28ad82e9544a43715ae4708689efcfc9f4c
2012-05-16 11:07:50 +01:00
Ted Mielczarek
bc1fb7a14e
bug 740242 - add some diagnostics to get more info about Python exceptions during Mochitest. r=jmaher, a=test-only
2012-05-02 07:15:07 -04:00
Jonathan Griffin
5bc2e94f14
Bug 748159 - Let mochitest handle extra prefs that contain an equal sign, r=ted, a=testonly
2012-04-25 10:34:53 -07:00
Gavin Sharp
80710b8eea
Bug 589668: take screenshots on test failures on Windows, screenshot utility written by Ted Mielczarek <ted.mielczarek@gmail.com>, build goop by me and jhford, r=khuey
...
--HG--
extra : transplant_source : %2A%07%B3w%DEg%DB%99%7EQR8Wq/%96J%E8%8D%D8
2012-02-08 12:30:07 -08:00
Rob Campbell
3bf1f57058
merge fx-team to m-c
2012-03-08 10:30:11 -04:00
Sam Garrett
004e03af67
Bug 637103 - Adding a reminder so that the runner knows only one screenshot was taken. r=karlt
2012-03-07 09:27:45 -08:00
Tim Taubert
78b47d1e50
Backed out changeset bbd44e01ef9f (bug 683953)
2012-02-26 20:28:37 +01:00
Tim Taubert
04ea538303
Bug 683953 - Follow up, make logger argument optional to fix Android bustage; r=bustage-fix
2012-02-26 19:12:33 +01:00
Tim Taubert
242b4e116d
Bug 683953 - Part 1 - Parse log output and collect statistics about leaked DOMWindows and DocShells; r=ted
2012-02-25 12:48:05 +01:00
Blair McBride
23957a1b85
Bug 711679 - Send background version checks to new domain. r=darktrojan,dtownsend
2012-03-07 21:18:28 +13:00
Gregory Szorc
66a020fdaf
Bug 716736 - Re-add performance data to daily add-on update check; r=Unfocused
2012-01-31 17:22:42 -08:00
Bobby Holley
8a890a3676
Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz
2011-12-30 09:35:38 -08:00
Dave Townsend
7e30293660
Bug 704988: Check the add-on hotfix is signed by a specific certificate. r=robstrong, r=Unfocused
2011-12-16 12:04:28 -08:00
Blair McBride
10376be963
Bug 709531 - Addons Manager tests should have AMO-related prefs reset after each test to disallow network access. r=dtownsend a=mbrubeck
2011-12-15 14:00:19 +13:00
L. David Baron
9316570c37
Run existing tests without font size inflation, even when it is enabled. (Bug 627842, patch 17) r=roc
2011-11-23 18:48:24 -08:00
Benjamin Smedberg
6512ff85a3
Bug 429592 part whatever - disable the hang monitor during all tests which also disable the DOM script timeout, since the hang monitor relies on the DOM script timeout to avoid firing on long content script, r=jmaher
...
--HG--
extra : rebase_source : 9ab0290b869fdb6cfa63605383728a7edcbd54a1
2011-11-11 10:37:24 -05:00
Phil Ringnalda
47ec399c96
Backout changesets c9abc8ef4626, d62512892555, 69f89ee5d08f, c511af7d8f58, 6a6a560a1492, ac0ec1183d19, 46669afabd15, 74f32abaa8c0, f197554cf989, 0a2405eb5b90, b48954598d7d, e0a82577259c, 0235d1541e58, 450f2557d3a2, e24d196602bf, 03c2ea0eeba3, 7aca4ef8e538, 11ec362e780b, 4b92a3b96446 (bug 627842) for Windows crashtest assertions and Android reftest failures
...
--HG--
extra : rebase_source : fc8946055314369bfba5038ded32afcb00bf134d
2011-11-14 22:12:31 -08:00
William Lachance
8370e105a7
Bug 679759 - Drop MINIDUMP_STACKWALK_CGI support, let harness download symbols as needed; r=ted
2011-11-15 04:33:21 +00:00
L. David Baron
a9396bac02
Run existing tests without font size inflation, even when it is enabled. (Bug 627842, patch 17) r=roc
2011-11-15 17:02:01 +13:00
Chris Leary
a4908dc54a
Bug 700822: Add javascript.options.jit_hardening pref, default enabled. (r=dmandelin)
2011-11-08 13:28:49 -08:00
Matt Brubeck
ccf92d7c36
Back out cd695cdb3b4f (bug 679759) because of test failures
2011-11-07 13:40:42 -08:00
William Lachance
929966d707
Bug 679759 - MINIDUMP_STACKWALK_CGI support, let harness download symbols as needed, r=ted
2011-11-07 13:14:22 -08:00
Gavin Sharp
f269279403
Bug 691951: make startup notifications persist until the users close them (disable auto-dismissal), r=zpao
...
--HG--
extra : transplant_source : %16%B44%1C%03%FC%C3%04%00%EA%8E%A6%D5%96%16%F2%16O%D4%40
2011-11-04 14:45:01 -07:00
Patrick McManus
637ad95bfd
bug 599295 r=jduell
...
--HG--
extra : rebase_source : b376fd42a37c8b92389b43fac2e253a8466c3349
2011-11-02 17:43:27 -04:00
John Ford
a602ab8942
bug 695274 - unconditionally define dumpScreen in automation.py r=ted
2011-11-02 07:56:35 -07:00
John Ford
61b1698e03
bug 695274 - UNIXISH, IS_MAC and IS_WIN32 are class variables not globals r=khuey
2011-11-01 13:12:50 -07:00
John Ford
a924fd547c
bug 695274 - unit test timeouts on Mac should print a screenshot r=ted
2011-10-21 13:09:05 -07:00
Rafael Ávila de Espíndola
1a88fa5343
Bug 696281 - disable trace malloc stacks on OS X too. r=dbaron.
...
This patch disables trace malloc stacks on OS X too. To make this work,
we still have to look on the stack to decide if we must set immediate_abort,
but we can avoid other work like decoding the addresses.
2011-10-28 18:43:49 -04:00
Dave Townsend
2cf7bc83c1
Bug 693743: Some 3rd party add-ons are getting installed into the profile and are not disabled on start-up. r=Unfocused
2011-10-22 11:37:15 -07:00
Brian Hackett
516cb9f7f6
Remove JIT prefs from automation.py, bug 693815. r=dmandelin
2011-10-19 08:28:50 -07:00
Ben Turner
04ef958ca2
Bug 688300 - 'mochitest runtests.py --install-extension is totally broken'. r=ted.
2011-10-14 08:45:58 -07:00
Ted Mielczarek
c4ac77c714
bug 686807 - Refactor checkForCrashes to make it more usable for remote automation. r=jmaher
2011-09-21 10:27:16 -04:00
Jesse Ruderman
3f2652249b
Bug 670016 - Only append a -bin suffix if app-bin exists. This makes it possible to test Fennec on Mac. r=ted
2011-09-09 17:04:36 -07:00
Mark Finkle
4758a3151a
Bug 683167 - Disable tablet UI during unit testing [r=jmaher]
2011-08-30 23:06:58 -04:00
Gavin Sharp
3a42f6e6b3
Bug 669483: automation.py should handle logging non-ASCII stdout, r=ted
2011-06-27 19:49:41 -04:00
Gavin Sharp
f5524dd930
Bug 668134: telemetry notification should be disabled in the testing profile
...
--HG--
extra : rebase_source : 1d0dfa183b8228366af2cb06297d40a43a16285a
2011-07-05 12:15:06 -04:00
Josh Matthews
deed9acfed
Bug 665316 - Initialize variable before use. r=ted
2011-06-18 16:29:57 -04:00
Wes Johnston
6542252fbc
Bug 662785 followup, disable uidiscovery UI in tests to fix some orange, r=mfinkle
2011-06-10 15:14:02 -07:00
Wes Johnston
1d363880de
Bug 653141 - Allow language choice on first-run. r=mfinkle
2011-06-07 12:11:37 -07:00
Patrick McManus
5fd56cb6b8
bug 640003 - websockets, fixup tests for new server r=smaug r=biesi
2011-05-21 21:27:52 -04:00