Hubert Figuière
b058fb849d
Bug 840612 - Part 2: make sure that networkmanager is ignored on pandaboard and emulator. r=jgriffin
2013-04-05 16:04:32 -04:00
Hubert Figuière
badb4e497a
Bug 840612 - Part 1: Don't close Marionette and debugger server socket when going offline. r=mdas,past,mcmanus f=jduell
2013-03-26 21:22:40 -04:00
Ehsan Akhgari
e9b9bebd68
Backed out changeset 664a2230e5c7 (bug 843793) because of Marionette test failures
...
Landed on a CLOSED TREE
2013-04-08 18:49:33 -04:00
Jonathan Griffin
2f1fe75231
Bug 843793 - Throw specific errors when a frame has frozen/crashed, r=mdas
2013-04-08 14:12:32 -07:00
David Burns
c9d752cdd1
Bug 838607 - Added explicit wait for element to appear before carrying on the test. r=mdas
2013-04-08 16:16:57 +01:00
David Burns
45e6006ebe
Bug 814037 - Check overflow x and overflow y when doing visibility checks with Marionette. Atom updated. r=mdas
2013-04-08 13:13:11 +01:00
Dave Hunt
c266829877
Bug 858290 - Need to enable focusmanager.testmode for tests run against B2G desktop builds. r=jgriffin
2013-04-06 09:46:29 +01:00
Jonathan Griffin
cf621af96f
Bug 853188 - Use the url and line number passed to window.onerror, r=mdas
2013-04-05 15:25:46 -07:00
Malini Das
5171c2dfc8
Bug 858288 - set sandbox to null in switchToFrame, r=jgriffin
2013-04-05 13:15:19 -04:00
Dave Hunt
87d504af18
Bug 858124 - Flick (swipe) is failing on desktop B2G builds. r=mdas
2013-04-05 13:55:51 +01:00
David Burns
fe6e3a7374
Bug 857717 - Scroll to element before clicking on it with Marionette r=mdas
2013-04-04 15:59:36 +01:00
Yiming Yang
7324bf00d9
Bug 848489 - send 'contextmenu' event if we are long pressing, r=mdas
2013-04-01 15:21:06 -07:00
David Burns
c4b1a4ed44
Bug 857000 - change location code to use getClientBoundingRect instead of calculating via offset r=mdas
2013-04-03 13:14:38 +01:00
Andrew Halberstadt
f0fab7f5b7
Bug 849270 - Add --symbols-path to marionette test runner, r=jgriffin
2013-04-02 11:19:15 -04:00
David Burns
54fb0f162c
Bug 847655 - Removing atom click in favour of EventUtils click to gain trusted events r=jgriffin
2013-04-02 13:35:27 +01:00
Kyle Machulis
72a717a860
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
43628a7867
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
334c0800cf
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Jonathan Griffin
dc032ea10f
Bug 851610 - Don't look for fastboot for emulator runs, r=ahal
2013-03-25 14:49:37 -07:00
Hubert Figuière
8dd4e3ff13
Backout 96f2990b1124 (bug 840612) due to orange on Mn. CLOSED TREE
2013-03-26 21:07:50 -04:00
Hubert Figuière
7f9fbda32f
Bug 840612 - Don't close Marionette and debugger server socket when going offline. r=mdas,past,mcmanus f=jduell
2013-02-28 15:39:38 -05:00
Ryan VanderMeulen
34dad8a91a
Backed out changeset 48d2538788ec (bug 848489) for Marionette failures on a CLOSED TREE.
2013-03-26 16:07:31 -04:00
Yiming Yang
2ccd150867
Bug 848489 - send 'contextmenu' event if we are long pressing, r=mdas
2013-03-21 12:31:27 -07:00
Yiming Yang
d6d35b8ef8
Bug 851523 - Allow users to execute action chain in segments, r=mdas
2013-03-22 11:29:02 -07:00
Andrew Halberstadt
feb84a1933
Bug 843296 - check for crashes in b2g emulator unittests during failures in marionette start up, r=jgriffin
2013-03-26 09:50:00 -04:00
Dave Hunt
c8f6e2e872
Bug 853450 - Bump Marionette client version to 0.5.22 ahead of release. r=jgriffin
2013-03-25 18:36:44 +00:00
Jonathan Griffin
4b78127fcb
Bug 837137 - Fix some errors in commandId usage, r=mdas
2013-03-25 11:09:16 -07:00
Luqman Aden
0dc75a6ca0
Bug 853219 - List mozcrash as dependency in mochitest venv setup. r=jgriffin
2013-03-20 16:36:16 -07:00
Yiming Yang
d50b288531
Bug 847758 - Fire touchcancel for single action chains and element touch commands, r=mdas
2013-03-19 14:59:48 -07:00
Dave Hunt
d1665ee496
Bug 852456 - fix double_tap and long_press for desktop B2G, r=mdas
2013-03-19 14:03:11 -04:00
Yiming Yang
d9b7c925e9
Bug 841101 - Add support for multi touch action chains in marionette, r=mdas
2013-03-18 13:42:46 -07:00
Gregory Szorc
7d09ff18e0
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
2013-03-17 18:01:25 -07:00
Yiming Yang
46a279f43d
Bug 848932 - fix action chains so they return at the right time, r=mdas
2013-03-14 11:29:45 -07:00
Jonathan Griffin
6bfc43a1fa
Bug 847256 - fix marionette logging UnicodeEncodeError, r=mdas
2013-03-04 15:40:41 -08:00
Yiming Yang
fd3ca84ce7
Bug 848448 - add Actions from marionette into package and up the version number, r=mdas
2013-03-06 14:41:21 -08:00
Jonathan Griffin
ae87232f23
Bug 837137 - Add a sleep temporarily to fix a frequent orange, a=test-only
2013-03-06 18:47:06 -08:00
Jonathan Griffin
7c7c38db00
Bug 845625 - Prevent tests from getting out of sync when an exception is thrown, r=mdas
2013-03-06 09:48:30 -08:00
Yiming Yang
8baf9ee318
Bug 846867 - checkVisible() should call scrollIntoView() only if the element is not yet in the viewport, r=mdas
2013-03-01 13:29:10 -08:00
Yiming Yang
6e4a7fba2a
Bug 839943 - Add support for touch action chains in marionette, r=mdas
2013-03-04 17:09:58 -08:00
Olivier Morandi
c11c3e1238
Bug 837068 - Allow profile path to be passed in Marionette Tests
2013-02-01 02:39:00 +00:00
Jonathan Griffin
5c569613e8
Bug 846534 - Use a data url as the default WebAPI test page in Marionette, r=mdas
2013-03-05 13:23:41 -08:00
Gene Lian
3fd091d44a
Bug 844429 - B2G SMS & MMS: move SMS codes into dom/mobilemessage to make it generic for MMS. r=vicamo
...
--HG--
rename : dom/sms/interfaces/nsIDOMMozSmsEvent.idl => dom/mobilemessage/interfaces/nsIDOMMozSmsEvent.idl
rename : dom/sms/interfaces/nsIDOMMozSmsMessage.idl => dom/mobilemessage/interfaces/nsIDOMMozSmsMessage.idl
rename : dom/sms/interfaces/nsIDOMNavigatorSms.idl => dom/mobilemessage/interfaces/nsIDOMNavigatorSms.idl
rename : dom/sms/interfaces/nsIDOMSmsCursor.idl => dom/mobilemessage/interfaces/nsIDOMSmsCursor.idl
rename : dom/sms/interfaces/nsIDOMSmsFilter.idl => dom/mobilemessage/interfaces/nsIDOMSmsFilter.idl
rename : dom/sms/interfaces/nsIDOMSmsManager.idl => dom/mobilemessage/interfaces/nsIDOMSmsManager.idl
rename : dom/sms/interfaces/nsIDOMSmsRequest.idl => dom/mobilemessage/interfaces/nsIDOMSmsRequest.idl
rename : dom/sms/interfaces/nsIDOMSmsSegmentInfo.idl => dom/mobilemessage/interfaces/nsIDOMSmsSegmentInfo.idl
rename : dom/sms/interfaces/nsISmsRequest.idl => dom/mobilemessage/interfaces/nsISmsRequest.idl
rename : dom/sms/interfaces/nsISmsService.idl => dom/mobilemessage/interfaces/nsISmsService.idl
rename : dom/sms/src/Constants.cpp => dom/mobilemessage/src/Constants.cpp
rename : dom/sms/src/Constants.h => dom/mobilemessage/src/Constants.h
rename : dom/sms/src/SmsCursor.cpp => dom/mobilemessage/src/SmsCursor.cpp
rename : dom/sms/src/SmsCursor.h => dom/mobilemessage/src/SmsCursor.h
rename : dom/sms/src/SmsFilter.cpp => dom/mobilemessage/src/SmsFilter.cpp
rename : dom/sms/src/SmsFilter.h => dom/mobilemessage/src/SmsFilter.h
rename : dom/sms/src/SmsManager.cpp => dom/mobilemessage/src/SmsManager.cpp
rename : dom/sms/src/SmsManager.h => dom/mobilemessage/src/SmsManager.h
rename : dom/sms/src/SmsMessage.cpp => dom/mobilemessage/src/SmsMessage.cpp
rename : dom/sms/src/SmsMessage.h => dom/mobilemessage/src/SmsMessage.h
rename : dom/sms/src/SmsRequest.cpp => dom/mobilemessage/src/SmsRequest.cpp
rename : dom/sms/src/SmsRequest.h => dom/mobilemessage/src/SmsRequest.h
rename : dom/sms/src/SmsSegmentInfo.cpp => dom/mobilemessage/src/SmsSegmentInfo.cpp
rename : dom/sms/src/SmsSegmentInfo.h => dom/mobilemessage/src/SmsSegmentInfo.h
rename : dom/sms/src/SmsServicesFactory.cpp => dom/mobilemessage/src/SmsServicesFactory.cpp
rename : dom/sms/src/SmsServicesFactory.h => dom/mobilemessage/src/SmsServicesFactory.h
rename : dom/sms/src/Types.h => dom/mobilemessage/src/Types.h
rename : dom/sms/src/android/SmsService.cpp => dom/mobilemessage/src/android/SmsService.cpp
rename : dom/sms/src/android/SmsService.h => dom/mobilemessage/src/android/SmsService.h
rename : dom/sms/src/fallback/SmsService.cpp => dom/mobilemessage/src/fallback/SmsService.cpp
rename : dom/sms/src/fallback/SmsService.h => dom/mobilemessage/src/fallback/SmsService.h
rename : dom/sms/src/ipc/PSms.ipdl => dom/mobilemessage/src/ipc/PSms.ipdl
rename : dom/sms/src/ipc/PSmsRequest.ipdl => dom/mobilemessage/src/ipc/PSmsRequest.ipdl
rename : dom/sms/src/ipc/SmsChild.cpp => dom/mobilemessage/src/ipc/SmsChild.cpp
rename : dom/sms/src/ipc/SmsChild.h => dom/mobilemessage/src/ipc/SmsChild.h
rename : dom/sms/src/ipc/SmsIPCService.cpp => dom/mobilemessage/src/ipc/SmsIPCService.cpp
rename : dom/sms/src/ipc/SmsIPCService.h => dom/mobilemessage/src/ipc/SmsIPCService.h
rename : dom/sms/src/ipc/SmsParent.cpp => dom/mobilemessage/src/ipc/SmsParent.cpp
rename : dom/sms/src/ipc/SmsParent.h => dom/mobilemessage/src/ipc/SmsParent.h
rename : dom/sms/src/ipc/SmsTypes.ipdlh => dom/mobilemessage/src/ipc/SmsTypes.ipdlh
rename : dom/sms/src/ipc/ipdl.mk => dom/mobilemessage/src/ipc/ipdl.mk
rename : dom/sms/src/ril/SmsService.cpp => dom/mobilemessage/src/ril/SmsService.cpp
rename : dom/sms/src/ril/SmsService.h => dom/mobilemessage/src/ril/SmsService.h
rename : dom/sms/tests/Makefile.in => dom/mobilemessage/tests/Makefile.in
rename : dom/sms/tests/marionette/manifest.ini => dom/mobilemessage/tests/marionette/manifest.ini
rename : dom/sms/tests/marionette/test_between_emulators.py => dom/mobilemessage/tests/marionette/test_between_emulators.py
rename : dom/sms/tests/marionette/test_bug814761.js => dom/mobilemessage/tests/marionette/test_bug814761.js
rename : dom/sms/tests/marionette/test_emulator_loopback.js => dom/mobilemessage/tests/marionette/test_emulator_loopback.js
rename : dom/sms/tests/marionette/test_filter_date.js => dom/mobilemessage/tests/marionette/test_filter_date.js
rename : dom/sms/tests/marionette/test_filter_date_notfound.js => dom/mobilemessage/tests/marionette/test_filter_date_notfound.js
rename : dom/sms/tests/marionette/test_filter_mixed.js => dom/mobilemessage/tests/marionette/test_filter_mixed.js
rename : dom/sms/tests/marionette/test_filter_number_multiple.js => dom/mobilemessage/tests/marionette/test_filter_number_multiple.js
rename : dom/sms/tests/marionette/test_filter_number_single.js => dom/mobilemessage/tests/marionette/test_filter_number_single.js
rename : dom/sms/tests/marionette/test_filter_read.js => dom/mobilemessage/tests/marionette/test_filter_read.js
rename : dom/sms/tests/marionette/test_filter_received.js => dom/mobilemessage/tests/marionette/test_filter_received.js
rename : dom/sms/tests/marionette/test_filter_sent.js => dom/mobilemessage/tests/marionette/test_filter_sent.js
rename : dom/sms/tests/marionette/test_filter_unread.js => dom/mobilemessage/tests/marionette/test_filter_unread.js
rename : dom/sms/tests/marionette/test_getmessage.js => dom/mobilemessage/tests/marionette/test_getmessage.js
rename : dom/sms/tests/marionette/test_getmessage_notfound.js => dom/mobilemessage/tests/marionette/test_getmessage_notfound.js
rename : dom/sms/tests/marionette/test_getmessages.js => dom/mobilemessage/tests/marionette/test_getmessages.js
rename : dom/sms/tests/marionette/test_incoming.js => dom/mobilemessage/tests/marionette/test_incoming.js
rename : dom/sms/tests/marionette/test_incoming_delete.js => dom/mobilemessage/tests/marionette/test_incoming_delete.js
rename : dom/sms/tests/marionette/test_incoming_max_segments.js => dom/mobilemessage/tests/marionette/test_incoming_max_segments.js
rename : dom/sms/tests/marionette/test_incoming_multipart.js => dom/mobilemessage/tests/marionette/test_incoming_multipart.js
rename : dom/sms/tests/marionette/test_mark_msg_read.js => dom/mobilemessage/tests/marionette/test_mark_msg_read.js
rename : dom/sms/tests/marionette/test_mark_msg_read_error.js => dom/mobilemessage/tests/marionette/test_mark_msg_read_error.js
rename : dom/sms/tests/marionette/test_message_classes.js => dom/mobilemessage/tests/marionette/test_message_classes.js
rename : dom/sms/tests/marionette/test_outgoing.js => dom/mobilemessage/tests/marionette/test_outgoing.js
rename : dom/sms/tests/marionette/test_outgoing_delete.js => dom/mobilemessage/tests/marionette/test_outgoing_delete.js
rename : dom/sms/tests/marionette/test_outgoing_max_segments.js => dom/mobilemessage/tests/marionette/test_outgoing_max_segments.js
rename : dom/sms/tests/marionette/test_segment_info.js => dom/mobilemessage/tests/marionette/test_segment_info.js
rename : dom/sms/tests/marionette/test_strict_7bit_encoding.js => dom/mobilemessage/tests/marionette/test_strict_7bit_encoding.js
rename : dom/sms/tests/moz.build => dom/mobilemessage/tests/moz.build
rename : dom/sms/tests/test_sms_basics.html => dom/mobilemessage/tests/test_sms_basics.html
rename : dom/sms/tests/test_smsdatabaseservice.xul => dom/mobilemessage/tests/test_smsdatabaseservice.xul
rename : dom/sms/tests/test_smsfilter.html => dom/mobilemessage/tests/test_smsfilter.html
rename : dom/sms/tests/test_smsservice_createsmsmessage.js => dom/mobilemessage/tests/test_smsservice_createsmsmessage.js
rename : dom/sms/tests/xpcshell.ini => dom/mobilemessage/tests/xpcshell.ini
2013-03-01 16:38:47 +08:00
Ms2ger
8fedd090cc
Merge m-i to b-s.
2013-02-28 14:46:10 +01:00
Vicamo Yang
acb1b7c907
Bug 845651: update mochitest venv to fix missing _sysconfigdata_nd on debians. r=jgriffin
2013-02-28 12:52:51 +08:00
Gregory Szorc
0c8ee65118
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Gregory Szorc
45faa95b04
Merge mozilla-central into build-system
...
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Gregory Szorc
1ee2e803e1
Bug 784841 - Part 18η: Convert /testing; r=ted
2013-02-25 13:05:39 -08:00
Jonathan Griffin
febca4f424
Bug 844942 - Let switching to top-level frame work even when current frame is invalid, r=mdas
2013-02-25 13:24:19 -08:00
Marshall Culpepper
83d4a61880
Bug 775281: B2G Mochitest frontend fixes to enable xpcshell from test.sh. r=jgriffin
2013-02-26 12:05:35 -06:00
Marshall Culpepper
97c05662b3
Bug 841935: Use sys.executable to invoke b2g update scripts. r=jgriffin
2013-02-22 23:02:26 -06:00
Vicamo Yang
07e5d7d0b8
Bug 843525: update marionette venv to fix missing _sysconfigdata_nd on debians. r=jgriffin
2013-02-22 13:19:26 +08:00
Jonathan Griffin
691bd2d328
Bug 797628 - Use a 320x480 emulator by default, r=ahal
2013-02-11 12:41:32 -08:00
Jonathan Griffin
ccfb9cfe3a
Bug 842841 - Be less agressive with clearing timeouts, r=mdas
2013-02-20 11:25:35 -08:00
Anhad Jai Singh
7aa7d9a493
Bug 827493 - Make Marionette use moznetwork, r=jhammel
2013-02-14 13:42:26 -08:00
Bobby Holley
3fb3394bb8
Bug 841067 - Use sandboxPrototype rather than __proto__ for marionette sandboxes. r=jgriffin
...
sandboxPrototype implements fancy rebinding behavior that makes things work right.
It is the "correct" mechanism to prototype a sandbox to a DOM Window.
2013-02-14 10:40:15 +01:00
Jonathan Griffin
1966cf0df7
Bug 839675 - Remove extra logging, r=mdas
2013-02-13 12:37:49 -08:00
Luqman Aden
af0e70b70a
Bug 840636 - Update Mochitest script. r=jgriffin
2013-02-12 16:35:55 -08:00
Jonathan Griffin
827647d92c
Bug 839675 - Prevent out-of-sync problems, r=mdas
2013-02-12 10:10:03 -08:00
Malini Das
801d5ffc9a
Bug 838822 - update marionette client version number, r=jgriffin
2013-02-11 15:02:36 -05:00
Yiming Yang
df46265880
Bug 836375 - Add press() and release() tap gestures on elements, r=mdas
2013-02-06 11:58:14 -08:00
Yiming Yang
66cc1af194
Bug 836952 - accept coordinates for single_tap/double_tap, r=mdas
2013-02-01 13:29:10 -08:00
Jonathan Griffin
54956bda23
Bug 820463 - Remove the --load-early CLI, r=ahal
2013-02-05 10:20:01 -08:00
Vicamo Yang
f749d57c57
Bug 833278 - Part 1/2: move voicemail sources to dom/voicemail. r=mounir
...
--HG--
rename : dom/telephony/Makefile.in => dom/voicemail/Makefile.in
rename : dom/telephony/Voicemail.cpp => dom/voicemail/Voicemail.cpp
rename : dom/telephony/Voicemail.h => dom/voicemail/Voicemail.h
rename : dom/telephony/VoicemailEvent.cpp => dom/voicemail/VoicemailEvent.cpp
rename : dom/telephony/VoicemailEvent.h => dom/voicemail/VoicemailEvent.h
rename : dom/telephony/nsIDOMVoicemail.idl => dom/voicemail/nsIDOMMozVoicemail.idl
rename : dom/telephony/nsIDOMVoicemailEvent.idl => dom/voicemail/nsIDOMMozVoicemailEvent.idl
rename : dom/telephony/nsIDOMVoicemailStatus.idl => dom/voicemail/nsIDOMMozVoicemailStatus.idl
rename : dom/telephony/nsIDOMNavigatorTelephony.idl => dom/voicemail/nsINavigatorVoicemail.idl
rename : dom/telephony/test/marionette/pdu_builder.js => dom/voicemail/test/marionette/pdu_builder.js
rename : dom/telephony/test/marionette/test_voicemail_number.js => dom/voicemail/test/marionette/test_voicemail_number.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.js => dom/voicemail/test/marionette/test_voicemail_statuschanged.js
rename : dom/telephony/test/marionette/test_voicemail_statuschanged.py => dom/voicemail/test/marionette/test_voicemail_statuschanged.py
2013-02-05 17:02:15 +08:00
Jonathan Griffin
cbdb17ecc5
Bug 834266 - Use XPCNativeWrapper to compare elements, r=mdas
2013-02-04 11:40:51 -08:00
Dave Hunt
03e7ee87fa
Bug 833007 - Gaia UI tests fail against desktop Firefox OS builds due to tap interaction. r=mdas
2013-01-31 15:32:25 -05:00
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