Ryan VanderMeulen
4e0f4f8c6c
Merge inbound to m-c. a=merge
2015-04-30 13:56:09 -04:00
Ryan VanderMeulen
0b0575c1a3
No bug - Bump mozharness.json to revision fa7ea67fc5a2.
...
CLOSED TREE
2015-04-30 10:42:18 -04:00
Andreas Tolfsen
989ed7e48f
Bug 1155716: Part 2: Remove HTMLElement#submit from marionette-driver
...
Also bumps the marionette-driver version to 0.6 and removes submit tests.
r=dburns
--HG--
extra : source : c58c47e280f67a7678890674e4295982fb92e521
2015-04-29 11:32:01 +01:00
Andreas Tolfsen
ece490e01b
Bug 1155716: Part 1: Remove submitElement from Marionette
...
r=dburns
--HG--
extra : source : 520ede785b0967572ca6411e75ce7466886db0f5
2015-04-29 11:31:19 +01:00
Andreas Tolfsen
9be62c99ef
Bug 1157255: Use typeof to determine MarionetteObj exports
...
This makes us not rely on try…catch logic to export MarionetteObj
properties and functions on the sandbox.
The patch also cleans up a few more details on
createExecuteContentSandbox.
r=dburns
--HG--
extra : rebase_source : 920069f09328b57adad36827b4f67a28aedfdb1d
2015-04-28 19:16:46 +01:00
James Graham
2b09933c8c
Bug 1160085 - Update to latest wptrunner, a=testonly
2015-04-30 11:27:05 +01:00
Randell Jesup
49c3b667fa
Bug 1159300: Add a clone of gmp-fake that doesn't do decryption r=glandium,cpearce
...
--HG--
rename : dom/media/gmp-plugin/Makefile.in => dom/media/gmp-plugin-openh264/Makefile.in
rename : dom/media/gmp-plugin/fake.info => dom/media/gmp-plugin-openh264/fakeopenh264.info
rename : dom/media/gmp-plugin/fake.voucher => dom/media/gmp-plugin-openh264/fakeopenh264.voucher
rename : dom/media/gmp-plugin/moz.build => dom/media/gmp-plugin-openh264/moz.build
2015-04-30 00:52:26 -04:00
jlal@mozilla.com
3a87329e51
Bug 1159994 - Increase default builder timeout to 2 hours r=me a=bustage
...
--HG--
extra : rebase_source : cf062ab3999891dbeef92f716a784f0ae167d73c
2015-04-29 19:32:08 -07:00
Armen Zambrano Gasparnian
1b93a3ea9d
Bug 1159816 - Bump marionette_client to 0.12. DONTBUILD. CLOSED TREE. r=chmanchester
2015-04-29 16:35:33 -04:00
Wes Kocher
288864c0de
Merge m-c to inbound a=merge CLOSED TREE
2015-04-29 13:08:07 -07:00
Ben Kelly
2523e407a4
Bug 1154325 P3 Re-enable service-workers/cache-storage WPT tests. r=jgraham
2015-04-29 09:03:15 -07:00
ziyunfei
e1db0f779e
Bug 1102219 - Part 4: Replace String.prototype.contains
with String.prototype.includes
in chrome code. r=till
2015-04-30 00:32:05 +09:00
John Ford
084492738a
Bug 1159669 - Switch all production jobs to aws-provisioner-v1 r=jonasfj a=tomcat
2015-04-29 12:12:24 +02:00
Ryan VanderMeulen
dc34386c9f
Merge inbound to m-c. a=merge
2015-04-28 15:27:26 -04:00
Andreas Tolfsen
dfd24acbdc
Bug 1157259: Correct ScriptTimeoutError reference in listener
...
r=dburns
--HG--
extra : rebase_source : 9119d7d29328468b959adf2cec497448f5902a38
2015-04-28 18:59:07 +01:00
Andreas Tolfsen
27e826ece6
Bug 1157266: Fix error unable to set cookie in listener
...
r=dburns
--HG--
extra : rebase_source : 799887866c0cb47f5fa6a0c656512609b42a9b3c
2015-04-28 18:53:51 +01:00
Andreas Tolfsen
0db4c225cc
Bug 1159232: Avoid use of template string in GeckoDriver#sendAsync
...
Also avoids it in GeckoDriver#execute.
r=dburns
--HG--
extra : rebase_source : 0f73cedd438590b6489fd6e8df34c9ae27e22e5c
2015-04-28 14:34:55 +01:00
Andreas Tolfsen
135734ed2d
Bug 1159238. Generate UUID internally to ContentSender
...
r=dburns
--HG--
extra : source : e24c86fa5a8c5abb6b51662b0f44b4bab480b1ed
2015-04-28 18:15:08 +01:00
Andreas Tolfsen
89570930a6
Bug 1159219: Make ContentSender a separate module
...
r=dburns
--HG--
extra : rebase_source : dd217232c478e94673ee416dd1d19ae5f37bce2a
extra : source : a0fa5dabf485fd6860e4dd150158f59da2ca6692
2015-04-28 14:25:37 +01:00
Ryan VanderMeulen
62c1b37f2f
Merge m-c to inbound. a=merge
...
CLOSED TREE
2015-04-28 16:03:15 -04:00
Chris Manchester
7d85508517
Bug 978846 - Add a file to the tree to tell mozharness what arguments from try are acceptable to pass on to the harness process.;r=ahal DONTBUILD
2015-04-28 11:18:27 -07:00
Andreas Tolfsen
34c27181b2
Bug 1157257: Include error's name if it's not a WebDriver error
...
When native JavaScript errors are thrown because of internal errors,
this will include the Error prototype's name in the message.
This is useful since the WebDriver protocol doesn't allow for arbitrary
JS error marshaling.
r=chmanchester
--HG--
extra : rebase_source : d1bd290b1df1acf6c3f67a7fcd7d1f71b7006477
2015-04-23 14:34:40 +01:00
John Ford
bdd9a37f50
Bug 1159158 - Switch emulator-ics-{opt,debug}, emulator-x86-kk, b2gtest-emulator over to new provisioner r=wcosta
2015-04-28 10:51:55 +02:00
Andreas Tolfsen
ee63bc61fa
Bug 1157253: Port ListenerProxy to use Proxy instead of __noSuchMethod__
...
r=chmanchester
--HG--
extra : rebase_source : 9a8a3e3528cb665519de1f986c48c67ac99c5445
2015-04-23 16:59:12 +01:00
Hiroyuki Ikezoe
fc6e6e9d62
Bug 1150822 - Need ability to skip each test on a given conditions. r=ted
2015-04-27 20:39:00 +02:00
Mike Shal
9ba87cc97c
Bug 1122746 - Ignore *.pyc in zip instead of removing them; r=ted
2015-04-23 15:55:44 -04:00
Joel Maher
46eec45f4f
Bug 1157852 - Mochitest DevTools test directories run multiple times. r=ahal
2015-04-27 08:43:07 -04:00
Andreas Tolfsen
74a53a677c
Bug 1158219: Don't set `id' field if undefined when switching frame
...
When the `frame' argument is None, which it is by default, we were setting
the `id' field of the packet regardless. This only works because of a
faulty == operator comparison in the server.
r=jgriffin
--HG--
extra : rebase_source : cd490db0c8c18f68d4a91803daa833bc2f08631e
2015-04-24 17:55:22 +01:00
Andreas Tolfsen
24b67d6136
Bug 1157258: Fix null type comparisons in driver.js
...
r=davehunt
--HG--
extra : rebase_source : a42ce4451d399e8689c503224e21e503ddd0e720
2015-04-24 13:55:52 +01:00
Carsten "Tomcat" Book
596e5f9960
merge fx-team to mozilla-central a=merge
2015-04-27 12:34:03 +02:00
Carsten "Tomcat" Book
107708af7c
merge mozilla-inbound to mozilla-central a=merge
2015-04-27 12:00:14 +02:00
jlal@mozilla.com
db6c7eb8d9
Bug 1149156 - Add support for long form of try flags r=garndt
...
--HG--
extra : rebase_source : 4353ca0e19dac2d33828756e2c8c7982fd295c2c
2015-04-24 14:32:23 -07:00
Andreas Tolfsen
9c89709503
Bug 1158113: Removing two straggling error codes from Marionette
...
r=davehunt
--HG--
extra : rebase_source : 0ba61719dcfa99e06f34626672cbbac91c69906f
2015-04-24 12:06:43 +01:00
Carsten "Tomcat" Book
847865a149
Merge mozilla-central to mozilla-inbound
2015-04-24 14:57:12 +02:00
Carsten "Tomcat" Book
cdf101ec43
merge mozilla-inbound to mozilla-central a=merge
2015-04-24 14:37:13 +02:00
Carsten "Tomcat" Book
aa8f5278be
merge fx-team to mozilla-central a=merge
2015-04-24 14:24:46 +02:00
Dave Hunt
5a597a5e84
Bug 1156812 - [mozdevice] Support specifying alternate log buffers when retrieving or clearing the logcat. r=bclary
2015-04-23 16:42:11 -07:00
Wes Kocher
84a6b2c6d2
Backed out changeset 619f030b0d23 (bug 1156812) for android m7 orange
2015-04-23 16:26:38 -07:00
Kai-Zhen Li
3963c3f788
Bug 1144463 - Correct execute permission of build-dolphin and update the cache path. r=wcosta
...
--HG--
extra : rebase_source : 925795198f0ba8a9d1c8b16b729580069650439b
2015-04-24 00:18:40 +08:00
Andreas Tolfsen
5ade32492f
Bug 1155658: Rename "illegal argument" error to "invalid argument"
...
r=chmanchester
--HG--
extra : rebase_source : b49c8bcaa30b470ae372182a83b6085ae94ddb7f
2015-04-17 18:43:05 +01:00
Andreas Tolfsen
cb82383649
Bug 1157665: Add mozrunner dependency to marionette_driver
...
Also bumps the version to 0.5.
r=davehunt
--HG--
extra : rebase_source : 71e92e750ee4a8a82fd6cb3f5a12a4018d0c1984
2015-04-23 13:11:31 +01:00
Nathan Froyd
7e539337cc
Bug 1155816 - part 1 - move NO_JS_MANIFEST to moz.build; r=mshal
2015-04-17 14:50:12 -04:00
Nathan Froyd
61d56a0566
Bug 1155816 - part 0 - remove NO_JS_MANIFEST from testing/mochitest/Makefile.in; r=mshal
...
The lone check for NO_JS_MANIFEST in rules.mk suggests that we need to
be looking at EXTRA_COMPONENTS/EXTRA_PP_COMPONENTS. But
testing/mochitest/ doesn't define either of those variables, so
NO_JS_MANIFEST is just taking up space in this instance.
2015-04-17 14:05:54 -04:00
Nathan Froyd
d264a57b76
Bug 1155776 - move USE_EXTENSION_MANIFEST to moz.build; r=mshal
2015-04-17 13:51:42 -04:00
Ryan VanderMeulen
6eee1dc356
Merge m-c to fx-team. a=merge
...
CLOSED TREE
2015-04-24 16:07:47 -04:00
Ryan VanderMeulen
2874ac15cb
Merge m-c to fx-team. a=merge
2015-04-23 17:25:20 -04:00
Armen Zambrano Gasparnian
9758a1120d
Bug 1155743 - Change how mozinstall extracts installers, skip tests, remove firefox.exe & release version 1.12. r=ahal
2015-04-23 11:03:01 -04:00
Carsten "Tomcat" Book
20f04c6b64
merge fx-team to mozilla-central with the correct cset a=merge
2015-04-23 15:48:43 +02:00
Carsten "Tomcat" Book
ad1045aa02
merge mozilla-inbound to mozilla-central a=merge
2015-04-23 15:41:03 +02:00
Carsten "Tomcat" Book
30b01a14e8
Backed out changeset f99621542727 (bug 1038068) for test failures in test_corrupt.js etc on a CLOSED TREE
2015-04-23 09:09:30 +02:00