Commit Graph

162 Commits

Author SHA1 Message Date
Marshall Culpepper
e57aecb68c Bug 797154: A new virtualenv frontend for B2G mochitests. r=jgriffin 2012-10-03 12:50:07 -05:00
Jonathan Griffin
021b4a797e Bug 796019 - Make Marionette smarter about registering frame scripts, r=mdas, DONTBUILD(NPOTB) 2012-10-02 10:37:47 -07:00
Jonathan Griffin
20dd46d389 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
c03452e30e Bug 789976 - Add --gecko-path argument to Marionette, r=ahal, DONTBUILD (NPOTB) 2012-09-27 13:47:17 -07:00
Jonathan Griffin
7b8f2267f6 Bug 794692 - Change Marionette's package name to marionette_client, r=mdas, DONTBUILD (NPOTB) 2012-09-27 10:42:37 -07:00
Ryan VanderMeulen
c68f4714e3 Merge the last PGO-green inbound changeset to m-c. 2012-09-20 21:23:35 -04:00
Jonathan Griffin
ecc5e730cb Bug 792173 - Add TEST-UNEXPECTED-FAIL output to Marionette, r=mdas, DONTBUILD because NPOTB 2012-09-20 15:09:57 -07:00
Jonathan Griffin
7203885d2b Bug 792945 - Remove datazilla from Marionette deps, r=mdas 2012-09-20 15:03:50 -07:00
Jonathan Griffin
f10c4d9a5b Bug 791346 - Fix Marionette shutdown problems on Windows, r=dburns, DONTBUILD because NPOTB 2012-09-20 11:13:42 -07:00
Jonathan Griffin
7980e436fe Bug 792228 - Let marionette recognize NodeList during findelements, r=mdas 2012-09-18 14:20:20 -07:00
David Burns
ed514e3c98 Bug 787545: Allow Marionette on fennec to return a session; r=jgriffin 2012-09-18 01:08:55 -07:00
Joel Maher
70ddebfc21 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
b754fd1bb0 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
ef29a0fbe3 Bug 790546 - Add sdcard option to emulator, r=jgriffin, DONTBUILD because NPOTB 2012-09-17 18:44:07 -07:00
Jonathan Griffin
10172d4028 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
3089007218 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
bf75381039 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
d97c35f5fc Bug 788854 - Escape backslash in filenames, r=mdas, DONTBUILD because NPOTB 2012-09-05 17:19:15 -07:00
Mike Hommey
728a1bee73 Bug 788463 - Import log4moz.js from resource:/// instead of resource://gre/. r=mdas 2012-09-06 08:13:13 +02:00
Jonathan Griffin
d31ab32b8a 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
a03150a2a5 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
47277d3abf Bug 787520 - Fix test_log.py, a=test-only, DONTBUILD because NPOTB 2012-08-31 11:58:18 -07:00
Jonathan Griffin
c4772eb65f 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
16bdd1ac98 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
81585f8e62 Bug 786032 - Make search timeouts fail successfully, r=mdas, DONTBUILD because NPOTB 2012-08-27 13:50:34 -07:00
Ryan VanderMeulen
ffecb2031f Merge m-c to inbound. 2012-08-27 12:51:10 -04:00
Jonathan Griffin
39378ceee0 Bug 785273 - Fix MarionetteJS case breakage, a=test-only, DONTBUILD because NPOTB 2012-08-27 09:34:23 -07:00
Philipp von Weitershausen
f47e2a9937 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
d005df685b Bug 785273 - Prevent circular references to Marionette instances, r=mdas 2012-08-23 17:31:42 -07:00
Johannes Vogel
4771d15435 Bug 755856 - make marionette client look for adb in path first, r=mdas 2012-08-23 15:46:48 -04:00
Vicamo Yang
26ae05bb6d Bug 707659 - Part 2: fix test scripts, r=philikon 2012-08-23 01:30:40 +08:00
Bob Silverberg
a45f7b3609 Bug 781920 - Remove getElementValue from HTMLElement in Marionette. r=dburns 2012-08-16 17:35:20 -04:00
Jonathan Griffin
e0b4eafdf0 Bug 783132 - bump mozprocess dep and add call to processOutput, r=ahal, DONTBUILD because NPOTB 2012-08-16 10:59:47 -07:00
Jonathan Griffin
c62a48cb54 Bug 783120 - Make datazilla import conditional on options.pref, r=mdas 2012-08-16 10:55:25 -07:00
Ekanan Ketunuti
6b8bb27da3 Bug 781932 - Update enabled() to be is_enabled to make Selenium API. r=jgriffin 2012-08-15 08:21:41 +07:00
Sanchit Gangwar
14cfcf8448 Bug 781935 - Change the function names in /testing/marionette/client/marionette/tests/unit/test_selected.py. r=jgriffin 2012-08-13 00:24:42 +05:30
Jonathan Griffin
4ddae57e84 Bug 777842 - make Marionette Python2.6 compatible, r=dburns 2012-08-10 17:04:28 -07:00
David Burns
de807f4c93 Bug 757069: add the ability to get session data out of the browser; r=jgriffin 2012-08-10 11:51:35 -07:00
David Burns
a5589dd4b1 Bug 781050: Change equals() to __eq__() to be more idiomatic for python r=jgriffin 2012-08-09 13:01:56 -07:00
David Burns
bf461b926e Bug 738408: Adding the ability to get the page source; r=jgriffin 2012-08-09 12:31:12 -07:00
David Burns
111fa2861e Bug 759477: adding the ability to get the tag name of an Marionette HTMLElement; r=jgriffin 2012-08-08 13:21:50 -07:00
Ryan VanderMeulen
3febdb89e9 Merge m-c to inbound. 2012-08-06 20:26:58 -04:00
Jonathan Griffin
b5f1b15f0a Bug 778912 - Marionette should shutdown Firefox instances it launches, a=test-only, DONTBUILD because NPOTB 2012-08-06 15:08:45 -07:00
David Burns
ed124d8210 Bug 751637: Added keys helper to Marionette and removing sendKeysToElement atom; r=jgriffin 2012-08-05 12:49:42 -07:00
Mike Hommey
c1b35e7b2a Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted 2012-08-04 20:26:44 +02:00
Siddharth Agarwal
7785bd2cda Bug 779701 - Marionette tests aren't properly packaged on Windows. Convert backslashes to forward slashes. r=jgriffin
--HG--
extra : rebase_source : 9fd21f295eb0a92a6f8b16a388d023099dc4247a
2012-08-03 04:15:00 +05:30
Malini Das
579b3af8ec Bug 778204 - update marionette test harness emulator documentation, r=jgriffin 2012-08-01 15:30:27 -04:00
Malini Das
c4a380d2e8 Bug 779504 - pin datazilla pypi package to version number, r=jgriffin 2012-08-01 14:45:07 -04:00
Jonathan Griffin
b1bb909f8f Bug 779011 - Move acknowledgement for setScriptTimeout to content script, r=mdas, DONTBUILD because NPOTB 2012-08-01 09:53:37 -07:00
Jonathan Griffin
303385b5cf Bug 779012 - Update test timing for slow test, a=test-only, DONTBUILD because NPOTB 2012-07-30 18:05:16 -07:00