Commit Graph

324 Commits

Author SHA1 Message Date
Yiming Yang
86b275133e Bug 833448 - add singleTap and doubleTap ability to marionette, r=mdas 2013-01-22 11:27:44 -08:00
Jonathan Griffin
3d90a6eb70 Bug 834266 - Use isEqualNode instead of == for comparing frames, r=mdas 2013-01-30 10:13:54 -08:00
Malini Das
15bde61140 Bug 816246 - Add a 'timeout' kwarg to execute_* in marionette, r=jgriffin 2013-01-29 12:45:59 -05:00
Jonathan Griffin
cad7249d6a Bug 831149 - Expose SpecialPowers to conent scripts via a lazy getter, r=philikon 2013-01-23 11:26:33 -08:00
Yiming Yang
f49fc2eec2 Bug 830637 - Increase pageload timeout, r=jgriffin 2013-01-22 15:42:07 -08:00
Malini Das
2cbfac0bd2 Bug 833079 - python touch layer should check if element is displayed before acting on it, r=jgriffin 2013-01-22 16:11:23 -05:00
Jonathan Griffin
11b24d749e Bug 831830 - Run Marionette unit tests before webapi tests, r=rwood 2013-01-17 10:29:56 -08:00
Jonathan Griffin
ba052a1ef8 Bug 820463 - Remove loadearly code from test runners, r=ahal 2013-01-17 12:18:37 -08:00
Jonathan Griffin
dcb832123c Bug 830431 - Send data from client in 4kb chunks, r=mdas 2013-01-18 10:29:40 -08:00
Jonathan Griffin
675b5a7e4b Bug 831857 - Use RotatingFileAppender for Marionette's log, r=gwagner 2013-01-17 11:43:57 -08:00
Jonathan Griffin
de4b6b4a10 Bug 828558 - Don't attach to jsconsole window, r=mdas 2013-01-15 17:41:36 -08:00
Malini Das
914d321937 Bug 829566 - have marionette client send right tap event depending on shim, r=jgriffin 2013-01-16 11:40:06 -05:00
David Burns
4e29b56aac Bug 814768: Force marionette to move to window.top if we try access something the compartment is dead and handle OOP being pulled from under us; r=jgriffin 2013-01-16 15:00:00 +00:00
Jonathan Griffin
d5c3d6faec Bug 825802 - Don't expose SpecialPowers unless specifically requested, r=philikon 2013-01-15 15:42:06 -08:00
Jonathan Griffin
8de912de39 Bug 826111 - Support mochitests on b2g desktop build, r=ahal 2013-01-04 10:41:34 -08:00
Ed Morley
9820f29c6a Backout a5b75feea6dd (bug 826111) on suspicion of breaking marionette on linux on a CLOSED TREE 2013-01-15 11:04:25 +00:00
Dave Hunt
43b9047c70 Bug 829790 - Marionette client's XML report fails when path does not contain a directory. r=jgriffin 2013-01-14 20:15:03 -05:00
Jonathan Griffin
144c469df0 Bug 826111 - Support mochitests on b2g desktop build, r=ahal 2013-01-04 10:41:34 -08:00
David Burns
90373ae680 Bug 805475: add the ability to switch to active element in the document; r=jgriffin 2013-01-14 14:57:54 +00:00
Yiming Yang
9614cb8e2c Bug 827403 - Implement 'timeouts' command, r=mdas 2013-01-11 11:33:58 -08:00
Malini Das
ea850c1150 Bug 829377 - tap() in synthetic_gestures should send touch/mouse/click events, r=jgriffin 2013-01-10 17:40:17 -08:00
Malini Das
d4c786e67e Bug 828747 - make synthetic gestures use real touch events by default, r=jgriffin 2013-01-09 17:17:35 -08:00
Andrew Halberstadt
8bdb636438 Bug 821012 - (Part 3) marionette install_busybox step should happen before install_gecko step, r=jgriffin 2013-01-08 14:59:55 -05:00
Andrew Halberstadt
0cf3131b1b Bug 821012 - B2G emulator install_gecko step should use busybox if available, r=jgriffin 2013-01-08 12:19:49 -05:00
Dave Hunt
525f2b3c10 Bug 826652 - Create the XML output path if it doesn't exist. r=jgriffin 2013-01-06 22:24:16 -05:00
Dave Hunt
475aa40555 Bug 826651 - Add XML output path to testvars so that it can be used when saving files related to the results. r=jgriffin 2013-01-06 22:24:15 -05:00
Mihnea Dobrescu-Balaur
2379c9e9a4 Bug 819482 - Remove retry code from b2g automation now that devicemanager handles it, r=ahal 2013-01-04 14:07:48 -05:00
Jonathan Griffin
2c4edcc540 Bug 813305 - Make Marionette's PROCESS-CRASH message the same as other harnesses, r=ahal 2013-01-03 13:15:48 -08:00
Jonathan Griffin
7c434e69e6 Bug 820463 - Revert early-loading changes, r=mdas 2012-12-17 15:18:58 -08:00
Jonathan Griffin
ba6c1b8899 Bug 797913 - Make is() output use actual result, r=mdas 2013-01-03 10:44:17 -08:00
Jonathan Griffin
ffff3b8ade Bug 826132 - Don't restart emulator on failure, r=ahal 2013-01-03 10:44:07 -08:00
Jonathan Griffin
6a2d3cd26b Bug 818569 - Stop B2G before updating gecko, r=ahal 2012-12-07 14:44:55 -08:00
Marshall Culpepper
4151ba7959 Bug 821412: Part 4 - Initial automation frontend for B2G update smoketests. r=jgriffin 2013-01-02 12:41:40 -06:00
Marshall Culpepper
d7a1c91ffb Bug 821412: Part 3 - Initial B2G update tests and smoketests. r=bbondy 2013-01-02 12:41:40 -06:00
Marshall Culpepper
8035831a5d Bug 821412: Part 2 - Initial Marionette frontend for B2G update tests. r=jgriffin 2013-01-02 12:41:39 -06:00
Marshall Culpepper
4aa632cc5d Bug 821412: Part 1 - Marionette changes to support automated B2G update tests. r=jgriffin 2013-01-02 12:41:39 -06:00
Yoshi Huang
a0ecbe9491 Bug 816893 - Part 4: Marionette tests for reading Sim Contact. r=hsinyi 2012-12-14 12:07:12 +08:00
Philipp von Weitershausen
5ca06b9430 Bug 820617 - Add a hook to make NetworkManager not manage offline status and use it in Marionette for B2G CI. r=jgriffin 2012-12-29 10:11:04 -08:00
Malini Das
bcc12489e8 Bug 823195 - virtualenv created by marionette should use --no-site-packages, r=jgriffin 2012-12-19 16:24:37 -05:00
Jonathan Griffin
3745f47fc7 Bug 823106 - Bump marionette's version number, a=test-only 2012-12-19 09:41:48 -08:00
Ed Morley
22c3980e58 Backout 22f9cf3cc575 (bug 820463) for breaking marionette on a CLOSED TREE 2012-12-19 01:23:00 +00:00
Jonathan Griffin
8db12ba218 Bug 820463 - Revert early-loading changes, r=mdas 2012-12-17 15:18:58 -08:00
Malini Das
ff3e82ae82 Bug 722596 - Get stack trace from errors in content frames, r=jgriffin 2012-12-18 09:21:28 -05:00
Ed Morley
37e74d5f54 Backout f5aaf21d0a2b (bug 722596) for python 2.6 compat issues 2012-12-17 22:06:21 +00:00
Malini Das
bd4c006009 Bug 722596 - Get stack trace from errors in content frames, r=jgriffin 2012-12-17 16:02:58 -05:00
Jonathan Griffin
da13fec723 Bug 821833 - Don't open extra socket when marionette.force-local is true, r=mdas 2012-12-14 16:08:05 -08:00
Walter Chen
c68f00a5cb Bug 816514 - [B2G] Using marionette in Keyboard frame, causing lose of focus, r=jgriffin
Adding focus parameters and logics for marionette server and client
2012-12-17 17:45:28 +08:00
Rob Wood
2cb39ef413 Bug 811583 - Develop WebAPI tests for proximity sensor API, update manifest. r=davehunt 2012-12-07 11:29:19 -08:00
David Burns
0ccdc48d13 Bug 819351: move import script file creation/deletion to marionette actor and have it deleted on session delete. r=jgriffin 2012-12-14 16:11:02 +00:00
Mihnea Dobrescu-Balaur
10c106eaf0 Bug 742794 - check host/port before starting gecko instance in marionette client, r=mdas 2012-12-14 12:21:46 -05:00