Commit Graph

7649 Commits

Author SHA1 Message Date
Robert Strong
547c00c74f Bug 1169729 - Add prefixes to the mkdtemp calls in runxpcshelltests.py so it is easy to determine the directories that cause 'INFO Failed to remove directory' messages. r=ted 2015-06-01 11:52:21 -07:00
Carsten "Tomcat" Book
eb48a24ba6 Merge mozilla-central to fx-team
--HG--
extra : rebase_source : fbef0c13a05cfbe506f20d7fac84719a2e0e7396
2015-06-01 15:35:55 +02:00
Maksim Lebedev
1c0292df57 Bug 1133417 - Change dependencies and expected results in pointer events tests in section W4. r=smaug 2015-05-29 06:54:00 +02:00
Carsten "Tomcat" Book
a723ed3ad7 Backed out changeset e91ac9a35f86 (bug 1169476) for android rc2 crashes 2015-06-01 09:38:42 +02:00
Nick Alexander
f242708503 Bug 1169476 -- Implement |mach robocop --serve|. r=gbrown
This adds a flag to |mach robocop| that does everything to run a
Robocop test except launch the actual test.  Instead of launching the
test, it starts the mochi.test server and launches Fennec with a test
profile; then it sits and waits forever.

This allows regular Java IDEs (IntelliJ, but previously Eclipse) to
run Robocop tests like regular instrumentation tests, "injecting" them
into the prepared testing environment.  It's quite nice!

--HG--
extra : rebase_source : 15e9e8d5c311312e2eb317936e5d154237c1f9a3
extra : histedit_source : 050ac958ae8580f45e5011a0d353bf13e65d5ff3
2015-05-25 14:27:21 -07:00
Daniel Holbert
6a8b8e9e5a Bug 1167250: Mark testing/mochitest/ssltunnel/ as FAIL_ON_WARNINGS. r=ted 2015-05-21 09:48:04 -07:00
Daniel Holbert
5f73d74062 Bug 1167249: Use delete[] instead of delete to deallocate some arrays in mochitest ssltunnel.cpp. r=ted 2015-05-22 12:47:02 -07:00
Mike Shal
78ffc486b4 No bug - bump mozharness.json to 66c655a58460 2015-05-22 13:20:16 -04:00
Birunthan Mohanathas
33d00f98a4 Bug 1166840 - Merge SpecialPowers.{copyString,clipboardCopyString}. r=ehsan 2015-05-21 21:50:04 +01:00
Birunthan Mohanathas
3ffa8d565d Bug 1166840 - Remove unused document argument in uses of nsIClipboardHelper.copyString. r=ehsan 2015-05-21 21:49:30 +01:00
Morgan Phillips
4b5d363d25 Bug 1167602 - Add a folder for cusom mozharness configs; r=dustin
This also adds a config for turning off sendchange (enabled by default), since that
breaks things when credentials aren't available.
2015-05-22 13:28:41 -04:00
Morgan Phillips
9936997053 Bug 1167586 - desktop-build [TC] Add a comments section to the dummy buildprops.json file
This prevents the superflous warning: comments could not be determined. This may be because it was a forced build
2015-05-22 13:28:00 -04:00
Morgan Phillips
e0caa31475 Bug 1167255 - Add the ability to pass in multiple mozharness configs to the TC desktop-builder; r=dustin
Some jobs require more than one config.
2015-05-22 13:18:37 -04:00
Morgan Phillips
ba92d60a25 Bug 1164618 - Start Xvfb in a loop in docker images; r=dustin
Sometimes the Xvfb sanity check can fail due to slow startup times,
this introduces a simple retry system, with sleeps, to ensure that failures are
due to another cause.

