Commit Graph

400 Commits

Author SHA1 Message Date
Olivier Morandi
499ccb7303 Bug 837068 - Allow profile path to be passed in Marionette Tests 2013-02-01 02:39:00 +00:00
Jonathan Griffin
da5559c7b2 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
1ab6d02033 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
3813557cac Merge m-i to b-s. 2013-02-28 14:46:10 +01:00
Vicamo Yang
d5001ac01a Bug 845651: update mochitest venv to fix missing _sysconfigdata_nd on debians. r=jgriffin 2013-02-28 12:52:51 +08:00
Gregory Szorc
f0b7e3972c 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
faf262c4ee 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
0d9d430864 Bug 784841 - Part 18η: Convert /testing; r=ted 2013-02-25 13:05:39 -08:00
Jonathan Griffin
47e9b66860 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
90d52c37e5 Bug 775281: B2G Mochitest frontend fixes to enable xpcshell from test.sh. r=jgriffin 2013-02-26 12:05:35 -06:00
Marshall Culpepper
3faf293721 Bug 841935: Use sys.executable to invoke b2g update scripts. r=jgriffin 2013-02-22 23:02:26 -06:00
Vicamo Yang
8133e088d0 Bug 843525: update marionette venv to fix missing _sysconfigdata_nd on debians. r=jgriffin 2013-02-22 13:19:26 +08:00
Jonathan Griffin
ef6ca58b75 Bug 797628 - Use a 320x480 emulator by default, r=ahal 2013-02-11 12:41:32 -08:00
Jonathan Griffin
9b44278afd Bug 842841 - Be less agressive with clearing timeouts, r=mdas 2013-02-20 11:25:35 -08:00
Anhad Jai Singh
fddccbe739 Bug 827493 - Make Marionette use moznetwork, r=jhammel 2013-02-14 13:42:26 -08:00
Bobby Holley
0c59e10db8 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
f54d0bc569 Bug 839675 - Remove extra logging, r=mdas 2013-02-13 12:37:49 -08:00
Luqman Aden
f917232998 Bug 840636 - Update Mochitest script. r=jgriffin 2013-02-12 16:35:55 -08:00
Jonathan Griffin
ade395e185 Bug 839675 - Prevent out-of-sync problems, r=mdas 2013-02-12 10:10:03 -08:00
Malini Das
a50cec5d92 Bug 838822 - update marionette client version number, r=jgriffin 2013-02-11 15:02:36 -05:00
Yiming Yang
24dc39f876 Bug 836375 - Add press() and release() tap gestures on elements, r=mdas 2013-02-06 11:58:14 -08:00
Yiming Yang
f555d31591 Bug 836952 - accept coordinates for single_tap/double_tap, r=mdas 2013-02-01 13:29:10 -08:00
Jonathan Griffin
9cb60ac7d9 Bug 820463 - Remove the --load-early CLI, r=ahal 2013-02-05 10:20:01 -08:00
Vicamo Yang
157aebae18 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
619bdafc99 Bug 834266 - Use XPCNativeWrapper to compare elements, r=mdas 2013-02-04 11:40:51 -08:00
Dave Hunt
e6e26de58a 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
59572d849a Bug 833448 - add singleTap and doubleTap ability to marionette, r=mdas 2013-01-22 11:27:44 -08:00
Jonathan Griffin
67e74371c4 Bug 834266 - Use isEqualNode instead of == for comparing frames, r=mdas 2013-01-30 10:13:54 -08:00
Malini Das
52c18ac6a8 Bug 816246 - Add a 'timeout' kwarg to execute_* in marionette, r=jgriffin 2013-01-29 12:45:59 -05:00
Jonathan Griffin
b9a6125876 Bug 831149 - Expose SpecialPowers to conent scripts via a lazy getter, r=philikon 2013-01-23 11:26:33 -08:00
Yiming Yang
52666b2528 Bug 830637 - Increase pageload timeout, r=jgriffin 2013-01-22 15:42:07 -08:00
Malini Das
9da2e847ef 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
03b62b391f Bug 831830 - Run Marionette unit tests before webapi tests, r=rwood 2013-01-17 10:29:56 -08:00
Jonathan Griffin
00bdbc4e74 Bug 820463 - Remove loadearly code from test runners, r=ahal 2013-01-17 12:18:37 -08:00
Jonathan Griffin
c3ed08f586 Bug 830431 - Send data from client in 4kb chunks, r=mdas 2013-01-18 10:29:40 -08:00
Jonathan Griffin
fbe06d033a Bug 831857 - Use RotatingFileAppender for Marionette's log, r=gwagner 2013-01-17 11:43:57 -08:00
Jonathan Griffin
15f0cc1850 Bug 828558 - Don't attach to jsconsole window, r=mdas 2013-01-15 17:41:36 -08:00
Malini Das
678e6571f4 Bug 829566 - have marionette client send right tap event depending on shim, r=jgriffin 2013-01-16 11:40:06 -05:00
David Burns
d63819e9a5 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
6bf0ddbadd Bug 825802 - Don't expose SpecialPowers unless specifically requested, r=philikon 2013-01-15 15:42:06 -08:00
Jonathan Griffin
8818cbdf98 Bug 826111 - Support mochitests on b2g desktop build, r=ahal 2013-01-04 10:41:34 -08:00
Ed Morley
62c60a922b 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
73ed2d377b 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
49f9c17185 Bug 826111 - Support mochitests on b2g desktop build, r=ahal 2013-01-04 10:41:34 -08:00
David Burns
03006540b4 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
0424b2855e Bug 827403 - Implement 'timeouts' command, r=mdas 2013-01-11 11:33:58 -08:00
Malini Das
43613f6622 Bug 829377 - tap() in synthetic_gestures should send touch/mouse/click events, r=jgriffin 2013-01-10 17:40:17 -08:00
Malini Das
2f30978753 Bug 828747 - make synthetic gestures use real touch events by default, r=jgriffin 2013-01-09 17:17:35 -08:00
Andrew Halberstadt
92c5a1cca1 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
456330f170 Bug 821012 - B2G emulator install_gecko step should use busybox if available, r=jgriffin 2013-01-08 12:19:49 -05:00
Dave Hunt
edd2d6b09a Bug 826652 - Create the XML output path if it doesn't exist. r=jgriffin 2013-01-06 22:24:16 -05:00
Dave Hunt
bd899a5826 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
e825421abf 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
0379837523 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
f66d959909 Bug 820463 - Revert early-loading changes, r=mdas 2012-12-17 15:18:58 -08:00
Jonathan Griffin
878cb2677e Bug 797913 - Make is() output use actual result, r=mdas 2013-01-03 10:44:17 -08:00
Jonathan Griffin
a1457d1ff0 Bug 826132 - Don't restart emulator on failure, r=ahal 2013-01-03 10:44:07 -08:00
Jonathan Griffin
80011ab590 Bug 818569 - Stop B2G before updating gecko, r=ahal 2012-12-07 14:44:55 -08:00
Marshall Culpepper
e3edb650d3 Bug 821412: Part 4 - Initial automation frontend for B2G update smoketests. r=jgriffin 2013-01-02 12:41:40 -06:00
Marshall Culpepper
84c6f6eaab Bug 821412: Part 3 - Initial B2G update tests and smoketests. r=bbondy 2013-01-02 12:41:40 -06:00
Marshall Culpepper
068ef410e2 Bug 821412: Part 2 - Initial Marionette frontend for B2G update tests. r=jgriffin 2013-01-02 12:41:39 -06:00
Marshall Culpepper
8e1a0eb33b Bug 821412: Part 1 - Marionette changes to support automated B2G update tests. r=jgriffin 2013-01-02 12:41:39 -06:00
Yoshi Huang
6e23fa9d2b Bug 816893 - Part 4: Marionette tests for reading Sim Contact. r=hsinyi 2012-12-14 12:07:12 +08:00
Philipp von Weitershausen
41571aeead 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
2f7f8695b2 Bug 823195 - virtualenv created by marionette should use --no-site-packages, r=jgriffin 2012-12-19 16:24:37 -05:00
Jonathan Griffin
1abd40e406 Bug 823106 - Bump marionette's version number, a=test-only 2012-12-19 09:41:48 -08:00
Ed Morley
3731ae93a0 Backout 22f9cf3cc575 (bug 820463) for breaking marionette on a CLOSED TREE 2012-12-19 01:23:00 +00:00
Jonathan Griffin
bb7c4d0488 Bug 820463 - Revert early-loading changes, r=mdas 2012-12-17 15:18:58 -08:00
Malini Das
fd7d617909 Bug 722596 - Get stack trace from errors in content frames, r=jgriffin 2012-12-18 09:21:28 -05:00
Ed Morley
2426589905 Backout f5aaf21d0a2b (bug 722596) for python 2.6 compat issues 2012-12-17 22:06:21 +00:00
Malini Das
368cbefd24 Bug 722596 - Get stack trace from errors in content frames, r=jgriffin 2012-12-17 16:02:58 -05:00
Jonathan Griffin
191a78796b 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
bd8eece389 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
907f362aa3 Bug 811583 - Develop WebAPI tests for proximity sensor API, update manifest. r=davehunt 2012-12-07 11:29:19 -08:00
David Burns
8e27609578 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
07e4c0a091 Bug 742794 - check host/port before starting gecko instance in marionette client, r=mdas 2012-12-14 12:21:46 -05:00
Jonathan Griffin
c85efa2e24 Bug 821091 - Add a pref to Marionette to cause it use force-local: true, r=mdas, a=test-only 2012-12-12 18:04:49 -08:00
Mihnea Dobrescu-Balaur
8b5f1f6324 Bug 821018 - Fix XML output when tests have been skipped, r=jgriffin 2012-12-12 15:29:47 -08:00
Mihnea Dobrescu-Balaur
97204a88c1 Bug 816035 - Add durations to xunit output, r=jgriffin 2012-12-11 11:33:03 -08:00
Mike Hommey
714e5539b7 Bug 820158 - Adjust log4moz.js import from marionettecomponent.js after bug 817076. r=jgriffin 2012-12-11 16:37:04 +01:00
Jonathan Griffin
a842766f06 Bug 800138 - Open a dummy socket before Marionette starts listening, r=past 2012-12-07 10:48:18 -08:00
Jonathan Griffin
e625b4c910 Backout 1819a9cc6d27 for bustage, bug 816246, CLOSED TREE 2012-12-06 19:13:39 -08:00
Malini Das
8b4d5a9e13 Bug 816246 Add a 'timeout' kwarg to execute_* in marionette; r=jgriffin 2012-12-04 10:32:00 +00:00
David Burns
db0672717e Bug 754220: adding cookie support for Marionette, desktop only; r=mdas
Bug 754220: adding cookie support for Marionette, desktop only; r=mdas
2012-11-22 15:53:44 +00:00
Ed Morley
d52ec0dc6e Backout f2eca3ea531f (bug 754220) for Marionette failures 2012-12-06 16:07:33 +00:00
David Burns
030e4cc7f4 Bug 754220: adding cookie support for Marionette, desktop only; r=mdas 2012-11-22 15:53:44 +00:00
Yoshi Huang
0f264e98ee Bug 814618 - Part 3: marionette test for Display Text with GSM 7 bit encoding. r=vicamo 2012-12-05 15:58:07 +08:00
Jim Mathies
533265f536 Bug 817076 - Update various services paths to point to the gre. r=gps 2012-12-05 16:36:27 -06:00
Dave Hunt
aa4380ce70 Bug 818324 - bump marionette_client version to 0.5.10 r=jgriffin 2012-12-04 17:00:51 -08:00
Ed Morley
7a45917290 Backout 4a0c471957b7 (bug 816246) for B2G Marionette crashes 2012-12-05 00:54:50 +00:00
Malini Das
95c1b2c1a4 Bug 816246 - Add a 'timeout' kwarg to execute_* in marionette, r=jgriffin 2012-12-04 13:34:35 -05:00
Jonathan Griffin
156c2b3cbe Bug 779011 - Attach id's to all requests to prevent Marionette from getting out-of-sync, r=mdas 2012-11-26 18:19:04 -08:00
Panos Astithas
d7b4f1b695 Bug 815807 - Part 4: Let Marionette listen for non-local connections, r=jgriffin 2012-11-23 12:51:29 +02:00
Jonathan Griffin
8a78ad1330 Bug 815807 - Part 3: Load marionette early in the B2G startup process if relevant pref is set, otherwise load it late, r=ahal 2012-11-29 19:46:39 -08:00
David Burns
741ce3184e Bug 810259: Adding support for getting screenshot from Marionette; r=mdas 2012-11-30 23:25:26 +00:00
Jonathan Griffin
88f130fcb5 Backout 9252522aab90, r=bustage 2012-11-30 12:54:00 -08:00
Jonathan Griffin
fa9a57fe33 Bug 815807 - Part 3: Load marionette early in the B2G startup process if relevant pref is set, otherwise load it late, r=ahal 2012-11-29 19:46:39 -08:00
Malini Das
c298a0ce6f Bug 815757 - refactor script timeouts and rename variables, r=jgriffin 2012-11-30 10:42:43 -05:00
Jonathan Griffin
221e020644 Bug 815807 - Part 1b: fix typo, a=test-only 2012-11-28 14:08:05 -08:00
Jonathan Griffin
a9fed0157c Bug 815807 - Part 1a: temporarily enable some code until Part 2 lands, a=test-only 2012-11-28 13:54:18 -08:00