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 |
|
Malini Das
|
6d4235f0a7
|
Bug 815757 - refactor script timeouts for marionette, r=jgriffin
|
2012-11-28 16:31:23 -05:00 |
|
Jonathan Griffin
|
e57b404f52
|
Bug 815807 - Part 1: add --load-early arg to Marionette, r=ahal
|
2012-11-28 12:22:02 -08:00 |
|
Andrew Halberstadt
|
c08176f916
|
Bug 790817 - Add ability to install busybox to marionette, r=jgriffin
|
2012-11-28 15:27:04 -05:00 |
|
Jonathan Griffin
|
4db1fe549b
|
Bug 813779 - Make Marionette's xunit output compatible with Jenkins, r=dhunt
|
2012-11-26 15:53:41 -08:00 |
|
Jonathan Griffin
|
350b5efa59
|
Bug 815441 - Make errors pre-empt emulator callback warning, r=mdas
|
2012-11-27 13:58:58 -08:00 |
|
Jonathan Griffin
|
73a8e9cf30
|
Bug 814139 - Send state vars to frame scripts after switching frames, r=mdas
|
2012-11-21 17:08:11 -08:00 |
|
Andrew Halberstadt
|
9e56b46e3f
|
Backout 15ce50d1d609 for broken marionette tests, r=bustage
|
2012-11-22 13:06:27 -05:00 |
|
David Burns
|
8f75dc0a6c
|
Bug 754220: Adding support for managing cookies to Marionette; r=mdas
|
2012-11-22 15:53:44 +00:00 |
|
Andrew Halberstadt
|
443a146159
|
Bug 812514 - Make b2g emulator unittests save logcat for easier debugging, r=jgriffin
|
2012-11-19 15:52:40 -05:00 |
|
Jonathan Griffin
|
4e468d9be2
|
Bug 812395 - Make emulator fail gracefully during errors for install_gecko, r=ahal
|
2012-11-19 09:32:57 -08:00 |
|
Jonathan Griffin
|
c253c7e005
|
Bug 812579 - Fix typo in Marionette's MANIFEST.in, r=atrain
|
2012-11-16 12:53:32 -08:00 |
|
Malini Das
|
48ab33d100
|
Bug 812226 - Package synthetic_gestures.js with the marionette_client, r=jgriffin
|
2012-11-15 19:07:48 -05:00 |
|
Andrew Halberstadt
|
7881148523
|
Bug 812286 - Work around name collision that causes deprecation warning in Marionette exceptions, r=jgriffin
|
2012-11-15 16:01:24 -05:00 |
|
Andrew Halberstadt
|
d250cff195
|
Bug 809437 - Last ditch effort to fix stubborn orange when installing gecko into an emulator, r=mdas
|
2012-11-15 10:21:10 -05:00 |
|
Malini Das
|
b06c841817
|
Bug 810376 - wait for readystate==complete in chrome when switching frames, r=jgriffin
|
2012-11-15 10:07:24 -05:00 |
|
Ryan VanderMeulen
|
8187210f11
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-11-14 21:43:07 -05:00 |
|
Jonathan Griffin
|
c7cb6962a6
|
Bug 811931 - Bump Marionette version, a=test-only, DONTBUILD(NPOTB)
|
2012-11-14 15:08:56 -08:00 |
|
Dave Hunt
|
8519718b35
|
Bug 811330 - Fix a typo in XML generation, r=jgriffin
|
2012-11-14 14:46:13 -08:00 |
|
Henrik Skupin
|
3dbf47f7a6
|
Bug 805054 - Bind the virtualenv version Marionetts uses in venv_test.sh to a fixed release. r=jgriffin
|
2012-11-14 23:29:04 +01:00 |
|
David Burns
|
4aaf25b587
|
Bug 811053: Allow transforms to have negative values but not affect Marionettes visibility on the element; r=jgriffin
|
2012-11-14 21:51:11 +00:00 |
|
Henrik Skupin
|
07e55c16b9
|
Bug 811185 - Implement Emulator class for screen orientation in Marionette. r=jgriffin
|
2012-11-14 22:35:26 +01:00 |
|
Jonathan Griffin
|
7c4b4c24c9
|
Bug 811351 - Reset the current frame in deleteSession, r=mdas
|
2012-11-13 13:51:58 -08:00 |
|
Malini Das
|
726037e3ab
|
Bug 810376 - make content wait for document ready when switching frames, r=jgriffin
|
2012-11-14 13:35:44 -05:00 |
|
Andrew Halberstadt
|
3a439e8f9d
|
Bug 809437 - Fix typo from a38c6f05ba19, r=mdas
|
2012-11-13 11:00:31 -05:00 |
|
Andrew Halberstadt
|
e555750ea0
|
Bug 809437 - Fix B2G emulator unittest intermittent timeout, r=jgriffin
|
2012-11-13 09:32:34 -05:00 |
|
Jonathan Griffin
|
93fe1c72cb
|
Bug 810517 - Check for valid listenerWindow, r=mdas
|
2012-11-12 16:17:54 -08:00 |
|
Jonathan Griffin
|
1592ebe64d
|
Bug 811175 - Don't install mozbase packages from github, r=whimboo
|
2012-11-12 18:39:12 -08:00 |
|
Malini Das
|
1fd3c0d3d7
|
Bug 809245 - add preliminary touch support to marionette, r=jgriffin
|
2012-11-12 11:14:54 -05:00 |
|
Jonathan Griffin
|
2ea2f6e5b5
|
Bug 810421 - Add --tree arg to Marionette, r=ahal
|
2012-11-09 11:20:51 -08:00 |
|
Jonathan Griffin
|
ab213ea44a
|
Bug 810025 - Remove noisy log messages, r=ahal
|
2012-11-08 14:02:52 -08:00 |
|
Ryan VanderMeulen
|
3837f3fb3e
|
Backout 53d5080a6749 (bug 809437) for b2g mochitest orange.
CLOSED TREE
|
2012-11-08 17:25:53 -05:00 |
|
David Burns
|
0fbf32ca8b
|
Bug 801733: Updating isElementDisplayed Atom to handle hiding elements via transforms; r=jgriffin
|
2012-11-08 20:58:17 +00:00 |
|
David Burns
|
a2a40cb309
|
Bug 801733: Adding a whole bunch of visibility tests for Marionette; r=jgriffin
|
2012-11-08 20:56:48 +00:00 |
|
Andrew Halberstadt
|
0de5bee277
|
Bug 809437 - Copy gecko files to /data/local prior to copying them to /system/b2g, r=jgriffin
|
2012-11-08 11:59:46 -08:00 |
|
Ryan VanderMeulen
|
6d0fd9cfd7
|
Backout b9ec1725a5e2 (bug 809437) for frequent b2g bustage.
|
2012-11-07 20:58:14 -05:00 |
|
Andrew Halberstadt
|
70d974d9be
|
Bug 809437 - Stop b2g process before installing gecko into an emulator, r=jgriffin
|
2012-11-07 15:55:01 -08:00 |
|
Andrew Halberstadt
|
5d55002797
|
Bug 809437 - Ensure b2g process has fully stopped before restarting it when installing gecko into an emulator, r=jgriffin
|
2012-11-07 10:15:17 -08:00 |
|
Andrew Halberstadt
|
e0ed6ab143
|
Bug 800102 - Retry adb push if it times out while installing gecko, r=jgriffin
|
2012-11-06 13:06:38 -08:00 |
|
Jonathan Griffin
|
7e5010026c
|
Bug 804366 - Include test names in failure messages v0.3, r=ahal
|
2012-10-31 15:36:57 -07:00 |
|
Malini Das
|
73d172b183
|
Bug 801703 - enable switching to nested OOP frame, r=jgriffin, a=NPOTB
|
2012-11-06 10:54:09 -08:00 |
|
Andrew Halberstadt
|
79979d8ec6
|
Bug 808783 - Disable failing Mn tests, r=jgriffin
|
2012-11-06 09:17:39 -08:00 |
|
Jonathan Griffin
|
9ad0989d2c
|
Bug 807817 - Dump Marionette logs as well as writing to logfile, r=philikon
|
2012-11-01 14:49:15 -07:00 |
|
Al Tsai
|
78d5b9d481
|
Bug 805539 - Prevent effect from default values and network geolocation provider. r=dougt
|
2012-11-01 19:23:14 -04:00 |
|
Chris Jones
|
54335e88a7
|
Bug 807478 - fix timeout argument to waitFor(), r=cjones
|
2012-10-31 23:51:30 -07:00 |
|
Ryan VanderMeulen
|
713bb812f1
|
Merge m-c to inbound.
|
2012-10-31 20:19:27 -04:00 |
|
Doug Turner
|
2c40fe1d13
|
Bug 805178 - Device Storage - Add tests to ensure Application Permissions match that of the Permission Matrix. r=jmaher
|
2012-10-31 10:06:51 -07:00 |
|
Kyle Huey
|
1482122303
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
|
2012-10-31 09:13:28 -07:00 |
|
Vicamo Yang
|
8297cdabd6
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Kyle Huey
|
bdf47895bb
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
|
Ed Morley
|
777eed8444
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
aa1997a51a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
|
Jonathan Griffin
|
0ab777a362
|
Bug 800102 - Work around adb deadlock when installing gecko in emulator, r=ahal
|
2012-10-30 12:26:50 -07:00 |
|
David Burns
|
3b5adc3d66
|
Bug 805635: making sure we close the file on import_script; r=mdas
|
2012-10-26 16:23:52 +01:00 |
|
Jeff Hammel
|
7453c1c485
|
Bug 805440 - Mozrunner installed from pypi when running setup_development.py;r=jgriffin
--HG--
extra : rebase_source : f34112c361a3b727913648a0cb593f8d966d43e1
|
2012-10-26 08:58:03 -07:00 |
|
Ryan VanderMeulen
|
130a50c2ca
|
Merge m-c to inbound.
|
2012-10-25 17:43:19 -04:00 |
|
Jonathan Griffin
|
665ee0fcce
|
Bug 805539 - Disable manifest.ini with no active tests, a=test-only, DONTBUILD(NPOTB)
|
2012-10-25 13:57:58 -07:00 |
|
David Burns
|
24a71b9c7e
|
Bug 805403: Allow marionette to send keystrokes to elements without value attribute; r=mdas
|
2012-10-25 21:39:52 +01:00 |
|
Henrik Skupin
|
4019716055
|
Bug 805297 - Marionette doesn't recognize relative test path from current working directory. r=jgriffin
|
2012-10-25 16:30:32 -04:00 |
|
Jonathan Griffin
|
24a9559c46
|
Bug 803740 - Wait for system-message-listener-ready before installing new gecko, r=mdas
|
2012-10-25 07:09:19 -07:00 |
|
Ryan VanderMeulen
|
ee4ed9d764
|
Merge m-c to inbound.
|
2012-10-24 14:07:16 -04:00 |
|
Jonathan Griffin
|
fc406ca6a7
|
Bug 805033 - Specify Marionette deps using >=, r=ahal, DONTBUILD(NPOTB)
|
2012-10-24 09:53:52 -07:00 |
|
Malini Das
|
5fbeaf5369
|
Bug 804562 - fix file permissions for marionette imported scripts, r=jgriffin
|
2012-10-24 11:36:43 -04:00 |
|
Jonathan Griffin
|
cbc1e86005
|
Bug 803254 - Detect emulator crashes, r=ahal, DONTBUILD(NPOTB)
|
2012-10-22 15:00:54 -07:00 |
|
David Burns
|
0a49a54f06
|
Bug 804289: bumped Marionette client version; r=jgriffin
|
2012-10-22 20:40:07 +01:00 |
|
Vicamo Yang
|
06c246d139
|
Bug 803850: sync MarionetteJSTestCase.add_tests_to_suite arguements with others, r=automatedtester
|
2012-10-23 00:08:44 +08:00 |
|
Vicamo Yang
|
43ced69e0f
|
Backout 16190e59bc8f, no r=
|
2012-10-23 00:07:43 +08:00 |
|
Vicamo Yang
|
f3216b60d5
|
Bug 803850: sync MarionetteJSTestCase.add_tests_to_suite arguements with others.
|
2012-10-23 00:01:41 +08:00 |
|
Ryan VanderMeulen
|
a7934ae4c3
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-10-19 21:43:03 -04:00 |
|
David Burns
|
24a17d4186
|
Bug 800956: adding the ability to get the size of elements to marionette; r=mdas
|
2012-10-19 21:59:15 +01:00 |
|
David Burns
|
d7427cea5c
|
Bug 803096: add the ability to get an elements location with marionette; r=mdas
|
2012-10-19 21:35:30 +01:00 |
|
Jonathan Griffin
|
4ca039d2ec
|
Bug 803253 - Only wait for system-message-listener-ready on emulator startup, r=mdas, DONTBUILD(NPOTB)
|
2012-10-18 13:19:21 -07:00 |
|
David Burns
|
a6a384cae1
|
Bug 802227: add --testvars to runner to accept JSON file with test data; r=jgriffin
|
2012-10-19 20:32:36 +01:00 |
|
David Burns
|
8207fffb4f
|
Bug 801703: iframe elements instead of using window.frames; r=mdas
|
2012-10-19 19:46:58 +01:00 |
|
Alfredos-Panagiotis Damkalis
|
c10523e8e1
|
Bug 799008: find_elements to not scope parents when searching with css in Marionette; r=dburns
|
2012-10-17 15:04:16 -07:00 |
|
Ryan VanderMeulen
|
ad56fd737f
|
Merge m-c to inbound.
|
2012-10-17 22:29:53 -04:00 |
|
Ryan VanderMeulen
|
a1972707e0
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-10-17 22:10:08 -04:00 |
|
Jonathan Griffin
|
491917c9a2
|
Bug 802877 - Delay a bit before setting default emulator geolocation, a=test-only, DONTBUILD(NPOTB)
|
2012-10-17 16:46:04 -07:00 |
|
Jonathan Griffin
|
ffaea4c395
|
Bug 802807 - Only listen for system-message-listener-ready for JS tests, r=mdas, DONTBUILD(NPOTB)
|
2012-10-17 15:14:51 -07:00 |
|
Ehsan Akhgari
|
2c5f5e810e
|
Merge mozilla-central into mozilla-inbound
|
2012-10-16 20:43:47 -04:00 |
|
Jonathan Griffin
|
d767fa8f82
|
Bug 792647 - Wait for system-message-listener-ready on B2G before returning during newSession, r=philikon
|
2012-10-16 16:33:55 -07:00 |
|
Malini Das
|
bd8367bd7e
|
Bug 802753 - remove assertIn so test_getstatus is python 2.6 compatible, r=jgriffin
|
2012-10-17 16:49:49 -04:00 |
|
Al Tsai
|
48e17aba65
|
Bug 777983 - Add marionette test for b2g gps provider. r=dougt
|
2012-10-11 21:31:39 -04:00 |
|
Jonathan Griffin
|
9c6de4cec1
|
Bug 800102 - Make installing gecko on B2G emulator more reliable, r=ahal, DONTBUILD(NPOTB)
|
2012-10-11 12:07:34 -07:00 |
|
David Clarke
|
11417705ee
|
Bug 797513 - Add geolocation class to Marionette emulator, r=jgriffin, DONTBUILD(NPOTB)
|
2012-10-09 15:50:09 -07:00 |
|
David Burns
|
61bfbaa26a
|
Bug 784013: adding application cache helpers support to Marionette; r=jgriffin
|
2012-08-23 15:07:16 -07:00 |
|
Alfredos-Panagiotis Damkalis
|
b2b09feb78
|
Bug 755552 - add getStatus() call to marionette, r=mdas
|
2012-10-15 16:51:27 -07:00 |
|
Ed Morley
|
32cdc08ada
|
Backout 992f2748681f (bug 811185) for breaking emulator tests
|
2012-11-14 10:05:14 +00:00 |
|
Henrik Skupin
|
8ef615a999
|
Bug 811185 - Implement Emulator class for screen orientation in Marionette. r=jgriffin
|
2012-11-14 08:46:36 +01:00 |
|
Marshall Culpepper
|
f526c8c9e0
|
Bug 797154: A new virtualenv frontend for B2G mochitests. r=jgriffin
|
2012-10-03 12:50:07 -05:00 |
|
Jonathan Griffin
|
cff81b7364
|
Bug 796019 - Make Marionette smarter about registering frame scripts, r=mdas, DONTBUILD(NPOTB)
|
2012-10-02 10:37:47 -07:00 |
|
Jonathan Griffin
|
ade20c6702
|
Bug 775116 - Fix frame switching to work with id, name, and remote frames, r=mdas, DONTBUILD(NPOTB)
|
2012-09-28 16:16:22 -07:00 |
|
Jonathan Griffin
|
8090c8ac01
|
Bug 789976 - Add --gecko-path argument to Marionette, r=ahal, DONTBUILD (NPOTB)
|
2012-09-27 13:47:17 -07:00 |
|
Jonathan Griffin
|
a64652743e
|
Bug 794692 - Change Marionette's package name to marionette_client, r=mdas, DONTBUILD (NPOTB)
|
2012-09-27 10:42:37 -07:00 |
|
Ryan VanderMeulen
|
f0cedf0da3
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-09-20 21:23:35 -04:00 |
|
Jonathan Griffin
|
3544bd4f5c
|
Bug 792173 - Add TEST-UNEXPECTED-FAIL output to Marionette, r=mdas, DONTBUILD because NPOTB
|
2012-09-20 15:09:57 -07:00 |
|
Jonathan Griffin
|
15c84b2b81
|
Bug 792945 - Remove datazilla from Marionette deps, r=mdas
|
2012-09-20 15:03:50 -07:00 |
|
Jonathan Griffin
|
027abf8575
|
Bug 791346 - Fix Marionette shutdown problems on Windows, r=dburns, DONTBUILD because NPOTB
|
2012-09-20 11:13:42 -07:00 |
|
Jonathan Griffin
|
f8094330e0
|
Bug 792228 - Let marionette recognize NodeList during findelements, r=mdas
|
2012-09-18 14:20:20 -07:00 |
|
David Burns
|
7bcc7468e4
|
Bug 787545: Allow Marionette on fennec to return a session; r=jgriffin
|
2012-09-18 01:08:55 -07:00 |
|
Joel Maher
|
c3c481579d
|
Bug 762908 - Rip enablePrivilege out of spidermonkey tests. r=ted
--HG--
rename : testing/mochitest/specialpowers/Makefile.in => testing/specialpowers/Makefile.in
rename : testing/mochitest/specialpowers/chrome.manifest => testing/specialpowers/chrome.manifest
rename : testing/mochitest/specialpowers/components/SpecialPowersObserver.js => testing/specialpowers/components/SpecialPowersObserver.js
rename : testing/mochitest/MockFilePicker.jsm => testing/specialpowers/content/MockFilePicker.jsm
rename : testing/mochitest/tests/SimpleTest/MozillaLogger.js => testing/specialpowers/content/MozillaLogger.js
rename : testing/mochitest/tests/SimpleTest/SpecialPowersObserverAPI.js => testing/specialpowers/content/SpecialPowersObserverAPI.js
rename : testing/mochitest/specialpowers/content/specialpowers.js => testing/specialpowers/content/specialpowers.js
rename : testing/mochitest/tests/SimpleTest/specialpowersAPI.js => testing/specialpowers/content/specialpowersAPI.js
rename : testing/mochitest/specialpowers/install.rdf => testing/specialpowers/install.rdf
rename : testing/mochitest/specialpowers/jar.mn => testing/specialpowers/jar.mn
|
2012-09-20 09:06:50 -04:00 |
|
Hubert Figuière
|
b2f75df556
|
Bug 777145 - Part 2: Make sure we are online when runing marionette. r=jgriffin
--HG--
extra : rebase_source : ffadd060d43d3c0839573988afd35c2be67ebf8f
|
2012-09-19 13:31:03 -07:00 |
|
David Clarke
|
ac0fc975da
|
Bug 790546 - Add sdcard option to emulator, r=jgriffin, DONTBUILD because NPOTB
|
2012-09-17 18:44:07 -07:00 |
|
Jonathan Griffin
|
d6563ab388
|
Bug 791033 - Allow tests to provide custom pass/fail strings for is/isnot/ok assertions, r=mdas
|
2012-09-14 14:34:38 -07:00 |
|
Jonathan Griffin
|
f0e38d4eef
|
Bug 790465 - Refactor Marionette testrunner to make it easier to write Gaia tests, r=mdas
|
2012-09-14 15:04:34 -07:00 |
|
Hao Gao
|
df64bc1415
|
Bug 787116 - Use self.stream to write Marionette log lines, r=jgriffin, DONTBUILD because NPOTB
|
2012-09-07 10:04:44 -07:00 |
|
Jonathan Griffin
|
747e1f5f5a
|
Bug 788854 - Escape backslash in filenames, r=mdas, DONTBUILD because NPOTB
|
2012-09-05 17:19:15 -07:00 |
|
Mike Hommey
|
60dcb6802b
|
Bug 788463 - Import log4moz.js from resource:/// instead of resource://gre/. r=mdas
|
2012-09-06 08:13:13 +02:00 |
|
Jonathan Griffin
|
d737819215
|
Bug 756577 - Return an error if unable to load a page during navigate(); r=mdas, DONTBUILD because NPOTB
|
2012-08-21 14:00:44 -07:00 |
|
Jonathan Griffin
|
9c149f093a
|
Bug 779011 - Clean up properly after JS exceptions during async_execute calls, a=test-only, DONTBUILD because NPOTB
|
2012-08-31 13:59:48 -07:00 |
|
Jonathan Griffin
|
dc62efd64f
|
Bug 787520 - Fix test_log.py, a=test-only, DONTBUILD because NPOTB
|
2012-08-31 11:58:18 -07:00 |
|
Jonathan Griffin
|
d623c60185
|
Bug 786463 - Add TEST-START and TEST-END to output, r=mdas, DONTBUILD because NPOTB
|
2012-08-29 10:39:11 -07:00 |
|
Jonathan Griffin
|
c7b5324e49
|
Bug 786094 - Track the current chrome window during a session, r=mdas, DONTBUILD because NPOTB
|
2012-08-28 11:14:30 -07:00 |
|
Jonathan Griffin
|
09a1aff923
|
Bug 786032 - Make search timeouts fail successfully, r=mdas, DONTBUILD because NPOTB
|
2012-08-27 13:50:34 -07:00 |
|
Ryan VanderMeulen
|
da44f424f1
|
Merge m-c to inbound.
|
2012-08-27 12:51:10 -04:00 |
|
Jonathan Griffin
|
6d18104c24
|
Bug 785273 - Fix MarionetteJS case breakage, a=test-only, DONTBUILD because NPOTB
|
2012-08-27 09:34:23 -07:00 |
|
Philipp von Weitershausen
|
5801c8b2ab
|
Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
|
2012-08-27 11:13:02 -03:00 |
|
Jonathan Griffin
|
489fcb2941
|
Bug 785273 - Prevent circular references to Marionette instances, r=mdas
|
2012-08-23 17:31:42 -07:00 |
|
Johannes Vogel
|
44bf665764
|
Bug 755856 - make marionette client look for adb in path first, r=mdas
|
2012-08-23 15:46:48 -04:00 |
|