--HG--
extra : amend_source : efed55e9eb5f44779595a1f1293ae17ebb48a9b8
2015-05-22 13:15:18 -04:00
Carsten "Tomcat" Book
24e6e4b7d8 Merge mozilla-central to mozilla-inbound 2015-05-20 16:17:47 +02:00
Ting-Yu Chou
3d79e33a98 Bug 1141418 - Fix index after calling splice while iterating remoteFrames array. r=jgriffin
--HG--
extra : rebase_source : e7978467a5837f3967985c291df23f4d83a86396
2015-05-18 12:04:26 +08:00
Wander Lairson Costa
dfbe4b8aca Bug 1164939: Provide flame-kk user, userdebug and eng builds.
--HG--
extra : rebase_source : d535e7baa99b0302b5faec9cf97ec5e5a37f08e8
2015-05-17 10:14:08 -03:00
Jonathan Griffin
8824722da9 Backout cc15c275b1e3 (Bug 1149618) on a CLOSED TREE for suspected debug emulator bustage, a=bustage 2015-05-19 19:35:38 -07:00
Ben Kelly
0241f41973 Bug 1165395 Test Cache API after QuotaManager reset. r=janv 2015-05-19 17:47:16 -07:00
Jonathan Griffin
ac2f6d8d6e Bug 1149618 - Remove SpecialPowers from Marionette, r=dburns 2015-05-18 16:36:15 -07:00
Olli Pettay
d6a44b8e13 Bug 1164981 - Add MouseEvent.movementX/Y. r=masayuki, r=ehsan
CLOSED TREE
2015-05-19 16:26:02 -04:00
Ryan VanderMeulen
32c71ac735 Backed out changeset 2ac9fe6d2333 (bug 1164981) for frequent test_bug301397.xul failures.
CLOSED TREE
2015-05-19 15:08:34 -04:00
Olli Pettay
46d974943b Bug 1164981 - Add MouseEvent.movementX/Y, r=masayuki,ehsan
--HG--
extra : rebase_source : 2119f9849223ec49075737ca8fb4356d8f0765b5
2015-05-19 19:57:24 +03:00
Ryan VanderMeulen
a022f9015f Backed out changeset f7054968c36b (bug 1165395) for B2G debug crashes.
CLOSED TREE
2015-05-19 11:42:01 -04:00
Dustin J. Mitchell
a0c737b923 Bug 1166284: use set -v -e -x; r=mrrrgn
--HG--
extra : rebase_source : e8d03d1617d5cba841051a9891b938744daf76b6
2015-05-19 10:13:22 -04:00
Andrew Halberstadt
6a55c03d43 Bug 1058923 - Package mach in tests.zip; create bootstrap script for test package, r=gps
--HG--
extra : rebase_source : 9f988171182a0abd54724e0cc2906fe678da318f
extra : source : 7923a0c837b56efcd1376b95318fe4cdce03d5e8
2015-05-01 12:20:55 -04:00
Joel Maher
044ad93dd3 Bug 1162753 - update talos to pick up quit and remote pageset fixes. r=wlach 2015-05-19 10:02:22 -04:00
Ben Kelly
628c49aec7 Bug 1165395 Test Cache API after QuotaManager reset. r=janv 2015-05-19 06:50:20 -07:00
Eric Rahm
208bad3ba8 Bug 1164121 - Add |mach| command to run jsapi-tests. r=sfink
Provides a |mach jsapi-tests <optional_test_name>| command.
2015-05-15 15:41:50 -07:00
Phil Ringnalda
6a2ec58b6a Merge b-i to m-c, a=merge 2015-05-16 09:02:05 -07:00
jlal@mozilla.com
7bd38d1cfe Bug 1165468 - Upgrade to git 2.4 r=garndt
--HG--
extra : rebase_source : b7ba9e1046f250778f280c700a2f389c6c6446e0
2015-05-15 15:42:09 -07:00
Wander Lairson Costa
9d0222903e Bug 1144994 part 3: Add aries to treeherder.
--HG--
extra : rebase_source : 9be0673a9d9f55eda6ca17e1d9ced051fab16afc
2015-05-15 17:09:16 -03:00
Wander Lairson Costa
eb83d09feb Bug 1144994 part 2: Switch aries nightlies from cypress to m-c.
cypress repo is gone, long live mozilla-central.

--HG--
extra : rebase_source : c5a60c2fdca476d889d70b448a7723c5527402ee
2015-05-15 17:09:16 -03:00
Wander Lairson Costa
1db9cf0250 Bug 1144994 part 1: Update provisioner.
All references to aws-provisioner must be aws-provisioner-v1.

--HG--
extra : rebase_source : ff82d4eeef2c75ab05e4be1fd88162fb34b7b46d
2015-05-15 17:09:16 -03:00
Carsten "Tomcat" Book
14d72f2d7f Merge mozilla-central to b2g-inbound 2015-05-15 14:37:10 +02:00
Carsten Tomcat Book
1f2445b13d Bug 1165280 - "need to bump mozharness to af7f8a8bf40d" a=me 2015-05-15 04:21:00 +02:00
Ryan VanderMeulen
c32f82bcd1 No bug - Bump mozharness.json to revision 1a2600cf03fc. a=me
--HG--
extra : source : 6ba4ce5105f74257f0f7d7e98aba5e4209cd333d
2015-05-14 12:28:17 -04:00
Wes Kocher
5b9076b1f0 Merge b2ginbound to m-c a=merge 2015-05-14 15:37:44 -07:00
Mike Shal
3340572194 Bug 1164867 - Bump mozharness.json to revision af7f8a8bf40d 2015-05-14 13:12:34 -04:00
Dustin J. Mitchell
fa50ef08d0 Bug 1164862: fix spelling errors in build jobs; r=garndt
--HG--
extra : rebase_source : b488d9beaf732b91574efd789afcc7ba9bf3baf8
2015-05-14 12:24:41 -04:00
Aus Lacroix
ed1172ca1a bug 1159960 - Update tester docker image. r=lightsofapollo 2015-05-13 14:09:23 -07:00
Wes Kocher
d89ddfe512 Merge b2ginbound to m-c a=merge CLOSED TREE 2015-05-13 11:25:07 -07:00
Aus Lacroix
135eb6ad5f Backed out changeset c981ae453137 2015-05-13 03:16:27 -07:00
Tooru Fujisawa
3d53e5fcfa Bug 1154140 - Remove stopPropagation call from ChromeUtils.synthesizeDrop. r=enndeakin 2015-05-13 18:58:59 +09:00
Aus Lacroix
f37f6653ac bug 1159960 - Update tester docker image. r=lightsofapollo 2015-05-13 02:55:33 -07:00
Aus Lacroix
6c81551c04 Backout 5d1121be7de5 - Mulet Bustage 2015-05-13 01:53:33 -07:00
Aus Lacroix
018d81aa24 Backed out changeset eb674efe2b05 2015-05-13 01:51:43 -07:00
Aus Lacroix
a7bb574960 bug 1159960 - Fix build bustage. 2015-05-13 01:34:47 -07:00
Aus Lacroix
7d1b3db02a bug 1159960 - Update docker tester image. r=lightsofapollo 2015-05-13 00:42:48 -07:00
Nigel Babu
542f928b0d Backed out changeset b165286b3b33 (bug 1159960) for mullet bustage 2015-05-13 11:46:27 +05:30
Aus Lacroix
e12107fd63 bug 1159960 - Update tester docker image. r=lightsofapollo 2015-05-12 16:50:40 -07:00
Wes Kocher
8f1445e27d Merge m-c to inbound a=merge 2015-05-15 17:32:05 -07:00
Chris Manchester
95c63446e0 Bug 917999 - Part 1 - Write out and upload a manifest of test archives and the harnesses that depend on them.;r=ted 2015-05-15 11:30:24 -07:00
Geoff Brown
1f96adba3b Bug 1164866 - Bump mozharness to revision 560859d88ba8 2015-05-15 11:59:03 -06:00
Gregory Arndt
d41317e3c7 Bug 1163057 - Allow loopback devices to be used within tasks. r=lightsofapollo
--HG--
extra : rebase_source : e8ccf29e8e03c90de84d6318c11762a6ae517505
2015-05-11 08:15:50 -05:00
Alexandre Lissy
9a97c9710a Bug 1159128 - Only save valid app notifications. r=mhenretty
--HG--
extra : rebase_source : a1aa14fc6960a5f7c28d1abd918f3024eb329d4c
2015-05-14 10:59:00 +02:00
Eitan Isaacson
9d09688122 Bug 1160844 - Only initialize pico tts when not in mochitest and speech synth is enabled. r=smaug 2015-05-12 13:24:58 -07:00
Ehsan Akhgari
a9edec6cff Bug 1163829 - Handle one more test 2015-05-14 11:21:32 -04:00
Ehsan Akhgari
9406e010c1 Bug 1163829 - Set the necessary prefs for web-platform service worker tests; r=jgraham 2015-05-14 09:04:50 -04:00
Ms2ger
b961af73cd No bug - Add a bug number to the expected failure in message-event.html.
DONTBUILD

