gecko/testing
Andreas Tolfsen aa24133262 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
..
config Bug 908356 - In-tree reuqirements files for marionette and mozbase, r=aki 2013-09-05 17:36:16 -07:00
crashtest Bug 945091. Part 3: Flatten layout/xul/base/* into layout/xul. r=glandium 2013-12-04 14:06:16 +13:00
gtest Bug 904227 - Print ? if we don't have a test object. r=bjacob 2013-12-06 16:44:22 -05:00
marionette Bug 804515 - Add screen orientation commands to Marionette 2013-12-17 11:01:29 -05:00
mochitest Bug 932948 - Running mach mochitest-a11y with installed extension. r=ted 2013-12-17 10:56:29 -05:00
modules Bug 946604 - Move makeFakeAppDir into testing/modules. r=rnewman 2013-12-05 16:54:15 +08:00
mozbase Bug 943481 - Mirror mozprocess 0.14 from mozbase github;r=wlach 2013-12-09 09:51:24 -05:00
peptest Bug 939044 - Remove most definitions of MODULE. r=mshal 2013-11-19 11:47:39 +09:00
profiles Bug 946296 - Add a pref to completely disable add-on providers in Metro [r=Unfocused] 2013-12-11 16:23:36 -08:00
release
specialpowers Bug 853356: backout p1 2013-12-10 01:00:18 -05:00
talos Bug 945795 - Update talos to 2bcf422011d1 to fix OS X. r=armenzg 2013-12-03 09:15:00 -08:00
tools Bug 784739 - Switch from NULL to nullptr in miscellaneous directories; r=ehsan 2013-11-25 14:02:47 -05:00
tps
xpcshell Bug 945975 - Add mach support for Android xpcshell tests; r=ted 2013-12-13 21:20:39 -07:00
android_cppunittest_manifest.txt Bug 929659 - Add TestStartupCache to Android cppunittest manifest; r=ted 2013-10-23 06:53:03 -04:00
mach_commands.py Bug 860839 - Initial implementation of |mach test|; r=jhammel 2013-09-09 12:37:38 -07:00
machine-configuration.json
README.txt
remotecppunittests.py Bug 915245 - Add manifest support to cpp unittest harness; r=ted 2013-09-24 07:18:58 -04:00
runcppunittests.py Bug 915245 - Add manifest support to cpp unittest harness; r=ted 2013-09-24 07:18:58 -04:00
testsuite-targets.mk Bug 945978 - Fix typo from changeset 646b46467e86 2013-12-04 07:58:14 +09:00

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff