gecko/testing/marionette
Andreas Tolfsen 4ad54d8567 Bug 1107706: Part 4: Add dispatching mechanism to encapsulate connection
The dispatcher is analogous to the client socket connection, and handles
receiving packets and closing connections.

It also encompasses some of the functionality needed to establish the
devtools and Marionette connection, that previously used to live in
MarionetteServerConnection in marionette-server.js.

For each connection, recognised commands will be forwarded to the command
processor (command.js) unless a handler is defined in Dispatcher.requests.
2015-03-18 12:27:29 +00:00
..
atoms
client Backed out 15 changesets (bug 1107706) for marionette bustage CLOSED TREE 2015-03-23 18:48:07 -07:00
components Backed out 15 changesets (bug 1107706) for marionette bustage CLOSED TREE 2015-03-23 18:48:07 -07:00
driver Backed out changeset 3f4f37b1b910 (bug 1143565) for web platform test failures due to pypi download errors CLOSED TREE 2015-03-23 18:36:15 -07:00
transport Bug 1142404 - Fix marionette's restarts to keep from attempting to reconnect to the browser as it's shutting down.;r=dburns 2015-03-16 14:59:46 -07:00
update-smoketests
ChromeUtils.js
command.js Bug 1107706: Part 3: Add a command processor to Marionette 2015-03-17 14:49:27 +00:00
dispatcher.js Bug 1107706: Part 4: Add dispatching mechanism to encapsulate connection 2015-03-18 12:27:29 +00:00
error.js Bug 1107706: Part 2: Add error module and WebDriver error objects 2015-03-17 14:27:20 +00:00
EventUtils.js
jar.mn Bug 1107706: Part 4: Add dispatching mechanism to encapsulate connection 2015-03-18 12:27:29 +00:00
mach_commands.py Bug 1025125 - If enabled, enter pdb session when test fails. r=ahal 2015-03-10 07:46:00 -04:00
marionette-actions.js Backed out 15 changesets (bug 1107706) for marionette bustage CLOSED TREE 2015-03-23 18:48:07 -07:00
marionette-common.js Backed out 15 changesets (bug 1107706) for marionette bustage CLOSED TREE 2015-03-23 18:48:07 -07:00
marionette-elements.js Backed out 15 changesets (bug 1107706) for marionette bustage CLOSED TREE 2015-03-23 18:48:07 -07:00
marionette-frame-manager.js Backed out 15 changesets (bug 1107706) for marionette bustage CLOSED TREE 2015-03-23 18:48:07 -07:00
marionette-listener.js Backed out 15 changesets (bug 1107706) for marionette bustage CLOSED TREE 2015-03-23 18:48:07 -07:00
marionette-sendkeys.js Backed out 15 changesets (bug 1107706) for marionette bustage CLOSED TREE 2015-03-23 18:48:07 -07:00
marionette-server.js Bug 1118313 - newSession looks for non-conforming session_id property on Command. r=dburns 2015-03-23 19:56:00 -04:00
marionette-simpletest.js Backed out 15 changesets (bug 1107706) for marionette bustage CLOSED TREE 2015-03-23 18:48:07 -07:00
moz.build