gecko-dev/python/mozbuild/mozpack/packager
Mike Hommey 7fa84b1acd Bug 1489340 - Handle XPT files as blobs of data in packager. r=froydnj
We don't actually ship XPT files anymore, but it's still useful for the
packager code to handle old Firefox versions. But for that, we don't
really need the complexity of "linking" XPT files in a single unit per
directory. We can just as well keep the XPT files intact, as long as we
retain individual `interfaces` manifest entries for each.

And since those entries used to be all merged into one, we now instead
group them all together in manifests (which also happens to make it
easier on unit test changes).

Differential Revision: https://phabricator.services.mozilla.com/D5221

--HG--
extra : moz-landing-system : lando
2018-09-07 22:21:07 +00:00
..
__init__.py Bug 1479599 Recognize webextensions in packager r=glandium 2018-07-31 21:51:02 -07:00
formats.py Bug 1489340 - Handle XPT files as blobs of data in packager. r=froydnj 2018-09-07 22:21:07 +00:00
l10n.py Bug 1457321: Part 4 - Update built-in add-ons manifst during l10n repack. r=ted f=pike 2018-05-08 01:04:01 -07:00
unpack.py Bug 1352595 - Add basic support for brotli compression to the packager. r=gps 2017-08-18 05:37:18 +09:00