Commit Graph

5617 Commits

Author SHA1 Message Date
Anthony Jones
fef30b4da0 Bug 1097436 - Enable MSE support for MP4 on Windows and disable WebM; r=cajbir 2014-11-13 18:34:37 +13:00
Chris Double
f9680e5a8e Backout f53ad1a63b58 for test failure on Android 2014-11-13 15:40:10 +13:00
Monica Chew
39e398207d Bug 1046430: Make cookie behavior the same on beta/release as on aurora/nightly (r=jdm) 2014-10-02 15:49:26 -07:00
Chris Double
b8a070b457 Bug 1065215 - web platform test should expect pass for SourceBuffer.remove reopening MediaSource - r=karl
--HG--
extra : rebase_source : 4e301c6e3c22d8e7702ff964f76c596ae00c4ca8
2014-11-13 10:47:43 +13:00
Andrew Halberstadt
fe9a8d4694 Bug 1084412 - marionette.findElements returns immediately when searchTimeout is set, r=AutomatedTester
--HG--
extra : rebase_source : bd89e6209edaa5a4a5f7552dc548e0db120c88e8
2014-11-10 17:17:09 -05:00
Andrew Halberstadt
f547a9e2fc Bug 1096571 - Don't call into webdriver's isShown() method when manipulating content XUL in marionette, r=AutomatedTester
--HG--
extra : rebase_source : 73029f3246e37a958ba8a6c90bf0c11a97f389c2
2014-11-10 16:44:00 -05:00
Ryan VanderMeulen
f24acb59af Backed out changeset 92fc5580994a (bug 1038868) for causing intermittent OSX Marionette timeouts.
--HG--
extra : rebase_source : dcf4d8c25d8612b043c3a08a862ffef99c16fd95
2014-11-12 14:39:59 -05:00
Chris Manchester
7d133d5337 Bug 1090485 - Fix mozlog's commandline to accept file arguments for a formatter that is also the stdout default.;r=jgraham 2014-10-28 17:03:20 -04:00
Chris Manchester
cfa9e8f212 Bug 1095018 - Forward marionette's cookie interactions to the parent process for compatibility with e10s.;r=ato
* * *
Fixes based on review feedback.
2014-11-11 13:15:02 -05:00
Dave Hunt
4bd50dc82a Bug 1038868 - Use B2GDeviceRunner in the Marionette client. r=ahalberstadt 2014-11-12 14:52:59 +00:00
Dave Hunt
62343d3ee0 Bug 1095751 - Pass optional device serial to mozversion in Marionette runner. r=ahalberstadt 2014-11-12 13:26:57 +00:00
Nicholas Hurley
dc7c5e928e Bug 1094519 - Advertise h2-15 in addition to h2-14. r=mcmanus 2014-11-10 21:17:00 +01:00
Alexander J. Vincent
1255b6cbe8 Bug 1092477 - Let the subscript Loader report any URL it fails on, when it can. r=bholley 2014-11-08 17:08:09 -08:00
Dave Hunt
f1481c5bc6 Bug 1094164 - [mozdevice] Raise exception if we fail to forward socket connections. r=wlachance 2014-11-12 10:41:41 +00:00
Matthew Gregan
c374991120 Back out bug 1096748 (849a71ebcf66) due to test passing on a CLOSED TREE 2014-11-12 16:21:52 +13:00
Matthew Gregan
ff40bc4409 Bug 1096748 - Mark audio_has_no_subtitles web-platform test as expected to timeout. r=cpearce 2014-11-11 15:48:14 +13:00
Bobby Holley
ee109a0ea9 Bug 1096526 - Don't look for a structured formatter for buffering_on/buffering_off. r=jmaher 2014-11-11 16:11:25 -08:00
Ryan VanderMeulen
36c5013867 Bug 1079837 - Disable resource-timing/test_resource_timing.html for frequent failures.
CLOSED TREE
2014-11-11 15:15:04 -05:00
David Burns
630eab6626 Bug 1073732: Allow Marionette to have sessions ids that are unique for that session; r=jgriffin
--HG--
extra : rebase_source : 4ce931fcb6accc581867febe061151cdddf17ece
2014-11-11 15:55:23 +00:00
Olli Pettay
21760d9650 Bug 1096263, we pass now this XHR wp test, CLOSED TREE, r=sheriff 2014-11-11 15:01:20 +02:00
Carsten "Tomcat" Book
ef351901cb Backed out changeset 5548373ee88b (bug 1073732) for marionette test failures on a CLOSED TREE 2014-11-11 13:51:22 +01:00
David Burns
5905a519f9 Bug 1073732: Allow Marionette to have sessions ids that are unique for that session; r=jgriffin
The string is an opaque string(uuid) that uniquely identifies the session. It gives us webdriver compability and we can
use it to set sessions if we are doing restarts

