Commit Graph

3832 Commits

Author SHA1 Message Date
Wes Kocher
14628d9b52 Merge inbound to m-c 2013-12-20 18:42:04 -08:00
Jonathan Griffin
567b618be1 Bug 951895 - Hook up SpecialPowers messagemanager correctly for B2G, r=ahal 2013-12-19 17:04:20 -08:00
Dave Hunt
87568c071a Bug 950641 - Automatically use the appropriate GeckoInstance class. r=jgriffin 2013-12-20 13:12:40 +00:00
Wes Kocher
0f25e5ed76 Merge m-c to b2g-inbound 2013-12-19 19:52:38 -08:00
Yuan Xulei
e8bca0fe76 Bug 932145 - Mochitest support for Keyboard/IME API. r=fabrice 2013-12-20 11:05:52 +08:00
Wes Kocher
3326bf6cf4 Merge inbound to m-c 2013-12-19 18:58:45 -08:00
Nicholas Nethercote
00d9996b7e Bug 631842 (part 2) - Implement |mach valgrind-test|. r=gps. 2013-12-18 17:36:08 -08:00
Ryan VanderMeulen
24429d0191 Backed out changeset aad5b9304896 (bug 951453) for Gaia UI test perma-fail. 2013-12-18 14:20:09 -05:00
Dave Hunt
62b67e9a4f Bug 867600 - Change hardcoded sleeps into waits. r=mdas 2013-12-18 17:30:25 +00:00
Dave Hunt
69182207f4 Bug 947205 - fix missing test durations from the HTML report, r=mdas 2013-12-18 13:25:38 -05:00
Ryan VanderMeulen
f6324c0c28 Backed out changeset f9b9eae77c66 (bug 932145) for desktop B2G mochitest orange. 2013-12-19 12:07:28 -05:00
Yuan Xulei
7324ed3e77 Bug 932145 - Mochitest support for Keyboard/IME API. r=fabrice 2013-12-19 11:05:12 -05:00
Rob Wood
9bc2c79490 Bug 925688 - Marionette unit test intermittent failure, temporarily disable the test; r=mdas 2013-12-18 19:10:22 -05:00
David Burns
dc8871cf72 Bug 951453: Updating capabilities of Marionette; r=mdas 2013-12-18 16:40:14 +00:00
Malini Das
fed45c1eb9 Bug 950098 - Remove dependency on pylib, r=ahal 2013-12-18 11:20:16 -05:00
Masayuki Nakano
b258d7f789 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
81208466f0 Merge m-c to inbound. 2013-12-17 16:20:31 -05:00
Ryan VanderMeulen
947a3e877b Merge b2g-inbound to m-c. 2013-12-17 16:17:49 -05:00
Ryan VanderMeulen
5504c8968f Backed out changesets ab5feb665350 and d29a46b5d058 (bug 932145) for B2G mochitest-4 orange. 2013-12-17 13:04:13 -05:00
Ryan VanderMeulen
4545c60428 Bug 932145 - Disable test on Android since inputmethod isn't supported there. r=janjongboom 2013-12-17 12:57:10 -05:00
Andreas Tolfsen
c2e7ce1c9e Bug 850881 - Implement explicit Marionette wait condition class. r=davehunt, r=mdas 2013-12-17 10:51:18 -05:00
Andreas Tolfsen
85a0a4f200 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
23308eb8c9 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
6908cf12ad Bug 950729 - fix docstring error for flick, r=dburns 2013-12-17 10:57:45 -05:00
Vicamo Yang
332104a653 Bug 949398: fix missing MarionetteTestOptions. r=jgriffin 2013-12-17 10:17:08 +08:00
David Burns
4ac6f8e94a Bug 942730 - allow Marionette to type into input type=number fields; r=mdas 2013-12-16 16:40:51 +00:00
Jason Smith
a92bc57cb9 Bug 950406 - Turn on P2P mochitests in b2g desktop builds. r=jesup 2013-12-14 15:49:09 -08:00
Geoff Brown
969a5d7bb8 Bug 945975 - Add mach support for Android xpcshell tests; r=ted 2013-12-13 21:20:39 -07:00
Bill McCloskey
11b035620a Bug 682048 - Change B2G frame script handling to support anon/global scope (r=fabrice) 2013-11-23 21:32:39 -08:00
Bill McCloskey
03d3b6d23d Bug 682048 - Change Firefox frame script handling to support anon/global scope (r=felipe) 2013-11-23 21:32:27 -08:00
Malini Das
e99b9f34e5 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
461b5aef7e 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
310306a5fe 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
3b7fc0a192 Merge inbound to m-c 2013-12-12 19:12:51 -08:00
Wes Kocher
3e04133bc7 Merge fx-team to m-c 2013-12-12 18:14:23 -08:00
Chuck Lee
eb6c6fda7c Bug 948376 - Add wappush to xpcshell list. r=jgriffin 2013-12-11 12:46:21 +08:00
Matt Brubeck
411cdadc85 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
ba670be0c6 Merge b2g-inbound to m-c. 2013-12-11 13:24:26 -05:00
Malini Das
a7dc61dfff Bug 925398 - Refactor runtests.py to follow Mixin pattern, r=jgriffin, followup patch 2013-12-11 09:23:06 -05:00
Malini Das
4e5b7b41a5 Bug 925398 - Refactor runtests.py to follow Mixin pattern, r=jgriffin 2013-12-11 07:45:19 -05:00
William Lachance
b65f2d444f 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
c8bf34a922 Merge b2g-inbound to m-c. 2013-12-10 15:38:44 -05:00
Carsten "Tomcat" Book
de91ddd9df merge mozilla-inbound to mozilla-central 2013-12-10 13:02:55 +01:00
Randell Jesup
e2ddafcdc2 Bug 853356: backout p1 2013-12-10 01:00:18 -05:00
John Shih
0c64ca2657 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
3b235d7736 Bug 926280 - Support OOP webapi tests, r=vicamo 2013-12-09 20:17:54 -08:00
Ryan VanderMeulen
9fdc933e70 Backed out changeset 4acc9992a56c (bug 778011) for causing frequent Android mochitest timeouts.
CLOSED TREE
2013-12-09 12:08:27 -05:00
Jeff Hammel
dd754cf582 Bug 943481 - Mirror mozprocess 0.14 from mozbase github;r=wlach 2013-12-09 09:51:24 -05:00
Edgar Chen
95810a1891 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
fa8b97f3c1 Merge m-c to m-i 2013-12-08 08:30:45 -08:00