Gregory Szorc
0d16ec0cfa
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
Gregory Szorc
97fe4bc7c7
Bug 1176642 - Remove unused imports; r=glandium
2015-06-25 12:16:38 -07:00
Sylvestre Ledru
7c3703f1d4
Bug 1171448 - Matches the rest of the descriptions in ./mach help r=nfroyd
2015-06-05 11:06:41 +02:00
Nathan Froyd
073da8f67e
Bug 1095162 - fix sort order in |mach generate-addon-sdk-moz-build|; r=mshal
2014-11-07 06:26:07 -05:00
Nathan Froyd
e19f1033dd
Bug 1069682 - part 1 - ensure the addon-sdk's JS modules include .html files; r=erikvold
2014-09-19 09:34:15 -04:00
Nathan Froyd
f21c71eaaf
Bug 1069682 - part 0 - ensure changes to addon-sdk's moz.build are reflected in the mozbuild.template; r=erikvold
2014-09-19 09:33:50 -04:00
Nathan Froyd
0a581583a3
Bug 1056324 - move addon-sdk/'s JS module installation to moz.build; r=gps; f=Mossop
2014-08-20 16:48:23 -04:00
Sylvestre Ledru
81b70e576c
Bug 1050715 - Update the description of the various tests targed proposed by './mach help' r=jmaher
...
--HG--
extra : rebase_source : 29019a02711ffce5c148787517051855259b6446
2014-08-09 15:37:29 +02:00
Gregory Szorc
2afb3f3369
Bug 856392 - Categorize mach commands; r=jhammel
...
DONTBUILD (NPOTB)
2013-05-08 17:56:30 -07:00
Dave Townsend
59097e4fc0
Bug 842839: Some add-on SDK files use windows line endings. r=gps
2013-02-19 16:18:59 -08:00
Dave Townsend
ca287bb2e6
Bug 793928: Ship the Add-on SDK APIs as part of the platform. r=gps
2013-02-01 11:20:17 -08:00