--HG--
extra : amend_source : 0473e70eeef44ce9632dacc40eee1dce31c983ce
2015-05-14 14:31:18 +02:00
Andrea Marchesini
d1caeb7113 Bug 1161950 - patch 2 - fix the webplatform test, r=Ms2ger 2015-05-14 13:13:37 +01:00
Andrea Marchesini
8674a0606d Bug 1161950 - Remove support for createEvent("CloseEvent") / initCloseEvent, r=smaug 2015-05-14 12:25:36 +01:00
Dave Hunt
0da771f85d Bug 1163992 - [moznetwork] When multiple IPs are found on Windows pick the first one. r=wlachance 2015-05-14 09:48:19 +01:00
Henrik Skupin
7a340fca29 Bug 1169168 - Release mozinfo 0.8. r=tomcat DONTBUILD 2015-05-28 09:54:30 +02:00
Wes Kocher
406858a907 Merge m-c to inbound, a=merge CLOSED TREE 2015-05-27 17:22:52 -07:00
Jonathan Griffin
4feab373ba Bug 1163833 - Add integration with browsermob-proxy, r=dburns 2015-05-27 10:00:09 -07:00
Dustin J. Mitchell
0605798fbc Bug 1164623: align env variable names with B2G; r=mrrrgn
--HG--
extra : source : 797108cd6c5951bd066813bb1e7daaea0b002cce
2015-05-27 13:42:15 -04:00
Morgan Phillips
45d9495e37 Bug 1168093 - Move desktop-build compiler/path hacks to their own shell script [TC]; r=dustin
--HG--
extra : rebase_source : 72ac6313df438d0898481d3603fb7859771259a3
2015-05-25 13:53:06 +00:00
Morgan Phillips
e6588d88d7 Bug 1167602 - Add a folder for cusom mozharness configs; r=dustin
Adds the folder with a custom config (for disabling all sendchange uploads)

--HG--
extra : rebase_source : 91da2984e3bd9690dae479ed3fa497681cccb12c
2015-05-25 15:35:09 +02:00
Wes Kocher
b6198820c5 Backed out changeset 020ac30e270a (bug 1141415) for windows mochitest bustage 2015-05-27 14:45:35 -07:00
Ben Kelly
9fa183e323 Bug 1168129 Fix ssltunnel.cpp FAIL_ON_WARNING build errors on some platforms. r=ted 2015-05-27 14:10:10 -07:00
James Graham
7147d5e0e3 Bug 1163709 - Update to latest wptrunner, a=testonly 2015-05-11 22:05:14 +01:00
James Graham
9383fbb2bd Bug 1163709 - Update web-platform-tests expected data to revision 5aa79b303c81164549041d1bd9f7887390a10f72, a=testonly 2015-05-11 22:05:13 +01:00
James Graham
392e50e5cd Bug 1163709 - Update web-platform-tests to revision 5aa79b303c81164549041d1bd9f7887390a10f72, a=testonly 2015-05-11 22:05:13 +01:00
Morgan Phillips
2478a186eb Bug 1125973: Docker images for building Firefox Desktop and for Android; r=garndt
This creates two images:

 * ubuntu-build is a basic Ubuntu Trusty image with the build prerequisites
   installed via MozBootstrap (plus some additional requirements).  It also
   contains the worker user and basic directory structure expected by
   Mozharness.

 * desktop-build is a refinement of ubuntu-build with specifics for building
   Firefox Desktop (and, as it turns out, Firefox for Android).  It sports a
   `bin/build.sh` which acts as a fairly generic mozharness-runner that first
   checks out the desired source code revisions, then invokes Mozharness.  It
   supports:

    * caches -- tooltool, workspace, tc-vcs
    * starting and stopping Xvfb if necessary (desktop tests require this)
    * specifying mozharness build variant, branch, and build pool
    * supplying a RelengAPI token
    * copying uploads to the artifacts directory