--HG--
extra : rebase_source : e2d59e16a82d431da4a445f9890433353a6ac7f7
2014-11-10 16:47:23 +00:00
Nicholas Hurley
3b1bfa93e7 Bug 1049814 - Retry REFUSED_STREAMs on the same session. r=mcmanus 2014-11-06 09:47:00 -05:00
Andrew Halberstadt
6ebfd0d221 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
dd8705ee02 Merge fx-team to m-c. a=merge 2014-11-07 13:35:28 -05:00
Michael Ratcliffe
e2616dda10 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)
f61c7eab1b Bug 1091267 - Move automationutils:parseKeyValue to mochitest's runtests.py. r=ahal 2014-11-06 03:34:00 +01:00
Dave Hunt
6aa0f50d0f Bug 1087251 - Gather version and device information for HTML logging. r=jgraham 2014-11-07 12:49:00 +00:00
Chris Manchester
639e784555 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
a0300933d9 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
c1aacfb986 Merge m-c to inbound a=merge 2014-11-06 19:08:13 -08:00
Wes Kocher
7ec75772bd Merge fx-team to m-c a=merge 2014-11-06 18:26:36 -08:00
Dave Townsend
9f50e135a8 Bug 1095024: Port bug 987849 to mochitest-jetpack. r=jmaher 2014-11-06 12:16:15 -08:00
Carsten "Tomcat" Book
4fe0b21497 Backed out changeset c0087ef95dc0 (bug 1065827) 2014-11-06 14:58:59 +01:00
Gabor Krizsanits
d41de22710 Bug 1093033 - Imports should update their CustomElements. r=wchen 2014-11-06 14:05:36 +01:00
Carsten "Tomcat" Book
380779c7e2 Merge mozilla-central to mozilla-inbound 2014-11-06 13:53:27 +01:00
Carsten "Tomcat" Book
ae68da35a9 merge mozilla-inbound to mozilla-central a=merge 2014-11-06 13:50:25 +01:00
Gabor Krizsanits
9157e64247 Bug 1093028 - Imports should block DOMContentLoaded of the parent. r=mrbkap 2014-11-06 13:41:19 +01:00
Jean-Yves Avenard
d231c8a12c 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
e85f22fbe2 Merge m-c to fx-team. a=merge 2014-11-05 15:23:22 -05:00
Brian Nicholson
e7a9bd4d6c Bug 1068425 - Add tile reporting tests. r=rnewman 2014-11-05 12:14:35 -08:00
Chris Manchester
1f44ce337a 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)
657268417a 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
dc9b1b4455 Bug 1094526 - remove extra \n chars from xpcshell test output. r=chmanchester 2014-11-06 14:56:32 +11:00
Joel Maher
73f22c00cd 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
cd598e3edf 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
8482b91f4f Bug 1091263 - HTTP_1_1_REQUIRED support. r=mcmanus 2014-11-06 09:26:00 -05:00
Dave Hunt
75d93e598d Bug 1087250 - [mozlog] Bump version number to 0.27. r=wlachance 2014-11-06 08:57:26 +00:00
Vaibhav Agrawal
c39ab148cb 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
0829321d8c Bug 1090148 - [mozlog] Remove test class from HTML formatter. r=cmanchester 2014-11-05 10:44:19 +00:00