gecko-dev/python/mozbuild
Mike Hommey 8f49277c52 Bug 1496995 - Account for all dictionaries when updating built_in_addons.json during l10n repack. r=nalexander
All directories are part of the langpack that is being merged in, but
when the langpack includes the english dictionary, it is not handled
at the same time as other dictionaries, because it is also part of the
original application.

Instead of trying to catch all places where a dictionary might be added
to the final repack, we wrap the formatter so that it tracks all of them
wherever they're added from, and updates the built_in_addons.json file
accordingly.

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

--HG--
extra : moz-landing-system : lando
2019-01-18 21:53:16 +00:00
..
dumbmake Bug 1471620 - Skip python-tests locally that don't run with python 3 in CI r=davehunt 2018-06-27 11:10:02 -04:00
mozbuild Bug 1520516 - Set verbose logging for cargo when -v is passed to |./mach build|. r=nalexander 2019-01-18 19:03:24 +00:00
mozpack Bug 1496995 - Account for all dictionaries when updating built_in_addons.json during l10n repack. r=nalexander 2019-01-18 21:53:16 +00:00
setup.py
TODO