Commit Graph

518 Commits

Author SHA1 Message Date
Mike Pennisi
a1d6278253 Bug 908441 - Convenience methods for interacting with HTML5 "date" and "time" input elements. r=automatedtester 2013-08-29 16:10:20 -04:00
Mihnea Dobrescu-Balaur
8b76cb0e83 Bug 904232 - Add inactivity timeout for marionette tests. r=jgriffin 2013-08-28 10:06:03 -07:00
Fabrice Desré
2c28e6221a Bug 894927 - Use xhtml instead of xul for b2g main window. r=ochameau
--HG--
rename : b2g/chrome/content/shell.xul => b2g/chrome/content/shell.html
2013-08-28 14:35:34 -07:00
Jonathan Griffin
191efc8776 Bug 779284 - Back out 705d668fb81b for suspected perf regressions, a=test-only 2013-08-25 11:23:19 -07:00
Ed Morley
8f5d461391 Bug 907925 - Add reasons to Marionette's wait_for_port() assertions, to make them TBPL compatible; r=jgriffin
--HG--
extra : rebase_source : 458c32979708ed5581a992745ff10ba75aee3d7f
2013-08-21 22:13:36 +01:00
William Lachance
dcdf9a8a63 Bug 901635 - Store marionette documentation in-tree, using sphinx;r=mdas
This will let us autogenerate documentation on change, and display it on
readthedocs.
2013-08-20 13:59:20 -04:00
David Burns
5c8725b070 Bug 901776 - Adding checks to visibility code that makes elements with hidden attribute hidden; r=mdas 2013-08-20 16:47:22 +01:00
David Burns
34f738c77f bug 901781: Correct viewport algorithm for marionette and enable visibility tests; r=mdas 2013-08-07 16:19:59 -07:00
Malini Das
723d7f0a5c Bug 779284 - Implement Modal dialog handling to Marionette, r=jgriffin 2013-08-16 16:54:41 -04:00
Carsten "Tomcat" Book
4a10a49030 merge mozilla-central to b2g-inbound 2013-08-14 15:02:24 +02:00
Szu-Yu Chen [:aknow]
7c2ed132d5 Bug 904490 - Extend marionette connection timeout. r=jgriffin 2013-08-14 16:45:12 +08:00
William Lachance
4d37e4561b Bug 904292 - Clean up marionette pyflakes warnings;r=mdas 2013-08-13 10:24:33 -07:00
Carsten "Tomcat" Book
87a23c556a merge b2g-inbound to mozilla-central 2013-08-08 13:33:12 +02:00
Jonathan Griffin
9ddee954af Bug 902225 - Enable test_import_script_reuse_window.py. r=dburns 2013-08-06 16:31:34 -07:00
Jonathan Griffin
0c4337a6c0 Bug 790787 - Enable more unit tests on B2G. r=mdas 2013-08-06 17:34:30 -07:00
Jonathan Griffin
9493cd9b02 Bug 758329 - Enable test_emulator_order.py. r=mdas 2013-08-06 16:03:39 -07:00
Andrew Halberstadt
8a7e469033 Bug 887291 - Allow marionette test runner to pass command line arguments onto the application, r=jgriffin 2013-08-07 11:46:25 -04:00
David Burns
a416021d82 Bug 758195 - Add test for implicit waits. r=jgriffin 2012-05-24 10:48:30 -07:00
Ed Morley
05a37c3a43 Merge mozilla-central and b2g-inbound 2013-08-02 13:51:22 +01:00
Jonathan Griffin
fcf255a842 Bug 796018 - Add basic frame remote frame switch test. r=mdas 2013-07-31 16:27:14 -07:00
Jonathan Griffin
76bb4a4f89 Bug 898074 - Don't send multiple responses to deleteSession, r=dhylands 2013-08-01 18:20:22 -07:00
Jonathan Griffin
83f6c1c3cb Bug 898074 - Open Marionette's port with a backlog of 0, r=dhylands, on a CLOSED TREE for possible orange fix 2013-08-01 12:50:38 -07:00
Jonathan Griffin
a0a452506f Bug 900670 - Add threadtime to Marionette's logcat, r=dhylands 2013-08-01 14:54:02 -07:00
Ryan VanderMeulen
42e1e42d76 Merge m-c to inbound. 2013-07-31 16:33:59 -04:00
Jonathan Griffin
b547867fd0 Bug 899731 - Bump marionette version. r=wlach 2013-07-30 12:52:46 -07:00
Jonathan Griffin
5abf7416ee Bug 900080 - Use e.message instead of e in onPacket errors, r=wlach 2013-07-31 10:55:44 -07:00
David Burns
1a6cb4fc9a Bug 837621: update isElementDisplayed atoms with new overflow logic; r=jgriffin 2013-07-29 21:20:50 +01:00
William Lachance
12e458e48c Bug 855327 - Quick followup to improve variable name;r=jgriffin 2013-07-29 13:49:46 -04:00
William Lachance
0479d36569 Bug 855327 - Add capability to get currently active frame from marionette;r=jgriffin 2013-07-29 13:46:01 -04:00
Gavin Sharp
4b456f9cda Remove some unnecessary preprocessing, no bug
--HG--
extra : rebase_source : 211b3d075040fa0ffdf64782c804f7a55f039149
2013-07-26 16:05:05 -07:00
Jonathan Griffin
3bbd0a7578 Bug 897135 - Switch Marionette's log level to Trace, r=wlach 2013-07-23 12:33:07 -07:00
David Burns
d86012c8df Bug 896043 : Switching off tests as they are not being used and blocking marionette content updates; r=jgriffin 2013-07-22 10:57:56 +01:00
Jonathan Griffin
0819ed521b Bug 894953 - Don't leak onDOMConentLoaded event handlers, r=mdas 2013-07-17 15:13:09 -07:00
Florin Bogdan Strugariu
dd3f6cf68a Bug 802742 - Marionette should list all failed tests at the end of the testrun, r=mdas 2013-07-10 13:04:33 +03:00
Florin Bogdan Strugariu
4b5a6322b9 Bug 845805 - Add a By class to the marionette python bindings; r=dburns 2013-07-04 14:43:54 +03:00
Malini Das
8f7c125047 Bug 823222 - use socket module to check port, r=jgriffin 2013-07-09 10:54:29 -04:00
Jonathan Griffin
55ffcdc3e6 Bug 889637 - Add --es-server arg to Marionette, r=mcote 2013-07-08 12:28:53 -07:00
Jonathan Griffin
f3a77b7371 Bug 891139 - Bump marionette to 0.5.35, r=stephend 2013-07-08 19:55:42 -07:00
Mounir Lamouri
57b295be46 Bug 886046 - Add a MockColorPicker module in SpecialPowers. r=ctalbert 2013-07-08 15:11:36 -04:00
David Burns
099c00348f Bug 887583 - Add more startup prefs to Marionette, r=mdas 2013-05-08 12:32:50 +01:00
David Burns
357046d198 Bug 890214 : adding missing import to marionette testrunner; r=dhunt 2013-07-04 13:46:10 +01:00
Dave Hunt
e9151b511a Bug 889469 - Bump marionette_client version to 0.5.34 r=jgriffin 2013-07-03 22:43:48 +01:00
Jonathan Griffin
143bc69733 Bug 887841 - Be very careful when deleting a session that may not exist, r=mdas 2013-07-02 10:48:55 -07:00
Dave Hunt
344b38c254 Bug 889439 - XML report generation fails when results tuple contains more than two items. r=jgriffin 2013-07-02 18:59:15 +01:00
Ryan VanderMeulen
60bbd567b1 Merge birch to inbound. 2013-07-02 10:19:45 -04:00
Mathieu Bultel mat.bultel@gmail.com
ef57890d2f Bug 888506 - Check that the start_time attribute exists before trying to use it. r=jgriffin 2013-07-01 12:37:21 +02:00
Jonathan Griffin
6d04d32bf1 Bug 886579 - Better errors for JS tests, r=mdas 2013-07-01 15:47:37 -07:00
Jonathan Griffin
153d613f3b Bug 888474 - Bump Marionette version, a=test-only, a=test-only 2013-06-28 14:34:20 -07:00
Jonathan Griffin
b8a3ff00b6 Bug 885940 - Move common code inato marionette-common.js, r=mdas
--HG--
rename : testing/marionette/marionette-log-obj.js => testing/marionette/marionette-common.js
2013-06-28 14:07:55 -07:00
Mathieu Bultel mat.bultel@gmail.com
018da76624 Bug 886741 - Fix support for expectedFailure and skip, r=jgriffin 2013-06-26 17:59:10 +02:00