gecko/addon-sdk
Gregory Szorc 4f2fb895aa 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.
2015-06-21 17:39:09 -07:00
..
source Bug 1176411 - Stop parenthesizing array/object pattern destructuring assignment targets in addon SDK code. r=jsantell, a=KWierso 2015-06-19 16:22:19 -07:00
test Bug 1061013 - Disable various browser chrome tests when running with e10s. r=jimm 2014-09-02 13:47:12 -05:00
mach_commands.py Bug 1176642 - Use absolute_import in mach_commands.py files; r=glandium 2015-06-21 17:39:09 -07:00
Makefile.in Bug 1141773: remote xpi tests fail in mochitest-jetpack. r=erikvold 2015-03-10 14:53:52 -07:00
moz.build Backed out changeset b117a76d0a25 (bug 1171638) for making Windows M(JP) basically permafail. 2015-06-05 11:49:54 -04:00
mozbuild.template Bug 1114752 - Uplift Add-on SDK to Firefox a=me 2015-02-03 09:51:16 -08:00