gecko-dev/testing/marionette
Andreas Tolfsen 54d27f23ce Bug 1320643 - Bind fixture servers to public interface when testing Fennec; r=whimboo
This lets the Android emulator access the fixture servers over a public
interface when using the Marionette harness.

Unfortunately we cannot use `adb reverse`, which allows one to
reverse-forward socket connections from the emulator to the host,
because we are not yet using Android 5.0.

MozReview-Commit-ID: BGexcDq5aju

--HG--
extra : rebase_source : 4c2e3a347f25cb22e6c2e2c13f006fd420b5a513
2016-12-02 19:46:46 +00:00
..
client Bug 1320643 - Use device manager directly when forwarding Marionette port; r=whimboo 2016-12-02 17:30:00 +00:00
components Bug 1317733 - Simplify Marionette component file names; r=automatedtester 2016-11-15 17:16:23 +00:00
harness Bug 1320643 - Bind fixture servers to public interface when testing Fennec; r=whimboo 2016-12-02 19:46:46 +00:00
puppeteer Bug 1321480: Make Firefox Puppeteer use Marionette's "page load" timeout r=whimboo 2016-12-01 14:38:11 +02:00
accessibility.js Bug 1312816 - Preemptively start a11y in chrome when raisesAccessibilityExceptions marionette capability is set. r=ato 2016-11-07 12:15:08 -05:00
action.js Bug 1313865 - Remove unused logger; r=maja_zf 2016-10-31 22:11:39 +00:00
addon.js Bug 1298025 - Move addon installation internally to Marionette; r=ahal,automatedtester 2016-08-26 13:38:03 +01:00
assert.js Bug 1313865 - Centralise common Marionette assertions; r=automatedtester,maja_zf 2016-10-31 22:00:21 +00:00
atom.js Bug 1245153 - Remove testing/marionette/atoms; r=automatedtester 2016-02-03 19:00:46 +00:00
browser.js Bug 1282833 - Return position from Set Window Position; r=automatedtester 2016-10-06 13:11:31 +01:00
capture.js Bug 905650 - Added ability to get the hash of a screenshot; r=ato 2016-04-17 21:37:14 -04:00
cert.js Bug 1103196 - Add ability to ignore invalid TLS certificates; r=automatedtester,keeler,mossop 2016-11-06 18:03:31 +00:00
cookies.js
dispatcher.js Bug 1274408: Remove emulator support from Marionette in Gecko r=ato 2016-05-24 10:22:54 +01:00
driver.js Bug 1320919 - Remove deprecated Marionette and Selenium 2 compatibility commands. r=ato 2016-12-02 13:44:12 +01:00
element.js Bug 1317386 - Test pointer interactability of first element in paint order; r=automatedtester 2016-11-15 11:21:32 +00:00
error.js Bug 1103196 - Add insecure certificate error; r=automatedtester 2016-11-06 18:00:18 +00:00
evaluate.js Bug 1297551 - Avoid cancelling content timeout callback; r=automatedtester 2016-11-25 17:01:16 +00:00
event.js Bug 1280947 - Correct argument to event.sendEvent; r=automatedtester 2016-08-25 14:16:10 +01:00
frame.js Bug 1244425 - Avoid CPOW when setting file array on <input type=file>; r=automatedtester 2016-08-30 12:46:01 +01:00
interaction.js Bug 1317386 - Check pointer interactability upon interaction; r=automatedtester 2016-11-14 21:07:42 +00:00
jar.mn Bug 1103196 - Add ability to ignore invalid TLS certificates; r=automatedtester,keeler,mossop 2016-11-06 18:03:31 +00:00
l10n.js Bug 1308902 - Add l10n module and commands to Marionette. r=ato 2016-11-11 22:49:58 +01:00
legacyaction.js Bug 1303234 - Implement extracting action chain from a request; r=ato,jgraham 2016-10-26 13:04:48 -04:00
listener.js Bug 1279203 - Make Get Page Source command spec conformant; r=ato 2016-11-28 18:48:58 +02:00
logging.js Bug 1123506 - Evaluate scripts in content with lasting side-effects; r=automatedtester 2016-05-09 16:08:17 +01:00
mach_commands.py Bug 1316707 - Remove B2G mach command for Marionette. r=ato 2016-11-11 09:54:55 +01:00
mach_test_package_commands.py Bug 1300163 - Reuse the 'e10s' value from the mozharness config on interactive loaners, r=armenzg 2016-09-02 14:42:36 -04:00
marionette.eslintrc.js Bug 1315402: Make toolkit/mozapps/update pass no-undef. r=jaws 2016-11-04 17:03:01 -07:00
message.js
modal.js Bug 1271616 - Make BrowserObj into a module; r=automatedtester 2016-05-10 13:29:21 +01:00
moz.build Bug 1316707 - Remove Marionette B2G update tests. r=rstrong 2016-11-10 22:55:29 +01:00
navigate.js Bug 1310483 - Implement nsIURIWithQuery for having query part in simple URI, r=valentin 2016-11-14 13:04:33 +01:00
proxy.js Bug 1123506 - Evaluate scripts in content with lasting side-effects; r=automatedtester 2016-05-09 16:08:17 +01:00
server.js Bug 1309556 - Ensure to correctly shutdown the application for quit/restart when callbacks are used. r=ato 2016-10-17 13:19:19 +02:00
simpletest.js Bug 1123506 - Evaluate scripts in content with lasting side-effects; r=automatedtester 2016-05-09 16:08:17 +01:00
test_action.js Bug 1313865 - Employ common assertions in action module; r=maja_zf 2016-10-31 22:11:25 +00:00
test_assert.js Bug 1313865 - Centralise common Marionette assertions; r=automatedtester,maja_zf 2016-10-31 22:00:21 +00:00
test_element.js Bug 1303234 - Implement extracting action chain from a request; r=ato,jgraham 2016-10-26 13:04:48 -04:00
test_error.js Bug 1284232 - Guard against ill-behaved objects on error check; r=automatedtester 2016-07-08 13:58:04 +01:00
test_message.js Bug 1253677 - Remove run_test functions from xpcshell tests; r=automatedtester 2016-03-04 18:25:21 +00:00
test_navigate.js Bug 1280300 - Support navigation by fragment; r=automatedtester 2016-07-19 18:47:33 +01:00
unit.ini Bug 1313865 - Centralise common Marionette assertions; r=automatedtester,maja_zf 2016-10-31 22:00:21 +00:00