gecko-dev/python/mozbuild/mozpack
Mitchell Hentges 0482fe58ed Bug 1641073: improve BaseFile.copy() performance r=rstewart
Arrays are mutable, so appending each substring at a time and joining at the endis much faster than re-allocating
a new string on each loop.

Differential Revision: https://phabricator.services.mozilla.com/D76945
2020-05-27 16:52:51 +00:00
..
chrome
packager Bug 1638060 - Standardize interface of `mozfile` classes as `bytes`-based streams r=glandium 2020-05-22 01:11:29 +00:00
test Bug 1638060 - Standardize interface of `mozfile` classes as `bytes`-based streams r=glandium 2020-05-22 01:11:29 +00:00
__init__.py
archive.py Bug 1636209: resolves tests that were incorrectly marked as xfail r=tomprince 2020-05-07 23:41:35 +00:00
copier.py
dmg.py
errors.py
executables.py Bug 1640578 - Remove --disable-install-strip from mac mozconfigs. r=froydnj 2020-05-27 01:42:07 +00:00
files.py Bug 1641073: improve BaseFile.copy() performance r=rstewart 2020-05-27 16:52:51 +00:00
hg.py
manifests.py Bug 1611006 - Convert python/mozbuild/mozbuild/test/action to python3; r=firefox-build-system-reviewers,rstewart 2020-02-28 20:56:31 +00:00
mozjar.py
path.py Bug 1604667 - Handle case where relativesrcdir doesn't exist on Windows r=firefox-build-system-reviewers,mshal 2020-02-05 00:06:17 +00:00