gecko-dev/testing/marionette
Gregory Szorc 3e949ee8fe Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium
This removes ambiguity as to which modules are being imported, making
import slightly faster as Python doesn't need to test so many
directories for file presence.

All files should already be using absolute imports because mach command
modules aren't imported to the package they belong to: they instead
belong to the "mach" package. So relative imports shouldn't have been
used.

--HG--
extra : commitid : 6tFME1KKfTD
extra : rebase_source : 78728f82f5487281620e00c2a8004cd5e1968087
2015-06-21 17:39:09 -07:00
..
atoms
client Bug 1174766 - Modify test_profile_management to use a clean profile to avoid contention on windows.;r=ato 2015-06-24 10:16:27 -07:00
components Bug 1107706: Part 13: Style fixes 2015-03-23 20:43:18 +00:00
driver Bug 1174766 - Append to gecko logfile after marionette restarts the browser rather than removing the old file every time.;r=ato 2015-06-20 09:46:00 -07:00
transport Bug 1176408 - Bump marionette-transport to 0.5 and marionette-driver to 0.9, r=dburns 2015-06-21 13:40:54 -07:00
update-smoketests
actions.js Bug 1107706: Part 16: Fix rebase of action chains for chrome space 2015-03-24 15:35:58 +00:00
ChromeUtils.js
command.js Bug 1159238. Generate UUID internally to ContentSender 2015-04-28 18:15:08 +01:00
common.js Bug 1107706: Part 13: Style fixes 2015-03-23 20:43:18 +00:00
dispatcher.js Bug 945729: Replace error number codes with strings 2015-04-08 19:02:34 +01:00
driver.js Bug 1169600 - Remove message listeners intended to coordinate registering a new browser with marionette once the browser has been registered. r=ato 2015-06-24 00:10:10 -07:00
elements.js Bug 1152682: Correct invalid selector errors in elements.js 2015-04-20 13:45:59 +01:00
emulator.js Bug 1107706: Part 13: Style fixes 2015-03-23 20:43:18 +00:00
error.js Bug 1155703: Correct Marionette to use NoSuchWindowError 2015-04-29 12:00:43 +01: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
frame-manager.js Bug 1149618 - Remove SpecialPowers from Marionette, r=dburns 2015-05-18 16:36:15 -07:00
jar.mn Bug 1159219: Make ContentSender a separate module 2015-04-28 14:25:37 +01:00
listener.js Bug 1149618 - Remove SpecialPowers from Marionette, r=dburns 2015-05-18 16:36:15 -07:00
mach_commands.py Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
modal.js Bug 1107706: Part 13: Style fixes 2015-03-23 20:43:18 +00: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
proxy.js Bug 1159238. Generate UUID internally to ContentSender 2015-04-28 18:15:08 +01:00
sendkeys.js Bug 1153832: New dispatch style framework in Marionette listener 2015-04-15 12:18:00 +01:00
server.js Bug 1149618 - Remove SpecialPowers from Marionette, r=dburns 2015-05-18 16:36:15 -07:00
simpletest.js Bug 1107706: Part 15: Fix emulator callbacks for content process 2015-03-23 15:40:51 +00:00