gecko-dev/testing/marionette
Andreas Tolfsen c9ce6ce96f Bug 1111268 - Fix redefinition of caps in setSessionCapabilities. r=dburns
The variable caps is redefined in the second for loop because it's defined
in the function scope using the var declaration statement instead of
let for the current scope.

This patch also addresses the duplication of the code to copy the current
set of capabilities.

--HG--
extra : rebase_source : 9b3f9c8e05abaa0fa7ce6662be188cf22e13dd12
2014-12-13 22:22:47 +00:00
..
atoms Bug 936044 - Fix wrong license header for Marionette atoms. r=dburns 2014-01-17 10:03:43 -05:00
client Bug 1111246 - Add error message in Marionette client on malformed packet. r=dburns 2014-12-13 19:57:09 +00:00
components Bug 797639 - Part 3: Fix Marionette client / server loading and parsing. r=jgriffin 2014-05-14 14:30:02 -05:00
transport Bug 1001322 - Move wait_for_port to transport.py and call when starting a new session. r=mdas 2014-11-18 13:31:34 +00:00
update-smoketests Bug 879492 - Add a B2GBuild class to Marionette, r=aki 2013-06-04 16:48:50 -07:00
ChromeUtils.js Bug 864040 - Move synthesizeSelectionSet to EventUtils.js and let sendString accept newlines; r=jmaher 2013-06-26 17:28:21 -04:00
EventUtils.js Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug 2014-02-15 09:57:39 +09:00
jar.mn Bug 1038864 - Marionette find element fails on social chat component. r=automatedtester 2014-07-28 14:49:00 +02:00
mach_commands.py Bug 1095635 - Accept '-' to correspond to stdout for marionette's --gecko-log option.;r=ahal 2014-11-17 22:21:51 -05:00
marionette-common.js Bug 762556 - Error stack should contain column number. r=jorendorff 2014-02-19 11:30:08 -05:00
marionette-elements.js Bug 1101172: Correct Exception thrown when passing invalid element search type; r=jgriffin 2014-11-19 01:26:14 +00:00
marionette-frame-manager.js Backed out changeset 5671737e4f24 (bug 984508) because of intermittent failures 2014-11-28 11:21:43 -05:00
marionette-listener.js Bug 1099331 - Allow navigation resulting in about:blocked or about:error pages when explicitly requested without returning an error from the marionette server.;r=automatedtester 2014-12-12 12:08:32 -05:00
marionette-sendkeys.js Bug 1091662 - Support for modifier keys in chrome scope in marionette. r=dburns 2014-11-04 19:50:44 -05:00
marionette-server.js Bug 1111268 - Fix redefinition of caps in setSessionCapabilities. r=dburns 2014-12-13 22:22:47 +00:00
marionette-simpletest.js Bug 997909 - Fix typo. r=mdas 2014-10-07 09:40:05 -07:00
moz.build Bug 986160 - Add MozGtestFriend.h to deal with gtest in non test builds. r=glandium 2014-04-07 15:23:03 -04:00