2015-05-12 16:22:09 -04:00
Ehsan Akhgari
1a03395848 Bug 1154275 - Remove ise() in favor of is(); r=Ms2ger 2015-05-13 14:31:58 -04:00
Dave Hunt
e2b636ecd0 Bug 1160094 - [moznetwork] Attempt to pick most suitable IP when multiple are associated with the hostname. r=wlach 2015-04-30 02:52:00 +02:00
Neil Deakin
0a8315b07e Bug 1131656, allow waitForFocus to take a browser element as an argument, r=billm 2015-05-11 08:02:49 -04:00
Geoff Brown
4bb32f5282 Bug 1140454 - Skip some tests on Android 4.3 Debug for intermittent failures; r=me,trivial 2015-05-09 20:04:44 -06:00
Wes Kocher
fa65e1abd5 Backed out changeset 4f21884b0c36 (bug 1160844) for apparently causing the Gip(a) permafail CLOSED TREE 2015-05-08 18:10:00 -07:00
Tom Schuster
8f93da1491 Bug 1055473 - Actually disable the web-platform test ON CLOSED TREE 2015-05-09 01:53:30 +02:00
Wes Kocher
7fd9a78d61 Merge m-c to inbound a=merge 2015-05-08 10:39:27 -07:00
Wes Kocher
4fb59c4c25 Merge b2g-inbound to m-c a=merge 2015-05-08 10:35:16 -07:00
Wes Kocher
e43a05d6d2 Merge fx-team to m-c a=merge 2015-05-08 10:29:41 -07:00
Eitan Isaacson
9c72f3bfb2 Bug 1160844 - Only initialize pico tts when not in mochitest and speech synth is enabled. r=smaug 2015-05-08 10:32:12 -07:00
Aus Lacroix
8dc6985a06 bug 1156816 - Fix scopes for aws-provisioner. Switch nightly builds to production balrog. r=garndt 2015-05-07 16:02:29 -07:00
Geoff Brown
550cacb4e3 Bug 1162285 - Remove unused environment vars on Android; r=jmaher 2015-05-07 18:49:15 -06:00
Carsten "Tomcat" Book
5265727d85 Merge mozilla-central to mozilla-inbound 2015-05-07 15:59:06 +02:00
Carsten "Tomcat" Book
41416405bc merge mozilla-inbound to mozilla-central a=merge 2015-05-07 15:38:45 +02:00
Myk Melez
4a89e36100 bug 1125394 - launch runtime executable stub from test app bundle on Mac; r=jmaher,marco 2015-05-06 16:27:33 -07:00
Dave Hunt
78de924ade Bug 1160090 - [moznetwork] Add structured logging. r=wlach
--HG--
extra : rebase_source : 3c976840a21e8208b308eabe4490d30371c44778
2015-04-30 02:38:00 -04:00
Wes Kocher
84ad8ab3ab Merge m-c to fx-team a=merge 2015-05-07 15:38:29 -07:00
Gavin Sharp
994c1415bd Bug 1138079 - Fix focus issue that sometimes affects browser-chrome test runs. r=enndeakin
--HG--
extra : rebase_source : 75c86975abf138491dd1478302e8403a22532055
2015-04-30 12:50:30 -07:00
Shane Tomlinson
c5ec66d94f Bug 1146904: Add the FxAccountsWebChannel to drive Sync
* * *
fix tests
From 6bb486068a8b002f222f4658989968d86df9eff1 Mon Sep 17 00:00:00 2001
---
 .../test/general/browser_fxa_web_channel.html      |   2 +-
 .../test/general/browser_fxa_web_channel.js        | 131 +++++++++++----------
 services/fxaccounts/tests/xpcshell/test_profile.js |  26 ----
 3 files changed, 70 insertions(+), 89 deletions(-)

