Commit Graph

4450 Commits

Author SHA1 Message Date
Wes Kocher
39189296b1 Merge fx-team to m-c 2014-05-01 18:16:02 -07:00
Gijs Kruitbosch
747650c6a3 Bug 799216 - allow leaving out head/tail entries in xpcshell manifests, r=ted
--HG--
extra : rebase_source : 39cdf74579aefcfcdd7e3cfc7d39edbdb8b6f007
2014-05-01 00:56:22 +01:00
Ed Morley
c5c755980d Merge mozilla-central and fx-team 2014-05-01 16:25:00 +01:00
Gijs Kruitbosch
9cce9799b6 Bug 1004410 - allow running mochitests against an arbitrary binary, r=jmaher
--HG--
extra : rebase_source : ba7e34aaffe2dd845b8717a34dc27c7f59983534
2014-05-01 11:05:36 +01:00
Vicamo Yang
8354f79a2e Bug 996443: carry emulator arch automatically for mach commands. r=ahal 2014-05-01 00:57:39 +08:00
Nicholas Hurley
6d0ca475a0 Bug 1001022 (part 2) - Update unit tests for http2 draft12. r=mcmanus 2014-04-29 18:46:05 -07:00
Nicholas Hurley
20f2673df9 Bug 993937 (part 2) - Update unit tests for http2 draft11. r=mcmanus
This updates our copy of node-http2 to the version that implements
draft11, and has the one-line change to make the xpcshell test work.
2014-04-29 18:46:01 -07:00
David Burns
8ac5a89123 Bug 1004089: Allow frame switching in marionette when switching by index and the frame is OOP; r=mdas 2014-04-30 22:59:25 +01:00
Nathan Froyd
9652b4ec50 Bug 1003296 - use Services.jsm more in specialpowersAPI.js; r=jmaher 2014-04-29 11:31:12 -04:00
Malini Das
3648714a31 Bug 995989 - fix APZ scrolling, r=dburns 2014-04-30 17:48:21 -04:00
Ryan VanderMeulen
80d774ea50 Merge m-c to inbound on a CLOSED TREE. 2014-04-30 16:47:33 -04:00
William Angell
b611795a01 Bug 974465 - Replaced all asterisk imports in Marionette client with explicit imports; r=automatedtester 2014-04-28 10:18:00 +01:00
Geoff Brown
b2328a442d Bug 978132 - Copy more binaries to device for Android xpcshell tests; r=jmaher 2014-04-29 15:09:27 -06:00
Joel Maher
680948adc2 Bug 1003356 - fix mozinstall to have version 1.10 not 0.10. r=wlach 2014-04-29 14:46:08 -04:00
Ryan VanderMeulen
1e1da15d05 Backed out changeset 2b041298914b (bug 1002780) for frequent talos failures.
CLOSED TREE
2014-04-29 14:20:18 -04:00
Ed Morley
5f8d0681d8 Merge mozilla-central and inbound 2014-04-29 18:23:29 +01:00
William Lachance
635d00a78b Bug 1003255 - Bump mozdevice to 0.34. r=jgraham 2014-04-29 12:49:26 -04:00
Carsten "Tomcat" Book
90337c62e2 merge fx-team to mozilla-central 2014-04-29 13:46:19 +02:00
William Lachance
11e876b5c7 Bug 1002619 - Fix syntax error in Marionette's setup.py. r=ato 2014-04-28 14:34:29 -04:00
Benjamin Smedberg
9ef2f5b211 Bug 995027 better logging - set experiments.logging.dump to true during test runs so that logging goes to the console even during shutdown, r=gfritzsche 2014-04-28 10:48:03 -04:00
Andrew Halberstadt
a547ad9484 Bug 1000918 - Add new default device root paths used by some FxOS devices to mozdevice. r=wlach 2014-04-24 10:39:00 -04:00
Joel Maher
f9f1c7daae Bug 1002780 - upload a new talos.zip to pick up all the fixes. r=Callek 2014-04-29 12:32:44 -04:00
Dan Minor
ffb7ffa88e Bug 992887 - Rename mach jittest to mach check-spidermonkey and add jstest support; r=mshal 2014-04-29 10:22:50 -04:00
Michael Vines
19697c0a12 Bug 1002039 - fix virtualenv download code, r=mdas 2014-04-28 20:55:33 -07:00
Malini Das
a548b6cf96 Bug 1001461 - Bump marionette_client version to 0.7.7 and release to PyPI, r=davehunt 2014-04-29 10:16:11 -04:00
Carsten "Tomcat" Book
3c3293eb9b Backed out changeset 633ff919c7f7 (bug 1002780) for tpn test failures 2014-04-29 14:03:46 +02:00
Joel Maher
9885015bc4 Bug 1002780 - upload a new talos.zip to pick up all the fixes. r=pmoore 2014-04-29 06:20:29 -04:00
James Graham
6d4ac72f1b Bug 1002267 - Stop trying to compare times in the mozlog unit tests, r=wlach. 2014-04-28 10:27:00 +02:00
Myk Melez
480d68dd37 Bug 1001681 - define Task to fix webapprt-test-chrome tests; r=jmaher 2014-04-26 14:05:46 -07:00
David Burns
522a852d9e Bug 929175: Part 1: Allow Marionette to switch to frameset frames. ; r=mdas 2014-01-18 20:08:36 +00:00
David Burns
cb58f05265 Bug 929175: Part 2: Updating frames tests.; r=mdas 2014-04-25 14:41:17 +01:00
Masayuki Nakano
d1bd9612e9 Bug 998188 part.5 Fix orange and improve EventUtils.js and ChromeUtils.js r=smaug 2014-04-26 08:52:13 +09:00
Masayuki Nakano
44bfd22cce Bug 998188 part.1 Add test for this crash on debug build r=ehsan 2014-04-26 08:52:12 +09:00
Andrew McCreight
a5bceed7c9 Bug 949607, part 2 - Add and use runNextCollectorTimer. r=smaug 2014-04-25 13:21:04 -07:00
Jonathan Griffin
ad11c8bc7b Bug 920569 - Add webapprt to in-tree configs, r=jmaher 2014-04-25 11:30:00 -07:00
Andreas Tolfsen
86d8e58e41 Bug 999550 - Make check for B2G backwards compatible with Gecko 28 branch. r=bsilverberg 2014-04-25 07:47:00 -04:00
David Burns
6bcbfcfc7d Bug 811747: Adding a test for checking that page_source handles unicode chars; r=jgriffin 2013-01-09 14:32:54 +00:00
Carsten "Tomcat" Book
62cb07a37c Backed out changeset bc6ddc5dc31a (bug 929175) on request on a CLOSED TREE 2014-04-25 15:51:24 +02:00
Carsten "Tomcat" Book
2f5f7529a1 Backed out changeset 6bb03867a3ad (bug 929175) 2014-04-25 15:50:33 +02:00
Carsten "Tomcat" Book
6a15981895 Backed out changeset a3e1f186d06a (bug 811747) 2014-04-25 15:50:28 +02:00
David Burns
6252d5ccd4 Bug 811747: Adding a test for checking that page_source handles unicode chars; r=jgriffin 2013-01-09 14:32:54 +00:00
David Burns
a104d2cf6e Bug 929175: Part 2: Updating frames tests.; r=mdas 2014-04-25 14:41:17 +01:00
David Burns
a4b397d098 Bug 929175: Part 1: Allow Marionette to switch to frameset frames. ; r=mdas 2014-01-18 20:08:36 +00:00
Marco Castelluccio
ab19faaacc Bug 1000512 - If a test cleanup function returns a promise, wait for it to be resolved before running other tests. r=jmaher 2014-04-24 16:34:00 +02:00
Jeremy Morton
69d567dd6b Bug 998291 - Allow for relatively-loaded modules to be loaded into a given scope. r=bsmedberg 2014-04-22 23:37:26 +01:00
Ryan VanderMeulen
c2d10881f6 Merge fx-team to m-c. 2014-04-24 13:39:46 -04:00
Ryan VanderMeulen
a634c71c8e Backed out 6 changesets (bug 942756) for Gaia integration test failures on a CLOSED TREE.
Backed out changeset 61f910c1aa72 (bug 942756)
Backed out changeset a45a8d47cf9c (bug 942756)
Backed out changeset ac1d4bc60841 (bug 942756)
Backed out changeset d7931085db18 (bug 942756)
Backed out changeset a048dcd963fd (bug 942756)
Backed out changeset 51a0ebd27ffb (bug 942756)
2014-04-24 13:11:55 -04:00
Carsten "Tomcat" Book
0d1da9b732 Merge m-c to fx-team 2014-04-24 13:22:27 +02:00
Eddy Bruel
ba17901de0 Bug 859372 - Refactor transport.js; r=past 2014-04-24 13:23:30 +02:00
Carsten "Tomcat" Book
e6e2deab22 merge b2g-inbound to mozilla-central 2014-04-24 13:12:50 +02:00