Commit Graph

763 Commits

Author SHA1 Message Date
Dave Hunt
5011969f05 Bug 929920 - Bump marionette_client version to 0.6.1. r=mdas 2013-10-23 15:02:21 -07:00
Andrew Halberstadt
a8adf340f8 Bug 930025 - b2g unittests need to check for crashes in more places, r=jgriffin 2013-10-23 14:45:48 -04:00
Jonathan Griffin
aafebab2ee Bug 927606 - Need to save the duration of individual test methods, r=mdas 2013-10-21 17:07:54 -07:00
Jonathan Griffin
beda306cf8 Bug 928842 - Fix xml-report generation, r=davehunt 2013-10-21 15:53:42 -07:00
Jonathan Griffin
e898ed8192 Bug 929121 - Don't pass a null bin parameter, r=ahal, DONTBUILD because NPOTB 2013-10-21 14:26:40 -07:00
Malini Das
20e64d0b5c Bug 909129 - stop leaking imported scripts and don't import duplicates, r=jgriffin 2013-10-08 16:11:45 -04:00
Andrew Halberstadt
27e178e063 Bug 927568 - fix misplaced null check in marionette-server.js, r=mdas 2013-10-21 10:32:48 -04:00
Jonathan Griffin
8a97f75bf5 Bug 758835 - Add ability to mark tests as expected failures in the manifest, r=dburns 2013-10-17 11:56:45 -07:00
Malini Das
7502f19df7 Bug 927592 - add modal dialog handling when document is ready, and only in B2G, r=jgriffin 2013-10-17 11:25:11 -04:00
Vicamo Yang
fc2cc5eb20 Bug 927432: fix 'finish() not called' in chrome js Marionette test cases. r=jgriffin 2013-10-17 10:26:27 +08:00
Carsten "Tomcat" Book
084361cb07 merge fx-team to mozilla-central 2013-10-16 13:03:50 +02:00
Wes Kocher
f27029d43a Merge m-c to fx-team 2013-10-15 20:32:13 -07:00
Blair McBride
908c3ef327 Bug 451283 - Move log4moz.js to Toolkit as Log.jsm. r=gps,Mossop
--HG--
rename : services/common/log4moz.js => toolkit/modules/Log.jsm
rename : services/common/tests/unit/test_log4moz.js => toolkit/modules/tests/xpcshell/test_Log.js
2013-08-26 11:55:58 -07:00
Tim Taubert
f66971f57d Bug 923607 - Suppress safe-mode dialog when starting in safe-mode; r=automatedtester 2013-10-15 11:20:35 -07:00
Jonathan Griffin
ed23ed4977 Bug 925469 - Import errors in __init__.py, r=dburns 2013-10-14 12:53:24 -07:00
Jonathan Griffin
53a1e2bb14 Bug 926703 - Remove venv_mochitest.sh - use mach instead, r=mdas, DONTBUILD NPOTB 2013-10-15 09:29:21 -07:00
David Burns
8ebcecb0c8 Bug 759485: Add submit to HTMLElement on Marionette to submit forms without click() or send_keys(); r=mdas 2013-10-15 15:40:48 +01:00
David Burns
7d63b8e4ec Bug 819050 - Marionette response containing JSON object with element details instead of raw ID; r=mdas 2013-10-15 11:05:21 +01:00
David Burns
1cedec2e83 Bug 807282 - Update marionette command/response to match that of the WebDriver spec; r=mdas 2013-10-01 16:13:04 +01:00
Jonathan Griffin
67f6265bf1 Bug 926693 - Add B2G support to marionette's mach command, r=ahal 2013-10-15 12:54:21 -07:00
Ed Morley
e9fa14ead7 Backed out changeset 8ecb68f17618 (bug 909129) for causing bug 924959 2013-10-09 17:13:22 +01:00
Mathieu Bultel
3ede9b28da Bug 879900 - Use moztest in Marionette, r=jgriffin 2013-08-08 23:14:50 +02:00
Malini Das
d53a62267f Bug 909129 - fix leaking imported scripts from marionette, r=dburns 2013-10-08 16:11:45 -04:00
Wes Kocher
1e5ce85d88 Backed out changeset 961256d21b8e (bug 909129) for multiple Mnw failures 2013-09-27 10:54:29 -07:00
Rob Wood
a7f7e19153 Bug 902179 - Add marionette unit test for oop get active frame, update manifest; r=jgriffin 2013-09-26 13:30:51 -04:00
Malini Das
bef2a582e7 Bug 909129 - fix Marionette imported scripts leak, add clearImportedScripts call, r=dburns 2013-09-27 11:27:28 -04:00
David Burns
fcde53015b Bug 832045 - get_attribute test for boolean attributes; r=jgriffin 2013-09-20 21:24:05 +01:00
Ed Morley
6648264757 Merge latest green b2g-inbound changeset and mozilla-central 2013-09-20 10:20:58 +01:00
Szu-Yu Chen [:aknow]
80c7707a35 Bug 805838 - Add MARIONETTE_HEAD_JS support. r=jgriffin 2013-09-19 08:32:51 -04:00
Jarek 'jarekps' Smiejczak
a82ea03ea7 Bug 821303 - Added switch_to_default_content method to Marionette; r=dburns 2013-09-10 15:18:00 +01:00
Malini Das
f81bd59268 Bug 918361 - delete the unused test_emulator.py, r=jgriffin 2013-09-19 16:04:04 -04:00
Malini Das
e7dc3aa1e9 Bug 779284 - Implement B2G Modal dialog handling to Marionette, r=jgriffin,mdas 2013-09-19 13:35:19 -04:00
Dave Hunt
fb71c14bd1 Bug 811780 - Provide an option for creating a blank SD card image when running against an emulator. r=jgriffin 2013-09-13 00:47:13 -07:00
Malini Das
4f96e31cec Bug 915658 - Add timestamp data to Marionette touch event logging, r=jgriffin 2013-09-13 09:33:41 +02:00
Dave Hunt
e26b3775ef Bug 902679 - Store specified device serial in marionette. r=jgriffin 2013-09-12 12:19:51 +01:00
Ryan VanderMeulen
9283daa4fd Merge b2g-inbound to m-c. 2013-09-11 20:58:14 -04:00
Szu-Yu Chen [:aknow]
71c0c79f9b Bug 914571 - Avoid overwriting the marionette loglines. r=jgriffin 2013-09-11 09:38:55 -04:00
Soumya Deb
000912898a Bug 914713 - change default timeout for wait_for_port to 30 seconds, r=mdas 2013-09-11 17:53:58 +02:00
Askeing Yen
d52c592dcf Bug 912890 - [Marionette Client] Add shuffle for tests. r=jgriffin 2013-09-06 15:30:55 +08:00
Fabrice Desré
2dd1ca23e2 Bug 894927 - Use xhtml instead of xul for b2g main window. r=ochameau
--HG--
rename : b2g/chrome/content/shell.xul => b2g/chrome/content/shell.html
2013-08-28 14:35:34 -07:00
James Lal
5257f1db28 Bug 912809 - Use false instead of true in scrollIntoView, r=jgriffin 2013-09-05 10:38:36 -07:00
Dave Hunt
a2496f49d7 Bug 911196 - Bump marionette_client version to 0.5.37. r=jgriffin 2013-09-05 13:27:57 +01:00
Mike Hommey
05b3f24e0e Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps 2013-09-05 09:01:46 +09:00
David Burns
cf39aea60b Bug 912244: Correct screenshot with element highlighting in Marionette; r=jgriffin 2013-09-04 09:05:43 +01:00
Ryan VanderMeulen
07832ca5a7 Backed out changeset 5c25126b9c76 (bug 894927) for causing bug 911751 on a CLOSED TREE.
--HG--
rename : b2g/chrome/content/shell.html => b2g/chrome/content/shell.xul
2013-09-03 20:51:30 -04:00
Mike Pennisi
a1d6278253 Bug 908441 - Convenience methods for interacting with HTML5 "date" and "time" input elements. r=automatedtester 2013-08-29 16:10:20 -04:00
Mihnea Dobrescu-Balaur
8b76cb0e83 Bug 904232 - Add inactivity timeout for marionette tests. r=jgriffin 2013-08-28 10:06:03 -07:00
Fabrice Desré
2c28e6221a Bug 894927 - Use xhtml instead of xul for b2g main window. r=ochameau
--HG--
rename : b2g/chrome/content/shell.xul => b2g/chrome/content/shell.html
2013-08-28 14:35:34 -07:00
Jonathan Griffin
191efc8776 Bug 779284 - Back out 705d668fb81b for suspected perf regressions, a=test-only 2013-08-25 11:23:19 -07:00
Ed Morley
8f5d461391 Bug 907925 - Add reasons to Marionette's wait_for_port() assertions, to make them TBPL compatible; r=jgriffin
--HG--
extra : rebase_source : 458c32979708ed5581a992745ff10ba75aee3d7f
2013-08-21 22:13:36 +01:00
William Lachance
dcdf9a8a63 Bug 901635 - Store marionette documentation in-tree, using sphinx;r=mdas
This will let us autogenerate documentation on change, and display it on
readthedocs.
2013-08-20 13:59:20 -04:00
David Burns
5c8725b070 Bug 901776 - Adding checks to visibility code that makes elements with hidden attribute hidden; r=mdas 2013-08-20 16:47:22 +01:00
David Burns
34f738c77f bug 901781: Correct viewport algorithm for marionette and enable visibility tests; r=mdas 2013-08-07 16:19:59 -07:00
Malini Das
723d7f0a5c Bug 779284 - Implement Modal dialog handling to Marionette, r=jgriffin 2013-08-16 16:54:41 -04:00
Carsten "Tomcat" Book
4a10a49030 merge mozilla-central to b2g-inbound 2013-08-14 15:02:24 +02:00
Szu-Yu Chen [:aknow]
7c2ed132d5 Bug 904490 - Extend marionette connection timeout. r=jgriffin 2013-08-14 16:45:12 +08:00
William Lachance
4d37e4561b Bug 904292 - Clean up marionette pyflakes warnings;r=mdas 2013-08-13 10:24:33 -07:00
Carsten "Tomcat" Book
87a23c556a merge b2g-inbound to mozilla-central 2013-08-08 13:33:12 +02:00
Jonathan Griffin
9ddee954af Bug 902225 - Enable test_import_script_reuse_window.py. r=dburns 2013-08-06 16:31:34 -07:00
Jonathan Griffin
0c4337a6c0 Bug 790787 - Enable more unit tests on B2G. r=mdas 2013-08-06 17:34:30 -07:00
Jonathan Griffin
9493cd9b02 Bug 758329 - Enable test_emulator_order.py. r=mdas 2013-08-06 16:03:39 -07:00
Andrew Halberstadt
8a7e469033 Bug 887291 - Allow marionette test runner to pass command line arguments onto the application, r=jgriffin 2013-08-07 11:46:25 -04:00
David Burns
a416021d82 Bug 758195 - Add test for implicit waits. r=jgriffin 2012-05-24 10:48:30 -07:00
Ed Morley
05a37c3a43 Merge mozilla-central and b2g-inbound 2013-08-02 13:51:22 +01:00
Jonathan Griffin
fcf255a842 Bug 796018 - Add basic frame remote frame switch test. r=mdas 2013-07-31 16:27:14 -07:00
Jonathan Griffin
76bb4a4f89 Bug 898074 - Don't send multiple responses to deleteSession, r=dhylands 2013-08-01 18:20:22 -07:00
Jonathan Griffin
83f6c1c3cb Bug 898074 - Open Marionette's port with a backlog of 0, r=dhylands, on a CLOSED TREE for possible orange fix 2013-08-01 12:50:38 -07:00
Jonathan Griffin
a0a452506f Bug 900670 - Add threadtime to Marionette's logcat, r=dhylands 2013-08-01 14:54:02 -07:00
Ryan VanderMeulen
42e1e42d76 Merge m-c to inbound. 2013-07-31 16:33:59 -04:00
Jonathan Griffin
b547867fd0 Bug 899731 - Bump marionette version. r=wlach 2013-07-30 12:52:46 -07:00
Jonathan Griffin
5abf7416ee Bug 900080 - Use e.message instead of e in onPacket errors, r=wlach 2013-07-31 10:55:44 -07:00
David Burns
1a6cb4fc9a Bug 837621: update isElementDisplayed atoms with new overflow logic; r=jgriffin 2013-07-29 21:20:50 +01:00
William Lachance
12e458e48c Bug 855327 - Quick followup to improve variable name;r=jgriffin 2013-07-29 13:49:46 -04:00
William Lachance
0479d36569 Bug 855327 - Add capability to get currently active frame from marionette;r=jgriffin 2013-07-29 13:46:01 -04:00
Gavin Sharp
4b456f9cda Remove some unnecessary preprocessing, no bug
--HG--
extra : rebase_source : 211b3d075040fa0ffdf64782c804f7a55f039149
2013-07-26 16:05:05 -07:00
Jonathan Griffin
3bbd0a7578 Bug 897135 - Switch Marionette's log level to Trace, r=wlach 2013-07-23 12:33:07 -07:00
David Burns
d86012c8df Bug 896043 : Switching off tests as they are not being used and blocking marionette content updates; r=jgriffin 2013-07-22 10:57:56 +01:00
Jonathan Griffin
0819ed521b Bug 894953 - Don't leak onDOMConentLoaded event handlers, r=mdas 2013-07-17 15:13:09 -07:00
Florin Bogdan Strugariu
dd3f6cf68a Bug 802742 - Marionette should list all failed tests at the end of the testrun, r=mdas 2013-07-10 13:04:33 +03:00
Florin Bogdan Strugariu
4b5a6322b9 Bug 845805 - Add a By class to the marionette python bindings; r=dburns 2013-07-04 14:43:54 +03:00
Malini Das
8f7c125047 Bug 823222 - use socket module to check port, r=jgriffin 2013-07-09 10:54:29 -04:00
Jonathan Griffin
55ffcdc3e6 Bug 889637 - Add --es-server arg to Marionette, r=mcote 2013-07-08 12:28:53 -07:00
Jonathan Griffin
f3a77b7371 Bug 891139 - Bump marionette to 0.5.35, r=stephend 2013-07-08 19:55:42 -07:00
Mounir Lamouri
57b295be46 Bug 886046 - Add a MockColorPicker module in SpecialPowers. r=ctalbert 2013-07-08 15:11:36 -04:00
David Burns
099c00348f Bug 887583 - Add more startup prefs to Marionette, r=mdas 2013-05-08 12:32:50 +01:00
David Burns
357046d198 Bug 890214 : adding missing import to marionette testrunner; r=dhunt 2013-07-04 13:46:10 +01:00
Dave Hunt
e9151b511a Bug 889469 - Bump marionette_client version to 0.5.34 r=jgriffin 2013-07-03 22:43:48 +01:00
Jonathan Griffin
143bc69733 Bug 887841 - Be very careful when deleting a session that may not exist, r=mdas 2013-07-02 10:48:55 -07:00
Dave Hunt
344b38c254 Bug 889439 - XML report generation fails when results tuple contains more than two items. r=jgriffin 2013-07-02 18:59:15 +01:00
Ryan VanderMeulen
60bbd567b1 Merge birch to inbound. 2013-07-02 10:19:45 -04:00
Mathieu Bultel mat.bultel@gmail.com
ef57890d2f Bug 888506 - Check that the start_time attribute exists before trying to use it. r=jgriffin 2013-07-01 12:37:21 +02:00
Jonathan Griffin
6d04d32bf1 Bug 886579 - Better errors for JS tests, r=mdas 2013-07-01 15:47:37 -07:00
Jonathan Griffin
153d613f3b Bug 888474 - Bump Marionette version, a=test-only, a=test-only 2013-06-28 14:34:20 -07:00
Jonathan Griffin
b8a3ff00b6 Bug 885940 - Move common code inato marionette-common.js, r=mdas
--HG--
rename : testing/marionette/marionette-log-obj.js => testing/marionette/marionette-common.js
2013-06-28 14:07:55 -07:00
Mathieu Bultel mat.bultel@gmail.com
018da76624 Bug 886741 - Fix support for expectedFailure and skip, r=jgriffin 2013-06-26 17:59:10 +02:00
Malini Das
6ebc9702bd Bug 883299 - Log coordinates for events that Marionette initiates, r=jgriffin 2013-06-27 13:48:12 -04:00
Jonathan Griffin
99d1523d1f Bug 888303 - Don't send debug messages for touch events to the log, a=test-only 2013-07-01 10:54:39 -07:00
Jim Chen
9a4012b108 Bug 864040 - Move synthesizeSelectionSet to EventUtils.js and let sendString accept newlines; r=jmaher 2013-06-26 17:28:21 -04:00
Jonathan Griffin
dd3302ad6e Bug 874599 - Only call _deleteSession during cleanTest, r=mdas 2013-06-24 14:43:13 -07:00
Ehsan Akhgari
5f03397bd6 Merge mozilla-central to mozilla-inbound 2013-06-22 08:42:15 -04:00
Chris Manchester
cc9b642164 Bug 662247 - Replace synchronous appenders with async appenders using OS.File; r=gps 2013-06-20 14:00:14 -07:00
Jonathan Griffin
2c6b0599d5 Bug 885482 - Bump Marionette version, r=davehunt 2013-06-20 16:07:08 -07:00
Joey Armstrong
1156439ca4 bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (cleanup). r=mshal 2013-06-20 15:59:59 -04:00
Ed Morley
4e0a681101 Merge latest green birch changeset and mozilla-central 2013-06-20 09:01:19 +01:00
Jonathan Griffin
01995dd019 Bug 883281 - Add ability to skip tests based on device, r=davehunt 2013-06-19 17:35:20 -07:00
Mathieu Bultel
26c48ba25f Bug 874599 - Move duration into _deleteSession function. r=jgriffin 2013-06-19 09:31:11 +02:00
Joey Armstrong
2145ef4142 bug 880246: move EXTRA_PP_COMPONENTS to mozbuild (file batch #1) r=mshal 2013-06-14 14:07:19 -04:00
Dave Hunt
139b1a2fbe Bug 879683 - Allow MarionetteTestResult and MarionetteTextTestRunner to be subclassed. r=jgriffin 2013-06-14 13:21:29 -04:00
Jonathan Griffin
c8e0455215 Bug 881601 - Don't close the listener if it was never opened, r=wlach 2013-06-13 10:04:48 -07:00
William Lachance
0c750c1b5b Bug 797529 - Remove dependence on debugger server, r=jgriffin 2013-05-14 16:54:07 -04:00
David Burns
802326fe77 Bug 870445 - Add -marionette command-line arg to Firefox, r=mdas 2013-05-13 13:43:15 +01:00
Jonathan Griffin
16bcbf24dc Backout 36b68f9e4e04 for bustage (Bug 797529) 2013-06-06 17:26:39 -07:00
William Lachance
59f38a4301 Bug 797529 - Remove dependence on debugger server, r=jgriffin
--HG--
rename : testing/marionette/marionette-actors.js => testing/marionette/marionette-server.js
2013-05-14 16:54:07 -04:00
Malini Das
c388ef25db Bug 880280 - gestures should be part of the marionette-client, r=davehunt 2013-06-06 13:11:43 -04:00
Malini Das
e551ace597 Bug 823222 - We should check the host/port before running tests, r=mdas 2013-06-06 11:10:15 -04:00
Malini Das
b0f0f4cfb1 Bug 880034 - Typo in --timeouts help message, r=jgriffin 2013-06-06 10:15:29 -04:00
Mathieu Bultel
4e9196b791 Bug 763483 - navigate() does not wait for DOM readystate == complete, r=mdas 2013-06-05 08:59:05 +02:00
Jonathan Griffin
f9e53d94d2 Bug 879492 - Add a B2GBuild class to Marionette, r=aki 2013-06-04 16:48:50 -07:00
Malini Das
0560da63b3 Bug 878910 - fix touchlists for 'touchend' and 'touchcancel', r=jgriffin 2013-06-04 13:47:53 -04:00
Jonathan Griffin
35cebcaf79 Bug 873538 - Pass -marionette when launching Firefox, r=dburns 2013-06-04 10:01:46 -07:00
Malini Das
1b3941c1b0 Bug 878936 - remove test_marionette_touch.py from test manifest, r=jgriffin 2013-06-03 16:09:04 -04:00
William Lachance
0c5bb30a4e Bug 878914 - Fix race condition in marionette testrunner;r=jgriffin 2013-06-03 14:54:07 -04:00
Malini Das
195dfc24fd Bug 845849 - Remove MarionetteTouchMixin, r=jgriffin 2013-06-03 14:40:48 -04:00
Jonathan Griffin
5b221bb19d Bug 873591 - Make better errors for execute_script failures, r=mdas 2013-06-21 17:13:35 -07:00
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
Hubert Figuière
20753faee6 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
b67dc70525 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
5c35d37574 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
c3533ba248 Bug 843793 - Throw specific errors when a frame has frozen/crashed, r=mdas 2013-04-08 14:12:32 -07:00
David Burns
dc02979cdb 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
fb53893fb5 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
2cfcf96916 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
6f4925c763 Bug 853188 - Use the url and line number passed to window.onerror, r=mdas 2013-04-05 15:25:46 -07:00
Malini Das
8d35071ee6 Bug 858288 - set sandbox to null in switchToFrame, r=jgriffin 2013-04-05 13:15:19 -04:00
Dave Hunt
b36f818532 Bug 858124 - Flick (swipe) is failing on desktop B2G builds. r=mdas 2013-04-05 13:55:51 +01:00
David Burns
3543354742 Bug 857717 - Scroll to element before clicking on it with Marionette r=mdas 2013-04-04 15:59:36 +01:00
Yiming Yang
b0994ec0f8 Bug 848489 - send 'contextmenu' event if we are long pressing, r=mdas 2013-04-01 15:21:06 -07:00
David Burns
998ffdd0cb 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
0c1c80674f Bug 849270 - Add --symbols-path to marionette test runner, r=jgriffin 2013-04-02 11:19:15 -04:00
David Burns
d36fc7b840 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
f5e3aadf0b Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
Kyle Machulis
d2b6e6e01a 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
5663b98bc5 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
d68c1237a8 Bug 851610 - Don't look for fastboot for emulator runs, r=ahal 2013-03-25 14:49:37 -07:00
Hubert Figuière
242d120566 Backout 96f2990b1124 (bug 840612) due to orange on Mn. CLOSED TREE 2013-03-26 21:07:50 -04:00
Hubert Figuière
63c449b880 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
3c43b1ccca Backed out changeset 48d2538788ec (bug 848489) for Marionette failures on a CLOSED TREE. 2013-03-26 16:07:31 -04:00
Yiming Yang
95fa55bd00 Bug 848489 - send 'contextmenu' event if we are long pressing, r=mdas 2013-03-21 12:31:27 -07:00
Yiming Yang
9debdda4a3 Bug 851523 - Allow users to execute action chain in segments, r=mdas 2013-03-22 11:29:02 -07:00
Andrew Halberstadt
747f8a70f6 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
694c198af7 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
6ee9ec5296 Bug 837137 - Fix some errors in commandId usage, r=mdas 2013-03-25 11:09:16 -07:00
Luqman Aden
d63db071d4 Bug 853219 - List mozcrash as dependency in mochitest venv setup. r=jgriffin 2013-03-20 16:36:16 -07:00
Yiming Yang
12f0ffa563 Bug 847758 - Fire touchcancel for single action chains and element touch commands, r=mdas 2013-03-19 14:59:48 -07:00
Dave Hunt
1f8397ee32 Bug 852456 - fix double_tap and long_press for desktop B2G, r=mdas 2013-03-19 14:03:11 -04:00
Yiming Yang
3499066a3f Bug 841101 - Add support for multi touch action chains in marionette, r=mdas 2013-03-18 13:42:46 -07:00
Gregory Szorc
02d1d31696 Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium 2013-03-17 18:01:25 -07:00
Yiming Yang
641b1ac4e7 Bug 848932 - fix action chains so they return at the right time, r=mdas 2013-03-14 11:29:45 -07:00
Jonathan Griffin
cec09d76cc Bug 847256 - fix marionette logging UnicodeEncodeError, r=mdas 2013-03-04 15:40:41 -08:00
Yiming Yang
d5009568e6 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
801bf4991f Bug 837137 - Add a sleep temporarily to fix a frequent orange, a=test-only 2013-03-06 18:47:06 -08:00
Jonathan Griffin
9bbbc377b8 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
a93784cb9c 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
971bd413f8 Bug 839943 - Add support for touch action chains in marionette, r=mdas 2013-03-04 17:09:58 -08:00
Olivier Morandi
90e6452674 Bug 837068 - Allow profile path to be passed in Marionette Tests 2013-02-01 02:39:00 +00:00
Jonathan Griffin
1f8ceb2f89 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
a57f8f8b90 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
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