--HG--
rename : browser/base/content/test/general/browser_fxa_profile_channel.html => browser/base/content/test/general/browser_fxa_web_channel.html
rename : browser/base/content/test/general/browser_fxa_profile_channel.js => browser/base/content/test/general/browser_fxa_web_channel.js
rename : services/fxaccounts/FxAccountsProfileChannel.jsm => services/fxaccounts/FxAccountsWebChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_profile_channel.js => services/fxaccounts/tests/xpcshell/test_web_channel.js
2015-04-11 13:23:08 +01:00
Carsten "Tomcat" Book
5b6abafb73 Merge mozilla-central to mozilla-inbound
--HG--
extra : rebase_source : 3c589ccf7ccc470bfca2f86d61dec4eb7ff750fa
2015-05-06 12:09:53 +02:00
Carsten "Tomcat" Book
6e929ef81c merge mozilla-inbound to mozilla-central a=merge 2015-05-06 11:59:15 +02:00
Carsten "Tomcat" Book
f63d9cb0e4 merge fx-team to mozilla-central a=merge 2015-05-06 11:48:46 +02:00
Ms2ger
65f9cd87c9 No bug - Add a bug number to the historical.html expectations.
DONTBUILD
2015-05-06 11:37:12 +02:00
Wes Kocher
b3fd288964 Backed out changeset 7ca0864fc405 (bug 1146904) for b2g xpcshell failures
--HG--
rename : browser/base/content/test/general/browser_fxa_web_channel.html => browser/base/content/test/general/browser_fxa_profile_channel.html
rename : browser/base/content/test/general/browser_fxa_web_channel.js => browser/base/content/test/general/browser_fxa_profile_channel.js
rename : services/fxaccounts/FxAccountsWebChannel.jsm => services/fxaccounts/FxAccountsProfileChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_web_channel.js => services/fxaccounts/tests/xpcshell/test_profile_channel.js
2015-05-05 19:40:55 -07:00
jlal@mozilla.com
3c72fb2b65 Bug 1131206 - Assume the worst and always update mozharness r=garndt
--HG--
extra : rebase_source : 761f4c8a22299f5d76bca2c1b82d8ca249eb443f
2015-05-05 15:46:09 -07:00
jlal@mozilla.com
ee580f4800 Bug 1131206 - Select mozharness version from in tree r=garndt
--HG--
extra : rebase_source : ad4983e3b67e222071a25271943940cc107e3e3e
2015-05-05 17:00:06 -07:00
jlal@mozilla.com
1cb1898cb6 Bug 1131206 - Remove the less useful commands from taskcluster mach r=garndt
--HG--
extra : rebase_source : 616d92504901aa4bebfc3cc287cd82baa594417f
2015-05-05 15:31:28 -07:00
jlal@mozilla.com
2819d36b5b Bug 1161709 - Pull from artifacts for xulrunner instead of s3 directly r=me
--HG--
extra : rebase_source : 0ee204061d2c8cfa40e24a71eb3edf69fb8ad1a4
2015-05-05 13:27:55 -07:00
Tim Taubert
371ed78417 Bug 1109875 - Fix various other tests to properly wait for data from closed tabs r=billm 2015-05-04 19:08:06 +02:00
jlal@mozilla.com
55dc8bf30b Bug 1161709 - Pull from artifacts for xulrunner instead of s3 directly r=me
--HG--
extra : rebase_source : 6abe2b91deafffa3c9644f7ae6d7cbe54b66faad
2015-05-05 15:05:07 -07:00
Wes Kocher
5151ba0458 Merge m-c to inbound a=merge
--HG--
extra : rebase_source : 4f1d2fb0747c4f4ed88a7863471b1c12a47515f2
2015-05-05 14:53:34 -07:00
James Graham
b307ff9995 Bug 1161535 - Update web-platform-tests expected data to revision 40a9c4e9e4f99a738cd1a7602066c5e84d1b90b5, a=testonly 2015-05-05 21:57:12 +01:00
James Graham
be5d897eb9 Bug 1161535 - Update web-platform-tests to revision 40a9c4e9e4f99a738cd1a7602066c5e84d1b90b5, a=testonly 2015-05-05 21:57:11 +01:00
Andrew Halberstadt
457f496287 Bug 1155338 - Move mach command arguments into mochitest harness, r=chmanchester,gbrown
--HG--
extra : rebase_source : 60275814c319afd866de426cb8b2937a3adbcb34
extra : source : f4f4e2be37652cb1dc23f066725a0f8868bb411b
2015-04-30 13:47:01 -04:00
Phil Ringnalda
c805f510d5 Back out f4f4e2be3765 (bug 1155338) for Android 4.0/debug mochitest bustage
CLOSED TREE
2015-05-04 18:28:16 -07:00
Geoff Brown
c83c60a47f Bug 1161198 - Update mozdevice test for getLogcat; r=bc 2015-05-04 16:48:51 -06:00
Andrew Halberstadt
a0e4007522 Bug 1155338 - Move mach command arguments into mochitest harness, r=chmanchester,gbrown
--HG--
extra : rebase_source : 68cc709ec5a9ab9bec563e555d6fc25cf149dd38
2015-04-30 13:47:01 -04:00
André Reinald
1ce9a95087 Bug 1075157 - Change notDeepEqual to use ObjectUtils, like deepEqual does already. r=gfritzsche
Needed to fix test of this bug's patch.
2015-05-02 00:59:09 +02:00
Jonathan Griffin
d1b4469ce0 Bug 1149618 - Add a sandbox parameter to execute, r=dburns 2015-04-23 13:39:38 -07:00
Jonathan Griffin
502f037d62 Bug 1149618 - Implement push_permission in Marionette, r=dburns 2015-05-04 09:49:08 -07:00
Mike Shal
c09e9ab98b Bug 1159838 - Bump mozharness.json to revision c9633e9c344a on a CLOSED TREE 2015-05-04 15:02:22 -04:00
Mike Shal
de394bb8a3 Bug 1159838 - Bump mozharness.json to revision 9841e17fc51f 2015-05-04 14:48:13 -04:00
Joel Maher
2225186d1d Bug 1160584 - Talos regressions due to browser.reader.detectedFirstArticle not being set to True. r=mattn 2015-05-04 14:26:06 -04:00
Geoff Brown
ac4815e13b Bug 1160351 - Bustage fix for 57c6c589cfa1 on a CLOSED TREE 2015-05-04 11:22:56 -06:00
Geoff Brown
8f916d8709 Bug 1160351 - Improve newline handling in getLogcat; r=bc 2015-05-04 10:32:44 -06:00
Carsten "Tomcat" Book
9869297e82 Merge mozilla-central to mozilla-inbound 2015-05-04 13:52:16 +02:00
Andreas Tolfsen
2289af5da8 Bug 1060300: Match Marionette's navigation API docs to reality
r=dhunt

