Граф коммитов

4071 Коммитов

Автор SHA1 Сообщение Дата
Ryan VanderMeulen 4b42450d1d Backed out changeset aad5b9304896 (bug 951453) for Gaia UI test perma-fail. 2013-12-18 14:20:09 -05:00
Dave Hunt a5296ac30b Bug 867600 - Change hardcoded sleeps into waits. r=mdas 2013-12-18 17:30:25 +00:00
Dave Hunt 85fb88774b Bug 947205 - fix missing test durations from the HTML report, r=mdas 2013-12-18 13:25:38 -05:00
David Burns 717b595159 Bug 951453: Updating capabilities of Marionette; r=mdas 2013-12-18 16:40:14 +00:00
Malini Das 3ca7b693cf Bug 950098 - Remove dependency on pylib, r=ahal 2013-12-18 11:20:16 -05:00
Masayuki Nakano 04cc04ac24 Bug 947115 All tests shouldn't use nsIDOMWindowUtils.sendNativeKeyEvent() directly. Use synthesizeNativeKey() instead. r=smaug 2013-12-18 16:02:46 +09:00
Ryan VanderMeulen f7385ac1e9 Merge m-c to inbound. 2013-12-17 16:20:31 -05:00
Ryan VanderMeulen f0ceb6aaa5 Merge b2g-inbound to m-c. 2013-12-17 16:17:49 -05:00
Ryan VanderMeulen af73e6c06c Backed out changesets ab5feb665350 and d29a46b5d058 (bug 932145) for B2G mochitest-4 orange. 2013-12-17 13:04:13 -05:00
Ryan VanderMeulen 7d9250b1c9 Bug 932145 - Disable test on Android since inputmethod isn't supported there. r=janjongboom 2013-12-17 12:57:10 -05:00
Andreas Tolfsen 4742b729f5 Bug 850881 - Implement explicit Marionette wait condition class. r=davehunt, r=mdas 2013-12-17 10:51:18 -05:00
Andreas Tolfsen c652774643 Bug 804515 - Add screen orientation commands to Marionette
setScreenOrientation allows for a subset of the permitted orientation
change values that screen.mozLockOrientation can take.  Specifically
portrait, landscape, portrait-primary, landscape-primary,
portrait-secondary, landscape-secondary.

Due to W3C bug 23950 both error replies use the non-descriptive 500
status code.  I've filed bug 945734 about this.
---
 testing/marionette/client/marionette/marionette.py | 47 +++++++++--
 .../tests/unit/test_screen_orientation.py          | 90 ++++++++++++++++++++++
 .../client/marionette/tests/unit/unit-tests.ini    |  2 +
 testing/marionette/marionette-server.js            | 50 +++++++++++-
 4 files changed, 183 insertions(+), 6 deletions(-)
 create mode 100644 testing/marionette/client/marionette/tests/unit/test_screen_orientation.py
2013-12-17 11:01:29 -05:00
Kamil Muszyński ecf2e03b6d Bug 932948 - Running mach mochitest-a11y with installed extension. r=ted
--HG--
extra : rebase_source : 48b5025f8df30a697ddc5dd65235583bdc6f1f55
2013-12-17 10:56:29 -05:00
Malini Das b5b13a7ece Bug 950729 - fix docstring error for flick, r=dburns 2013-12-17 10:57:45 -05:00
Vicamo Yang 03e99dc4fd Bug 949398: fix missing MarionetteTestOptions. r=jgriffin 2013-12-17 10:17:08 +08:00
David Burns 31eacd50ec Bug 942730 - allow Marionette to type into input type=number fields; r=mdas 2013-12-16 16:40:51 +00:00
Jason Smith 9986b0074f Bug 950406 - Turn on P2P mochitests in b2g desktop builds. r=jesup 2013-12-14 15:49:09 -08:00
Geoff Brown d74ea70de7 Bug 945975 - Add mach support for Android xpcshell tests; r=ted 2013-12-13 21:20:39 -07:00
Bill McCloskey 3bfe21996a Bug 682048 - Change B2G frame script handling to support anon/global scope (r=fabrice) 2013-11-23 21:32:39 -08:00
Bill McCloskey f017507c0f Bug 682048 - Change Firefox frame script handling to support anon/global scope (r=felipe) 2013-11-23 21:32:27 -08:00
Malini Das 2d579ed95d Bug 951153 - fix unclear error message if manifest has a non-existent file, r=jgriffin 2013-12-17 14:51:59 -05:00
Gregory Szorc e396fc159d Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.

We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.

--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Vicamo Yang 7944cb8b87 Bug 939441: B2G Bluetooth: add test cases for navigator.BluetoothManager.enabled. r=echou, f=jgriffin 2013-12-13 15:31:16 +08:00
Wes Kocher 898b147d75 Merge inbound to m-c 2013-12-12 19:12:51 -08:00
Wes Kocher ed870a6a06 Merge fx-team to m-c 2013-12-12 18:14:23 -08:00
Chuck Lee d699640b33 Bug 948376 - Add wappush to xpcshell list. r=jgriffin 2013-12-11 12:46:21 +08:00
Matt Brubeck a3c04c6da8 Bug 946296 - Add a pref to completely disable add-on providers in Metro [r=Unfocused] 2013-12-11 16:23:36 -08:00
Ryan VanderMeulen 464d00d6ad Merge b2g-inbound to m-c. 2013-12-11 13:24:26 -05:00
Malini Das 7f0c4b89ac Bug 925398 - Refactor runtests.py to follow Mixin pattern, r=jgriffin, followup patch 2013-12-11 09:23:06 -05:00
Malini Das 3b34684e61 Bug 925398 - Refactor runtests.py to follow Mixin pattern, r=jgriffin 2013-12-11 07:45:19 -05:00
William Lachance c1cf55b6cf Bug 924253 - Make perl stack fixer process to not read directly from firefox's pipe in mochitest;r=ted 2013-12-10 19:15:25 -05:00
Ryan VanderMeulen 2b53da578d Merge b2g-inbound to m-c. 2013-12-10 15:38:44 -05:00
Carsten "Tomcat" Book 201857d504 merge mozilla-inbound to mozilla-central 2013-12-10 13:02:55 +01:00
Randell Jesup c73f788f82 Bug 853356: backout p1 2013-12-10 01:00:18 -05:00
John Shih a1d156ab0a Bug 947057 - Add NetworkStats xpcshell.ini to testing/xpcshell/xpcshell_b2g.ini. r=jgriffin
--HG--
extra : rebase_source : f007acff36ecb97abdddce6980e84b87d4f28b29
2013-12-06 11:15:30 +08:00
Jonathan Griffin 400c6d7bbe Bug 926280 - Support OOP webapi tests, r=vicamo 2013-12-09 20:17:54 -08:00
Ryan VanderMeulen 93094e6456 Backed out changeset 4acc9992a56c (bug 778011) for causing frequent Android mochitest timeouts.
CLOSED TREE
2013-12-09 12:08:27 -05:00
Jeff Hammel 374dd9f02b Bug 943481 - Mirror mozprocess 0.14 from mozbase github;r=wlach 2013-12-09 09:51:24 -05:00
Edgar Chen d80afd7472 Bug 946753 - Marionette doesn't report error if the test script in manifest is missing. r=jgriffin 2013-12-07 23:52:14 +08:00
Phil Ringnalda 87b1c41288 Merge m-c to m-i 2013-12-08 08:30:45 -08:00
Masayuki Nakano 722e315e04 Bug 930374 part.2 Fix test_assign_event_data.html for new defaultPrevented behavior and make it a chrome test r=smaug 2013-12-09 00:51:16 +09:00
Phil Ringnalda b1fd3d5806 Merge m-c to b-i 2013-12-07 08:28:10 -08:00
Wes Kocher 21fb590f55 merge m-c to b2g-inbound 2013-12-06 20:49:02 -06:00
Drew Willcoxon e462487509 Bug 898593 - Fix intermittent failures in test_bug413958.html and others by making SimpleTest.monitorConsole() ignore unexpected messages by default. r=ted 2013-12-06 18:07:09 -08:00
Alfredo Yang c4c617f113 Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm 2013-12-06 17:38:51 -05:00
Benoit Girard 5e9ba483e4 Bug 904227 - Print ? if we don't have a test object. r=bjacob
--HG--
extra : rebase_source : cc1571123f7414f7a64a620aeebd1ce4b5002a9e
2013-12-06 16:44:22 -05:00
Ryan VanderMeulen 33a583eacc Merge fx-team to m-c. 2013-12-06 16:03:56 -05:00
Carsten "Tomcat" Book 5a0ea2e14a Merge m-c to fx-team 2013-12-06 14:56:10 +01:00
Andrea Marchesini 92c6207aa7 Bug 947134 - Enable datastore/tests/test_certifiedApp.html for B2G Emulator, r=ehsan 2013-12-06 16:40:49 +00:00
Gregory Szorc 87ce3ec3b2 Bug 946604 - Move makeFakeAppDir into testing/modules. r=rnewman 2013-12-05 16:54:15 +08:00