gecko/python/mozbuild/mozpack
Nathan Froyd 5a17186bee Bug 1109409 - improve mozpack.BaseFile.copy() performance on Windows; r=gps
mopack.BaseFile.copy() performs a generic read/write file copy.  Windows
has an explicit CopyFile() call that tests have shown to be
significantly faster.  Let's use that instead via the magic of ctypes.
2014-12-12 11:59:24 -05:00
..
chrome Bug 930243 - Add a processType flag to chrome manifest directives (r=froydnj) 2014-10-07 11:46:24 -07:00
packager
test Bug 1061684 - Normalize path separators in JAR paths; r=mshal 2014-09-03 10:42:34 -07:00
__init__.py
copier.py Bug 971525 - Optionally make FileCopier only delete symlinked directories it needs to replace. r=gps 2014-02-13 22:19:48 -08:00
errors.py
executables.py
files.py Bug 1109409 - improve mozpack.BaseFile.copy() performance on Windows; r=gps 2014-12-12 11:59:24 -05:00
manifests.py Bug 1058036 - Ensure dependency isn't lost when ORing InstallManifest; r=glandium 2014-08-24 20:19:55 -04:00
mozjar.py Bug 1061684 - Normalize path separators in JAR paths; r=mshal 2014-09-03 10:42:34 -07:00
path.py
unify.py