--HG--
extra : rebase_source : 1a2f0edf8df5728bf2d768fc8dc69d045f572021
2015-05-04 11:25:03 +01:00
Nick Alexander
18a7f571b3 Bug 938659 - Part 2: build system changes. r=mfinkle
--HG--
extra : rebase_source : 75b5b060d9c2733efbd56580a5828b3feac7c417
2015-05-01 17:33:03 -07:00
Phil Ringnalda
a73745d7eb Merge f-t to m-c, a=merge 2015-05-02 10:13:08 -07:00
Nick Alexander
8daa51d1dc Bug 1160662 - Refer to robocop.ini in $OBJDIR/_tests, not $OBJDIR. r=margaret
--HG--
extra : rebase_source : 4b2f24feb33db1109d178d833cd59a7b7812167a
2015-05-01 14:51:27 -07:00
Geoff Brown
fc1d1d00a6 Bug 1160194 - Bump mozharness.json to revision 1da0d44cd6ab 2015-05-01 16:34:37 -06:00
Ryan VanderMeulen
9440cb5e32 Merge m-c to inbound. a=merge
CLOSED TREE

--HG--
extra : amend_source : f158ed522808c8be66f918e7cd2d674a93e9e8b8
2015-05-01 10:50:07 -04:00
Ryan VanderMeulen
a8372e9280 Merge fx-team to m-c. a=merge 2015-05-01 10:27:52 -04:00
Jean-Yves Avenard
518ceeb871 Bug 1148224: disable invalid tests. r=karlt 2015-05-01 14:56:54 +10:00
Wander Lairson Costa
69c66f9070 Bug 1154947 part 3: Add aries nightly user, userdebug and eng builds. 2015-04-30 16:26:38 -03:00
Wander Lairson Costa
80c589d3da Bug 1154947 part 1: Add routes scopes to taskcluster graph. 2015-04-30 16:26:38 -03:00
Boris Zbarsky
ca0723ea4a Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles
--HG--
rename : dom/animation/test/css-animations/test_animation-cancel.html => dom/animation/test/css-animations/file_animation-cancel.html
rename : dom/animation/test/css-animations/test_animation-currenttime.html => dom/animation/test/css-animations/file_animation-currenttime.html
rename : dom/animation/test/css-animations/test_animation-finish.html => dom/animation/test/css-animations/file_animation-finish.html
rename : dom/animation/test/css-animations/test_animation-finished.html => dom/animation/test/css-animations/file_animation-finished.html
rename : dom/animation/test/css-animations/test_animation-pausing.html => dom/animation/test/css-animations/file_animation-pausing.html
rename : dom/animation/test/css-animations/test_animation-playstate.html => dom/animation/test/css-animations/file_animation-playstate.html
rename : dom/animation/test/css-animations/test_animation-ready.html => dom/animation/test/css-animations/file_animation-ready.html
rename : dom/animation/test/css-animations/test_animation-starttime.html => dom/animation/test/css-animations/file_animation-starttime.html
rename : dom/animation/test/css-animations/test_animations-dynamic-changes.html => dom/animation/test/css-animations/file_animations-dynamic-changes.html
rename : dom/animation/test/css-animations/test_effect-name.html => dom/animation/test/css-animations/file_effect-name.html
rename : dom/animation/test/css-animations/test_effect-target.html => dom/animation/test/css-animations/file_effect-target.html
rename : dom/animation/test/css-animations/test_element-get-animations.html => dom/animation/test/css-animations/file_element-get-animations.html
rename : dom/animation/test/css-transitions/test_animation-cancel.html => dom/animation/test/css-transitions/file_animation-cancel.html
rename : dom/animation/test/css-transitions/test_animation-currenttime.html => dom/animation/test/css-transitions/file_animation-currenttime.html
rename : dom/animation/test/css-transitions/test_animation-finished.html => dom/animation/test/css-transitions/file_animation-finished.html
rename : dom/animation/test/css-transitions/test_animation-pausing.html => dom/animation/test/css-transitions/file_animation-pausing.html
rename : dom/animation/test/css-transitions/test_animation-ready.html => dom/animation/test/css-transitions/file_animation-ready.html
rename : dom/animation/test/css-transitions/test_animation-starttime.html => dom/animation/test/css-transitions/file_animation-starttime.html
rename : dom/animation/test/css-transitions/test_effect-name.html => dom/animation/test/css-transitions/file_effect-name.html
rename : dom/animation/test/css-transitions/test_effect-target.html => dom/animation/test/css-transitions/file_effect-target.html
rename : dom/animation/test/css-transitions/test_element-get-animations.html => dom/animation/test/css-transitions/file_element-get-animations.html
rename : dom/animation/test/document-timeline/test_document-timeline.html => dom/animation/test/document-timeline/file_document-timeline.html
rename : dom/animation/test/mozilla/test_deferred_start.html => dom/animation/test/mozilla/file_deferred_start.html
rename : layout/style/test/test_animations_pausing.html => layout/style/test/file_animations_pausing.html
2015-04-30 14:25:03 -04:00
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
Boris Zbarsky
4d0e24cedf Bug 1161036 part 1. Stop setting the layout.css.font-loading-api.enabled preference to true in the test harness. r=heycam
--HG--
rename : layout/style/test/test_animations_async_tests.html => layout/style/test/file_animations_async_tests.html
2015-05-05 13:38:56 -04:00
Chris Manchester
7509c34631 Bug 1160650 - Bump mozharness revision to pick up recent changes.;r=armenzg 2015-05-05 10:03:16 -07:00
Patrick McManus
59fdf06bcd Bug 1159944 - more alt-svc tests r=hurley 2015-04-30 20:53:20 -04:00
Wes Kocher
fa3603804d Backed out changeset 4d85a02e9c28 (bug 1159743) under suspicion of breaking animation tests CLOSED TREE 2015-04-30 15:25:58 -07:00
Boris Zbarsky
eaa2b4b2c1 Bug 1159755. Stop forcing the media.eme.apiVisible preference to be true in our test harness. r=cpearce 2015-04-30 17:36:50 -04:00
Chris Manchester
17cb2cc298 Bug 1160164 - Run "all the tests" when invoking xpcshell's mach command with no arguments instead of passing "all" to the test resolver.;r=ahal DONTBUILD 2015-04-30 11:30:10 -07: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
Boris Zbarsky
5844aafa2d Bug 1159743. Stop forcing the dom.animations-api.core.enabled preference on in the test harness. r=birtles
--HG--
rename : dom/animation/test/css-animations/test_animation-cancel.html => dom/animation/test/css-animations/file_animation-cancel.html
rename : dom/animation/test/css-animations/test_animation-currenttime.html => dom/animation/test/css-animations/file_animation-currenttime.html
rename : dom/animation/test/css-animations/test_animation-finish.html => dom/animation/test/css-animations/file_animation-finish.html
rename : dom/animation/test/css-animations/test_animation-finished.html => dom/animation/test/css-animations/file_animation-finished.html
rename : dom/animation/test/css-animations/test_animation-pausing.html => dom/animation/test/css-animations/file_animation-pausing.html
rename : dom/animation/test/css-animations/test_animation-playstate.html => dom/animation/test/css-animations/file_animation-playstate.html
rename : dom/animation/test/css-animations/test_animation-ready.html => dom/animation/test/css-animations/file_animation-ready.html
rename : dom/animation/test/css-animations/test_animation-starttime.html => dom/animation/test/css-animations/file_animation-starttime.html
rename : dom/animation/test/css-animations/test_animations-dynamic-changes.html => dom/animation/test/css-animations/file_animations-dynamic-changes.html
rename : dom/animation/test/css-animations/test_effect-name.html => dom/animation/test/css-animations/file_effect-name.html
rename : dom/animation/test/css-animations/test_effect-target.html => dom/animation/test/css-animations/file_effect-target.html
rename : dom/animation/test/css-animations/test_element-get-animations.html => dom/animation/test/css-animations/file_element-get-animations.html
rename : dom/animation/test/css-transitions/test_animation-cancel.html => dom/animation/test/css-transitions/file_animation-cancel.html
rename : dom/animation/test/css-transitions/test_animation-currenttime.html => dom/animation/test/css-transitions/file_animation-currenttime.html
rename : dom/animation/test/css-transitions/test_animation-finished.html => dom/animation/test/css-transitions/file_animation-finished.html
rename : dom/animation/test/css-transitions/test_animation-pausing.html => dom/animation/test/css-transitions/file_animation-pausing.html
rename : dom/animation/test/css-transitions/test_animation-ready.html => dom/animation/test/css-transitions/file_animation-ready.html
rename : dom/animation/test/css-transitions/test_animation-starttime.html => dom/animation/test/css-transitions/file_animation-starttime.html
rename : dom/animation/test/css-transitions/test_effect-name.html => dom/animation/test/css-transitions/file_effect-name.html
rename : dom/animation/test/css-transitions/test_effect-target.html => dom/animation/test/css-transitions/file_effect-target.html
rename : dom/animation/test/css-transitions/test_element-get-animations.html => dom/animation/test/css-transitions/file_element-get-animations.html
rename : dom/animation/test/document-timeline/test_document-timeline.html => dom/animation/test/document-timeline/file_document-timeline.html
rename : dom/animation/test/mozilla/test_deferred_start.html => dom/animation/test/mozilla/file_deferred_start.html
rename : layout/style/test/test_animations_pausing.html => layout/style/test/file_animations_pausing.html
2015-04-30 14:25:03 -04:00
Boris Zbarsky
ecba4cbc0c Bug 1159756. Stop forcing the media.mediasource.enabled preference to true and the media.mediasource.whitelist preference to false in the test harness. r=kinetik 2015-04-30 14:25:03 -04:00
Shane Tomlinson
6afb9dff14 Bug 1146904: Add the FxAccountsWebChannel to drive Sync
* * *
fix tests
From 6bb486068a8b002f222f4658989968d86df9eff1 Mon Sep 17 00:00:00 2001
---
 .../test/general/browser_fxa_web_channel.html      |   2 +-
 .../test/general/browser_fxa_web_channel.js        | 131 +++++++++++----------
 services/fxaccounts/tests/xpcshell/test_profile.js |  26 ----
 3 files changed, 70 insertions(+), 89 deletions(-)

