gecko/python/mozbuild
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
..
dumbmake
mozbuild Bug 1103644 - Try default browser for "mach resource-usage" if the specified one doesn't work. r=gps DONTBUILD 2014-12-19 09:50:20 +11:00
mozpack Bug 1109409 - improve mozpack.BaseFile.copy() performance on Windows; r=gps 2014-12-12 11:59:24 -05:00
setup.py
TODO