Nicholas Hurley
2b6d3a17ba
Bug 1049814 - Retry REFUSED_STREAMs on the same session. r=mcmanus
2014-11-06 09:47:00 -05:00
Andrew Halberstadt
944d9273f2
Bug 1088905 - Support with syntax when setting marionette's context, r=ato
...
Usage:
# content scope
with marionette.using_context(marionette.CONTEXT_CHROME):
# chrome scope
... do stuff ...
# content scope
--HG--
extra : rebase_source : 1a823ec0a92e14b0f49df961e155a64917efe994
2014-11-07 11:35:43 -05:00
Ryan VanderMeulen
410f09054e
Merge fx-team to m-c. a=merge
2014-11-07 13:35:28 -05:00
Michael Ratcliffe
926bf1ca5d
Bug 1090913 - Make mochitests fail when it has 0 passes and 0 fails r=jmaher
2014-11-05 16:00:52 +00:00
Pankaj Malhotra(:bitgeeky)
ff6b9df484
Bug 1091267 - Move automationutils:parseKeyValue to mochitest's runtests.py. r=ahal
2014-11-06 03:34:00 +01:00
Dave Hunt
263b4a7fe1
Bug 1087251 - Gather version and device information for HTML logging. r=jgraham
2014-11-07 12:49:00 +00:00
Chris Manchester
ad5c006436
Bug 1028407 - Establish connection to server faster. r=ato
...
There was a 5 second sleep() in the Marionette client. The history of
its value is unclear, but bug comments seem to indicate that Gecko
wasn't completely initialized during the observer notification that
starts the server. We removed the sleep and added a wait for the
"browser-delayed-startup-finished" message in the desktop case
before starting a session.
2014-07-03 17:03:10 -07:00
Jean-Yves Avenard
f20ad421bc
Bug 1065827 - disable unstable media source seek tests after ReadMetadata changes in bug 1092996. r=karlt
2014-11-06 20:56:26 +11:00
Wes Kocher
6c41020ae8
Merge m-c to inbound a=merge
2014-11-06 19:08:13 -08:00
Wes Kocher
2fd2330939
Merge fx-team to m-c a=merge
2014-11-06 18:26:36 -08:00
Dave Townsend
5b647e2ca7
Bug 1095024: Port bug 987849 to mochitest-jetpack. r=jmaher
2014-11-06 12:16:15 -08:00
Carsten "Tomcat" Book
4783ff11d2
Backed out changeset c0087ef95dc0 (bug 1065827)
2014-11-06 14:58:59 +01:00
Gabor Krizsanits
be6df61585
Bug 1093033 - Imports should update their CustomElements. r=wchen
2014-11-06 14:05:36 +01:00
Carsten "Tomcat" Book
e0dcb827b8
Merge mozilla-central to mozilla-inbound
2014-11-06 13:53:27 +01:00
Carsten "Tomcat" Book
416801d03f
merge mozilla-inbound to mozilla-central a=merge
2014-11-06 13:50:25 +01:00
Gabor Krizsanits
91938d122d
Bug 1093028
- Imports should block DOMContentLoaded of the parent. r=mrbkap
2014-11-06 13:41:19 +01:00
Jean-Yves Avenard
5ae659bb26
Bug 1065827 - disable unstable media source seek tests after ReadMetadata changes in bug 1092996. r=karlt
2014-11-06 20:56:26 +11:00
Ryan VanderMeulen
cc89a682db
Merge m-c to fx-team. a=merge
2014-11-05 15:23:22 -05:00
Brian Nicholson
448ba80aa6
Bug 1068425
- Add tile reporting tests. r=rnewman
2014-11-05 12:14:35 -08:00
Chris Manchester
3d296c8b46
Bug 1091662 - Support for modifier keys in chrome scope in marionette. r=dburns
...
* * *
Bug 1091662 - Add a test case for modifier keys.
2014-11-04 19:50:44 -05:00
Pankaj Malhotra(:bitgeeky)
945b5e8e0b
Bug 1064960 - [mozprocess] Guard against the output thread trying to join with itself. r=ahal
2014-11-04 02:35:00 +01:00
Mark Hammond
ea7285f1c0
Bug 1094526 - remove extra \n chars from xpcshell test output. r=chmanchester
2014-11-06 14:56:32 +11:00
Joel Maher
ed89946621
Bug 1094961 - Update talos on inbound to have the latest talos (e10s fixes). r=wlach, a=me
2014-11-06 09:27:00 -05:00
Chris Manchester
733221f8b6
Bug 1093834 - Ensure _TEST_NAME is passed to the child process in xpcshell's head.js. r=ted
2014-11-04 20:02:13 -05:00
Nicholas Hurley
e53d01ea81
Bug 1091263
- HTTP_1_1_REQUIRED support. r=mcmanus
2014-11-06 09:26:00 -05:00
Dave Hunt
cbf6fb7b78
Bug 1087250 - [mozlog] Bump version number to 0.27. r=wlachance
2014-11-06 08:57:26 +00:00
Vaibhav Agrawal
21217ed892
Bug 1089771 - Change conditional statements to fix --chunk-by-dir on Android. r=jmaher
...
CLOSED TREE
2014-11-06 05:35:00 -05:00
Dave Hunt
ac79da7488
Bug 1090148 - [mozlog] Remove test class from HTML formatter. r=cmanchester
2014-11-05 10:44:19 +00:00
Pankaj Malhotra(:bitgeeky)
a5b690fcb0
Bug 1087682 - Add a manifestparser test for the case where there is no manifest. r=jgriffin
2014-11-04 04:16:00 +01:00
Pankaj Malhotra(:bitgeeky)
4351fe04c1
Bug 1091270 - Move isURL out of automationutils; r=jgriffin
2014-11-04 16:59:40 -08:00
Felipe Gomes
70982a275f
Bug 1093691 - Part 3. Safeguard Mochitest, Reftest from e10s-on-nightly pref. r=gavin
2014-11-05 02:15:16 -02:00
Felipe Gomes
7e7028f39f
Bug 1093691 - Part 2. Safeguard Marionette harness from e10s-on-nightly pref. r=cmanchester
2014-11-05 02:13:19 -02:00
Felipe Gomes
6ec9492710
Bug 1093691 - Part 1. Update Talos revision to newer version that supports --e10s=false. r=jmaher
2014-11-05 02:11:33 -02:00
Ryan VanderMeulen
15bdd68de4
Bug 1090547 - Disable video_loop_base.html on Windows XP.
2014-11-04 11:35:06 -05:00
Geoff Brown
65d6cce4d3
Bug 1093328 - Limit crashreports to first 10 minidumps; r=ted
2014-11-04 08:17:19 -07:00
Armen Zambrano Gasparnian
eeb05f45e8
Bug 1043699 - Add Mulet reftests support. r=jgriffin
2014-11-04 09:18:27 -05:00
Zac Campbell
ebc042d630
Bug 1090962 - Skip steps of gather_debug when marionette session does not exist. r=davehunt
2014-11-03 14:02:23 +00:00
Wes Kocher
ca0c1c80b5
Merge fx-team to mozilla-central a=merge
2014-11-03 19:11:00 -08:00
Stephen Pohl
8ad576d66a
Bug 1091109: Don't sign webapprt-stub on OSX because webapps fail to launch due to quarantine bit. r=smichaud,myk
2014-11-03 17:13:16 -05:00
Armen Zambrano Gasparnian
80da5bfe94
Bug 1043699 - Backout of changeset 6921bd616ff1. DONTBUILD. CLOSED TREE. r=backout
2014-11-03 16:46:01 -05:00
William Lachance
4c804223f2
Bug 1093175 - Make ADBDevice examples in docs run as written;r=bc DONTBUILD
2014-11-03 12:09:02 -05:00
Chris Manchester
f74dc5a347
Bug 938745 - Add command line args to in-tree config to upload raw logs to blobber.;r=ahal
2014-11-03 16:11:58 -05:00
Vaibhav Agrawal
9ac0482856
Bug 1083347 - Removing entries from android23.json and annotating manifests. r=gbrown
2014-11-03 12:01:51 -08:00
Armen Zambrano Gasparnian
f49edc1f81
Bug 1043699 - Add Mulet reftests support. r=jgriffin
2014-11-03 12:55:46 -05:00
William Lachance
1438f1530b
Bug 945706 - [mozlog] logger.exception() calls do not add exception information to the output; r=wlach
2014-11-03 11:26:11 -05:00
Vaibhav Agrawal
722e0bc940
Bug 1083347 - Patch to remove entries in androidx86.json and annotate manifests. r=gbrown
2014-10-31 10:31:00 +01:00
JW Wang
2181152136
Bug 1078153 - capture the callback in a generated function object to prevent it becomes dead during GC. r=khuey
2014-10-27 01:31:00 +01:00
Gina Yeh
c004c75b05
Bug 989198, Patch 4: Dispatch both chrome event and key event for hardward keys, and add new permission, r=fabrice.
2014-11-03 15:05:43 +08:00
Ryan VanderMeulen
b1e25526d8
Backed out changeset 5eebce6c8845 (bug 1091109) for webapp test failures.
2014-11-01 00:15:44 -04:00
Stephen Pohl
5070442475
Bug 1091109: Don't sign webapprt-stub on OSX because webapps fail to launch due to quarantine bit. r=smichaud,myk
2014-10-31 20:39:07 -04:00