--HG--
rename : browser/base/content/test/general/browser_fxa_profile_channel.html => browser/base/content/test/general/browser_fxa_web_channel.html
rename : browser/base/content/test/general/browser_fxa_profile_channel.js => browser/base/content/test/general/browser_fxa_web_channel.js
rename : services/fxaccounts/FxAccountsProfileChannel.jsm => services/fxaccounts/FxAccountsWebChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_profile_channel.js => services/fxaccounts/tests/xpcshell/test_web_channel.js
2015-04-11 13:23:08 +01:00
Nick Alexander
c1f14290e2 Bug 1160324 - Handle missing robocopApk files in runtestsremote.py. r=gbrown
--HG--
extra : source : 7d8043298e133ab903b55ba9c8530b2ea28a3180
2015-04-30 14:28:14 -07:00
Matthew Noorenberghe
e0462894d4 Bug 1134507 - Implement infopanel to promote Reader View when first available. r=jaws/Gijs
Based on a patch by Jared Wein (:jaws).

--HG--
extra : rebase_source : fc9399a9acb2bb36831df1f5b99b3f9da02b1dbb
2015-04-30 13:43:47 -07:00
Nick Alexander
6337397a38 Bug 1160030 - Use TEST_HARNESS_FILES to install Robocop ini files. r=froydnj
--HG--
extra : rebase_source : 3f03344ba9613049033266e0a639dd66f3f6cc5b
2015-04-30 10:13:13 -07:00
Ryan VanderMeulen
2cb72a414d Bug 1155238 - Bump mozharness.json to revision ca580fcfa627. 2015-04-30 14:17:41 -04:00
Brian O'Keefe
2a6275c310 Bug 978591 - Remove per-directory uses of MOZ_CHROME_FILE_FORMAT. r=glandium
--HG--
extra : rebase_source : 15031044bb2be11e69848ddebc3e40315dda3cb1
2015-04-23 18:43:06 -04:00
Dave Hunt
613906b8dc Bug 1160087 - [moznetwork] Add command line interface. r=wlach
--HG--
extra : rebase_source : 71181891478fe3c64271435c3e728bb6fa030864
2015-04-30 02:33:00 -04:00
Mike Shal
27ce075b26 Bug 1159838 - Bump mozharness.json to revision 4d260376921f 2015-05-06 08:22:25 -04:00
Ben Kelly
34907347de Bug 1161759 Remove stale wpt ini files for Cache API tests. r=jgraham 2015-05-06 09:36:14 -07:00
James Graham
ccc86bf574 Bug 1162090 - Update web-platform-tests expected data to revision 28de405307d9613052ccd1228be7888e109738a6, a=testonly 2015-05-06 17:32:13 +01:00
James Graham
a050a4615c Bug 1162090 - Update web-platform-tests to revision 28de405307d9613052ccd1228be7888e109738a6, a=testonly 2015-05-06 17:32:13 +01:00
Nikhil Marathe
4c2d6784e1 Bug 1080109 - Clear ServiceWorkers when clearing history or forgetting about site. r=baku,ehsan
--HG--
extra : rebase_source : 41417b60ed6603d613b65cd7e96a5ba8121b05e5
2015-03-05 17:37:49 -08:00
Ehsan Akhgari
71f3e8945e Bug 1162787 - Make the service worker periodic tests robust to the idle daily service firing its notification when the tests are being run; r=nsm
--HG--
extra : rebase_source : b78061a0cda67e426cdbbef7f89ca006c03a9158
2015-05-07 16:23:50 -07:00
Tooru Fujisawa
8f9bdad3d6 Bug 1162456 - Part 2: Use --format=automation instead of --tinderbox. r=sfink 2015-05-08 05:05:45 +09:00
Andrew Halberstadt
c4a62dc463 Bug 1162479 - Fix mochitest make target regression with duplicate extraProfilePath, r=chmanchester
--HG--
extra : rebase_source : 863a0354460e3f08aaa2584c60583fffbf2e7dc2
2015-05-07 14:38:43 -04:00
Jonathan Griffin
4b7cf76438 Bug 1161209 - Bump marionette-driver to 0.7, marionette-client to 0.13, r=AutomatedTester 2015-05-07 10:09:08 -07:00
Andreas Tolfsen
a1fe10492b Bug 1155703: Correct Marionette to use NoSuchWindowError
FrameSendFailureError and FrameSendNotInitializedError are not compatible
with the W3C WebDriver specification and we should use NoSuchWindowError
instead.

Bug 1159674 has prepared Gaia for this change.

r=davehunt

--HG--
extra : rebase_source : 6fb5a2c0921d3fdbeb1749aee8296e7c40de4ead
extra : source : 02dfd2e12038460bb3c895c31951a85214e135e1
2015-04-29 12:00:43 +01:00
Jonathan Griffin
ab7fba2dea Bug 1162115 - Bump mozdevice to 0.45, r=wlach 2015-05-07 08:42:51 -07:00
Tooru Fujisawa
e34cb84e15 Bug 1161410 - Part 2: Use --jitflags instead of --tbpl and --tbpl-debug. r=sfink 2015-05-08 00:28:55 +09:00
Andrew Halberstadt
7181fbfbb8 Bug 1162226 - Fix mach mochitest regression on b2g desktop builds, r=chmanchester
--HG--
extra : rebase_source : 8badf0e647c744cd5ad802385c6a13e3bbbe3e62
2015-05-06 16:44:01 -04: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