Malini Das
|
ea2ac1ad17
|
Bug 876835 - fix python 2.6 failures due to assertIn, r=jgriffin
|
2013-05-28 18:54:42 -04:00 |
|
David Burns
|
5f9bbd3196
|
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
|
2adc7b31fd
|
Bug 857582 - send mouse events if we can't send touch events, r=jgriffin
|
2013-05-27 13:12:13 -04:00 |
|
Mathieu Bultel
|
185f883b10
|
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
|
5e2981ac58
|
Bug 794687 - Add --timeout argument to Marionette, r=mdas
|
2013-05-23 00:22:22 +02:00 |
|
Jonathan Griffin
|
c8b0775990
|
Bug 838607 - Re-enable test_click.py, a=test-only
|
2013-05-20 11:01:10 -07:00 |
|
Jonathan Griffin
|
7465104cb0
|
Bug 869536 - Make Marionette use its own tab on Firefox, r=mdas
|
2013-05-17 11:43:52 -07:00 |
|
Jonathan Griffin
|
b131d48f4d
|
Bug 872146 - Remove obsolete files. r=mdas
|
2013-05-14 11:35:12 -07:00 |
|
Vicamo Yang
|
8dc115fa0a
|
Bug 871440: bypass offline for both B2G emulator ARM & x86. r=jgriffin
|
2013-05-14 10:26:32 +08:00 |
|
David Burns
|
8d1e8daec8
|
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
|
2afb3f3369
|
Bug 856392 - Categorize mach commands; r=jhammel
DONTBUILD (NPOTB)
|
2013-05-08 17:56:30 -07:00 |
|
Ryan VanderMeulen
|
f6068dd244
|
Merge inbound to m-c.
|
2013-05-07 22:10:19 -04:00 |
|
Colby Russell
|
f1e2eaf708
|
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
|
9543b01766
|
Bug 838607 - Disable firstrun page during Marionette tests, r=mdas
|
2013-05-07 10:07:28 -07:00 |
|
Gregory Szorc
|
c51e9cc63f
|
Bug 799308 - Mach command for running Marionette, r=gps
|
2013-04-19 05:19:54 -07:00 |
|
Ed Morley
|
62e49e6d1a
|
Merge mozilla-central and birch
|
2013-05-03 13:35:02 +01:00 |
|
Jonathan Griffin
|
783f0d80ca
|
Bug 867548 - Disable updates when launching emulator, r=ahal
|
2013-05-02 16:16:44 -07:00 |
|
Jonathan Griffin
|
6916117cdc
|
Bug 864296 - Check for detached elements, r=mdas
|
2013-05-02 16:11:59 -07:00 |
|
Malini Das
|
b8e95698c7
|
Bug 867812 - get rid of skip, r=jgriffin
|
2013-05-01 19:52:40 -04:00 |
|
Yoshi Huang
|
f1e0084500
|
Bug 847741 - Part 4: Remove getSimContacts impl. r=gwagner
|
2013-03-06 10:45:07 +08:00 |
|
Jonathan Griffin
|
0a151ca997
|
Bug 867220 - Make setSearchTimeout behave globally, r=mdas
|
2013-05-01 10:16:49 -07:00 |
|
Malini Das
|
e5601ec78b
|
Bug 867573 - fix broken MarionetteTouchMixin, add test, r=dburns
|
2013-05-01 11:41:57 -04:00 |
|
Yiming Yang
|
b3bf86bb2f
|
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
|
709056edce
|
Bug 866342 - Use try/catch around weakref.get(), r=mdas
|
2013-04-30 11:22:03 -07:00 |
|
Jonathan Griffin
|
f410c1cb45
|
Bug 865859 - Update mozbase deps, r=ahal
|
2013-04-30 10:01:14 -07:00 |
|
Jonathan Griffin
|
1007af736e
|
Bug 865867 - Remove unused perf code from Marionette, r=mdas
|
2013-04-29 09:38:54 -07:00 |
|
Yiming Yang
|
73ab33ed28
|
Bug 845925 - Add scroll/pinch actions using touch action chains to the python touch layer, r=mdas
|
2013-04-26 11:14:50 -07:00 |
|
Dave Hunt
|
475c00c09e
|
Bug 866111 - Bump marionette_client version to 0.5.25. r=mdas
|
2013-04-26 16:16:33 +01:00 |
|
Dave Hunt
|
56c8bfcc02
|
Bug 842633 - Allow subclasses of MarionetteTestRunner to add their own command line options. r=jgriffin
|
2013-04-25 09:04:21 +01:00 |
|
Dave Hunt
|
42e53699b9
|
Bug 863893 - Bump marionette_client version to 0.5.24. r=mdas
|
2013-04-19 23:03:03 +01:00 |
|
Andrew Halberstadt
|
38d960f785
|
Bug 863377 - Marionette socket exceptions prevented from propagating, r=jgriffin
|
2013-04-19 14:20:10 -04:00 |
|
Yiming Yang
|
bd697f7ded
|
Bug 858563 - Add 'long_press' to Action chains, r=mdas
|
2013-04-15 13:19:22 -07:00 |
|
Yiming Yang
|
baa41e07dc
|
Bug 850819 - Send touch/mouse/click events in action chains, r=mdas
|
2013-04-10 16:55:43 -07:00 |
|
Jonathan Griffin
|
9d71169f3a
|
Bug 863185 - Define variable in order to use it, r=dburns
|
2013-04-18 03:04:13 -07:00 |
|
Malini Das
|
09566cd842
|
Bug 860849 - Fix 'Illegal Value' error in marionette, r=jgriffin
|
2013-04-17 12:06:39 -04:00 |
|
Jonathan Griffin
|
c762453df2
|
Bug 862053 - Use getBoundingClientRect instead of offsetParents, r=mdas
|
2013-04-17 00:42:10 -07:00 |
|
Dave Hunt
|
2ca6d03c85
|
Bug 857607 - Reduce log level when launching B2G desktop client with mozrunner. r=jgriffin
|
2013-04-16 22:35:07 +01:00 |
|
Jonathan Griffin
|
1fc0273d70
|
Bug 843793 - Throw specific errors when iframe is crashed or hung, r=mdas
|
2013-04-08 14:12:32 -07:00 |
|
Jonathan Griffin
|
8e8fd0de06
|
Bug 838607 - Disable another click test, a=test-only
|
2013-04-15 01:40:08 -07:00 |
|
Jonathan Griffin
|
80a6327b09
|
Backed out changeset c2449e6144d1 (wrong bug #)
|
2013-04-15 01:43:14 -07:00 |
|
Jonathan Griffin
|
da632e9f73
|
Bug 860104 - Disable another click test, a=test-only
|
2013-04-15 01:40:08 -07:00 |
|
Jonathan Griffin
|
5125e2e17a
|
Bug 860104 - Temporarily disable test due to frequent orange, a=test-only on a CLOSED TREE
|
2013-04-12 10:07:10 -07:00 |
|
David Burns
|
45b4b916fe
|
Bug 830197 - Check visibility of the element before typing. r=mdas
|
2013-04-11 13:52:42 -07:00 |
|
Andrew Halberstadt
|
141881969c
|
Bug 860764 - Read profiles.ini properly during crash detection for marionette b2g unittests, r=jgriffin
|
2013-04-11 16:51:42 -04:00 |
|
Andrew Halberstadt
|
40207efcd5
|
Bug 860773 - speed up crash detection for b2g marionette emulator tests, r=jgriffin
|
2013-04-11 16:51:41 -04:00 |
|
Malini Das
|
b5b56c5505
|
Bug 859864 - remove NoSuchAttribute from errors.py, r=dburns
|
2013-04-11 10:55:22 -04:00 |
|
Dave Hunt
|
0ed5367170
|
Bug 857599 - Clone profile for Marionette tests to prevent polluting the original profile. r=jgriffin
|
2013-04-10 09:31:35 +01:00 |
|
Ryan VanderMeulen
|
ad089d7e82
|
Backed out changeset 3f8a9cfdc055 (bug 857599) for Mn failures on a CLOSED TREE.
|
2013-04-09 18:22:14 -04:00 |
|
Dave Hunt
|
310052c782
|
Bug 857599 - Clone profile for Marionette tests to prevent polluting the original profile. r=jgriffin
|
2013-04-09 19:41:09 +01:00 |
|
Malini Das
|
68dcb420fc
|
Bug 736592 - Use getWeakReference instead of actual references to elements, r=jgriffin
|
2013-04-09 13:05:43 -04:00 |
|