Ms2ger
c6832bb745
Merge m-i to b-s.
2013-02-28 14:46:10 +01:00
Vicamo Yang
c1c8ca59a3
Bug 845651: update mochitest venv to fix missing _sysconfigdata_nd on debians. r=jgriffin
2013-02-28 12:52:51 +08:00
Gregory Szorc
803629b9c6
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
16f0413b0c
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
2046d9f43e
Bug 784841 - Part 18η: Convert /testing; r=ted
2013-02-25 13:05:39 -08:00
Jonathan Griffin
ed8445c0f0
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
cae1fe3168
Bug 775281: B2G Mochitest frontend fixes to enable xpcshell from test.sh. r=jgriffin
2013-02-26 12:05:35 -06:00
Marshall Culpepper
772bb11ef9
Bug 841935: Use sys.executable to invoke b2g update scripts. r=jgriffin
2013-02-22 23:02:26 -06:00
Vicamo Yang
ca6202b99f
Bug 843525: update marionette venv to fix missing _sysconfigdata_nd on debians. r=jgriffin
2013-02-22 13:19:26 +08:00
Jonathan Griffin
a60fdeae9f
Bug 797628 - Use a 320x480 emulator by default, r=ahal
2013-02-11 12:41:32 -08:00
Jonathan Griffin
478edc4927
Bug 842841 - Be less agressive with clearing timeouts, r=mdas
2013-02-20 11:25:35 -08:00
Anhad Jai Singh
d2607beb35
Bug 827493 - Make Marionette use moznetwork, r=jhammel
2013-02-14 13:42:26 -08:00
Bobby Holley
cc8e436587
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
0093a88140
Bug 839675 - Remove extra logging, r=mdas
2013-02-13 12:37:49 -08:00
Luqman Aden
73d685578f
Bug 840636 - Update Mochitest script. r=jgriffin
2013-02-12 16:35:55 -08:00
Jonathan Griffin
3aeecd6bf7
Bug 839675 - Prevent out-of-sync problems, r=mdas
2013-02-12 10:10:03 -08:00
Malini Das
fe76bd2104
Bug 838822 - update marionette client version number, r=jgriffin
2013-02-11 15:02:36 -05:00
Yiming Yang
e55ee0732d
Bug 836375 - Add press() and release() tap gestures on elements, r=mdas
2013-02-06 11:58:14 -08:00
Yiming Yang
c7706c38fa
Bug 836952 - accept coordinates for single_tap/double_tap, r=mdas
2013-02-01 13:29:10 -08:00
Jonathan Griffin
73dee4e9ee
Bug 820463 - Remove the --load-early CLI, r=ahal
2013-02-05 10:20:01 -08:00
Vicamo Yang
f19a207980
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
f4e7d4c8ac
Bug 834266 - Use XPCNativeWrapper to compare elements, r=mdas
2013-02-04 11:40:51 -08:00
Dave Hunt
379a090a1d
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
217f5dc44c
Bug 833448 - add singleTap and doubleTap ability to marionette, r=mdas
2013-01-22 11:27:44 -08:00
Jonathan Griffin
6eaeb8ed78
Bug 834266 - Use isEqualNode instead of == for comparing frames, r=mdas
2013-01-30 10:13:54 -08:00
Malini Das
f4aad786eb
Bug 816246 - Add a 'timeout' kwarg to execute_* in marionette, r=jgriffin
2013-01-29 12:45:59 -05:00
Jonathan Griffin
979cbd3f18
Bug 831149 - Expose SpecialPowers to conent scripts via a lazy getter, r=philikon
2013-01-23 11:26:33 -08:00
Yiming Yang
8c84c67a85
Bug 830637 - Increase pageload timeout, r=jgriffin
2013-01-22 15:42:07 -08:00
Malini Das
ec7cf5a38b
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
e3178cfbcf
Bug 831830 - Run Marionette unit tests before webapi tests, r=rwood
2013-01-17 10:29:56 -08:00
Jonathan Griffin
3709b75b06
Bug 820463 - Remove loadearly code from test runners, r=ahal
2013-01-17 12:18:37 -08:00
Jonathan Griffin
c07e60c224
Bug 830431 - Send data from client in 4kb chunks, r=mdas
2013-01-18 10:29:40 -08:00
Jonathan Griffin
2e7f5d0e84
Bug 831857 - Use RotatingFileAppender for Marionette's log, r=gwagner
2013-01-17 11:43:57 -08:00
Jonathan Griffin
4bd2625b82
Bug 828558 - Don't attach to jsconsole window, r=mdas
2013-01-15 17:41:36 -08:00
Malini Das
313d1c0456
Bug 829566 - have marionette client send right tap event depending on shim, r=jgriffin
2013-01-16 11:40:06 -05:00
David Burns
4b572e2ad6
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
6b5006a13c
Bug 825802 - Don't expose SpecialPowers unless specifically requested, r=philikon
2013-01-15 15:42:06 -08:00
Jonathan Griffin
e071c0ece1
Bug 826111 - Support mochitests on b2g desktop build, r=ahal
2013-01-04 10:41:34 -08:00
Ed Morley
06900008e9
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
e991352a4a
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
d935eb89e8
Bug 826111 - Support mochitests on b2g desktop build, r=ahal
2013-01-04 10:41:34 -08:00
David Burns
37e8280082
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
eca0712e16
Bug 827403 - Implement 'timeouts' command, r=mdas
2013-01-11 11:33:58 -08:00
Malini Das
c27ec87dc3
Bug 829377 - tap() in synthetic_gestures should send touch/mouse/click events, r=jgriffin
2013-01-10 17:40:17 -08:00
Malini Das
31f0f1188d
Bug 828747 - make synthetic gestures use real touch events by default, r=jgriffin
2013-01-09 17:17:35 -08:00
Andrew Halberstadt
a53240ba5a
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
c222387b06
Bug 821012 - B2G emulator install_gecko step should use busybox if available, r=jgriffin
2013-01-08 12:19:49 -05:00
Dave Hunt
6a2fd0ac27
Bug 826652 - Create the XML output path if it doesn't exist. r=jgriffin
2013-01-06 22:24:16 -05:00
Dave Hunt
b45324836f
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
8b3ebf1231
Bug 819482 - Remove retry code from b2g automation now that devicemanager handles it, r=ahal
2013-01-04 14:07:48 -05:00