Commit Graph

12 Commits

Author SHA1 Message Date
J. Ryan Stinnett
b53f2edf8e Bug 1202019 - Remove old Jetpack test command. r=Mossop 2015-09-04 23:16:08 -05:00
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
Gregory Szorc
88efe94ba4 Bug 1176642 - Remove unused imports; r=glandium 2015-06-25 12:16:38 -07:00
Sylvestre Ledru
afb19dd675 Bug 1171448 - Matches the rest of the descriptions in ./mach help r=nfroyd 2015-06-05 11:06:41 +02:00
Nathan Froyd
b1bb9ff796 Bug 1095162 - fix sort order in |mach generate-addon-sdk-moz-build|; r=mshal 2014-11-07 06:26:07 -05:00
Nathan Froyd
9425745b22 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
ac0256e922 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
6d658e2858 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
ac9d156829 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
408aacec08 Bug 856392 - Categorize mach commands; r=jhammel
DONTBUILD (NPOTB)
2013-05-08 17:56:30 -07:00
Dave Townsend
5770e57854 Bug 842839: Some add-on SDK files use windows line endings. r=gps 2013-02-19 16:18:59 -08:00
Dave Townsend
6326ee4a98 Bug 793928: Ship the Add-on SDK APIs as part of the platform. r=gps 2013-02-01 11:20:17 -08:00