Commit Graph

9 Commits

Author SHA1 Message Date
Samy Dindane
6c5d0d5488 Bug 1142609 - Fix PEP 8 E7xx warnings in dom/bindings's Python code. r=peterv 2015-08-10 19:11:42 +02:00
Samy Dindane
f85212ef99 Bug 1142609 - Fix PEP 8 E128 warnings in dom/bindings's Python code. r=peterv 2015-08-10 18:26:29 +02:00
Gregory Szorc
d993a444fa 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
Sylvestre Ledru
0650e71d3a Bug 1050715 - Update the description of the various tests targed proposed by './mach help' r=jmaher 2014-08-09 15:37:29 +02:00
Boris Zbarsky
42a8e4dc3c Bug 1029102. Don't drop webidlyacc.py files caching the webidl grammar in the source dir when running webidl parser tests. r=gps 2014-06-24 23:36:39 -04:00
Gregory Szorc
3566256547 Bug 928195 - Part 5: mach command for generating WebIDL example files; r=froydnj 2013-11-14 10:34:55 -08:00
Gregory Szorc
c57cd559a2 Backed out 4 changesets (c0e8f2c0465f::608c663f691f) (bug 928195) for landing prematurely 2013-11-19 10:16:51 -08:00
Gregory Szorc
d450804807 Bug 928195 - Part 4: mach command for generating WebIDL example files; r=froydnj 2013-11-14 10:34:55 -08:00
Gregory Szorc
af5860720d Bug 928195 - Part 2: Provide a mach command to run WebIDL parser tests; r=bz 2013-11-14 14:34:50 -08:00