Commit Graph

464 Commits

Author SHA1 Message Date
Ehsan Akhgari
ec70c90a69 Merge mozilla-central to mozilla-inbound 2013-06-22 08:42:15 -04:00
Chris Manchester
7dcbea35bc Bug 662247 - Replace synchronous appenders with async appenders using OS.File; r=gps 2013-06-20 14:00:14 -07:00
Jonathan Griffin
244e41ddaa Bug 885482 - Bump Marionette version, r=davehunt 2013-06-20 16:07:08 -07:00
Joey Armstrong
90f5105a37 bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (cleanup). r=mshal 2013-06-20 15:59:59 -04:00
Ed Morley
32d0858db7 Merge latest green birch changeset and mozilla-central 2013-06-20 09:01:19 +01:00
Jonathan Griffin
4b534c81b3 Bug 883281 - Add ability to skip tests based on device, r=davehunt 2013-06-19 17:35:20 -07:00
Mathieu Bultel
c9d05fbeb9 Bug 874599 - Move duration into _deleteSession function. r=jgriffin 2013-06-19 09:31:11 +02:00
Joey Armstrong
ad3592a2c7 bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1) r=mshal 2013-06-14 14:07:19 -04:00
Dave Hunt
19d1166c69 Bug 879683 - Allow MarionetteTestResult and MarionetteTextTestRunner to be subclassed. r=jgriffin 2013-06-14 13:21:29 -04:00
Jonathan Griffin
e80897df24 Bug 881601 - Don't close the listener if it was never opened, r=wlach 2013-06-13 10:04:48 -07:00
William Lachance
2dacbf3da8 Bug 797529 - Remove dependence on debugger server, r=jgriffin 2013-05-14 16:54:07 -04:00
David Burns
e4f4961edd Bug 870445 - Add -marionette command-line arg to Firefox, r=mdas 2013-05-13 13:43:15 +01:00
Jonathan Griffin
387f969ba4 Backout 36b68f9e4e04 for bustage (Bug 797529) 2013-06-06 17:26:39 -07:00
William Lachance
b18089d95c Bug 797529 - Remove dependence on debugger server, r=jgriffin
--HG--
rename : testing/marionette/marionette-actors.js => testing/marionette/marionette-server.js
2013-05-14 16:54:07 -04:00
Malini Das
0f3e92413e Bug 880280 - gestures should be part of the marionette-client, r=davehunt 2013-06-06 13:11:43 -04:00
Malini Das
82e8daa1f3 Bug 823222 - We should check the host/port before running tests, r=mdas 2013-06-06 11:10:15 -04:00
Malini Das
70f8f88e39 Bug 880034 - Typo in --timeouts help message, r=jgriffin 2013-06-06 10:15:29 -04:00
Mathieu Bultel
a4905e3e69 Bug 763483 - navigate() does not wait for DOM readystate == complete, r=mdas 2013-06-05 08:59:05 +02:00
Jonathan Griffin
86d3f9296b Bug 879492 - Add a B2GBuild class to Marionette, r=aki 2013-06-04 16:48:50 -07:00
Malini Das
ab3d041aa6 Bug 878910 - fix touchlists for 'touchend' and 'touchcancel', r=jgriffin 2013-06-04 13:47:53 -04:00
Jonathan Griffin
bbc7f8908d Bug 873538 - Pass -marionette when launching Firefox, r=dburns 2013-06-04 10:01:46 -07:00
Malini Das
2d5a7307cf Bug 878936 - remove test_marionette_touch.py from test manifest, r=jgriffin 2013-06-03 16:09:04 -04:00
William Lachance
92fb70b98a Bug 878914 - Fix race condition in marionette testrunner;r=jgriffin 2013-06-03 14:54:07 -04:00
Malini Das
8cfc0ac94a Bug 845849 - Remove MarionetteTouchMixin, r=jgriffin 2013-06-03 14:40:48 -04:00
Jonathan Griffin
b9a894b6df Bug 873591 - Make better errors for execute_script failures, r=mdas 2013-06-21 17:13:35 -07:00
Malini Das
5fb0b12e36 Bug 876835 - fix python 2.6 failures due to assertIn, r=jgriffin 2013-05-28 18:54:42 -04:00
David Burns
b0b966b2cd Bug 872561 - Loosening the elementInView and also checking the centre of the element is in view; r=mdas 2013-05-28 12:30:56 +01:00
Malini Das
a62ee3c399 Bug 857582 - send mouse events if we can't send touch events, r=jgriffin 2013-05-27 13:12:13 -04:00
Mathieu Bultel
6c1c5c8efb Bug 773159 - Add support for returning the title and type of the active chrome window, r=mdas 2013-05-24 22:14:29 +02:00
Mathieu Bultel
4fbbd462b8 Bug 794687 - Add --timeout argument to Marionette, r=mdas 2013-05-23 00:22:22 +02:00
Jonathan Griffin
401d261e2b Bug 838607 - Re-enable test_click.py, a=test-only 2013-05-20 11:01:10 -07:00
Jonathan Griffin
f80bc8db75 Bug 869536 - Make Marionette use its own tab on Firefox, r=mdas 2013-05-17 11:43:52 -07:00
Jonathan Griffin
d61254ad81 Bug 872146 - Remove obsolete files. r=mdas 2013-05-14 11:35:12 -07:00
Vicamo Yang
fb08b2654a Bug 871440: bypass offline for both B2G emulator ARM & x86. r=jgriffin 2013-05-14 10:26:32 +08:00
David Burns
378800cf8d Bug 869488: add mechanism for getting css rule attached to element from Marionette; r=mdas 2013-05-07 14:38:21 -07:00
Gregory Szorc
408aacec08 Bug 856392 - Categorize mach commands; r=jhammel
DONTBUILD (NPOTB)
2013-05-08 17:56:30 -07:00
Ryan VanderMeulen
210edab1cd Merge inbound to m-c. 2013-05-07 22:10:19 -04:00
Colby Russell
3679b4505b Bug 861495 - Transplant getOuterWindowWithId from nsIDOMWindowUtils to a window-related service: marionette-actors.js. r=jgriffin 2013-05-07 12:34:21 -04:00
Jonathan Griffin
a4f203cab3 Bug 838607 - Disable firstrun page during Marionette tests, r=mdas 2013-05-07 10:07:28 -07:00
Gregory Szorc
5d590258b9 Bug 799308 - Mach command for running Marionette, r=gps 2013-04-19 05:19:54 -07:00
Ed Morley
cabb89f9ab Merge mozilla-central and birch 2013-05-03 13:35:02 +01:00
Jonathan Griffin
adc12cd2f2 Bug 867548 - Disable updates when launching emulator, r=ahal 2013-05-02 16:16:44 -07:00
Jonathan Griffin
2bf30b8a01 Bug 864296 - Check for detached elements, r=mdas 2013-05-02 16:11:59 -07:00
Malini Das
63068b4dcc Bug 867812 - get rid of skip, r=jgriffin 2013-05-01 19:52:40 -04:00
Yoshi Huang
1aaf0f0607 Bug 847741 - Part 4: Remove getSimContacts impl. r=gwagner 2013-03-06 10:45:07 +08:00
Jonathan Griffin
01ce1d5ab3 Bug 867220 - Make setSearchTimeout behave globally, r=mdas 2013-05-01 10:16:49 -07:00
Malini Das
8dca226d50 Bug 867573 - fix broken MarionetteTouchMixin, add test, r=dburns 2013-05-01 11:41:57 -04:00
Yiming Yang
a6bceec29c Bug 858834 - deprecate press/release/double_tap/cancel_touch, rename single_tap to tap, r=mdas 2013-04-26 15:18:55 -07:00
Jonathan Griffin
746d718b5d Bug 866342 - Use try/catch around weakref.get(), r=mdas 2013-04-30 11:22:03 -07:00
Jonathan Griffin
48aba3542c Bug 865859 - Update mozbase deps, r=ahal 2013-04-30 10:01:14 -07:00