e906c84d0d
Adds a new `comm/rust` directory used to build the upstream `gkrust-shared` library within the newly provided `gkrust` Rust library. Expose a new dedicated workspace and vendoring system, allowing for Thunderbird-only dependencies within the tree, and solve the issue of having drift in Cargo.lock between Thunderbird and Firefox. New mach commands for managing the workflow around Rust with Thunderbird: ./mach tb-rust sync ./mach tb-rust vendor Differential Revision: https://phabricator.services.mozilla.com/D193543 --HG-- extra : amend_source : ca6dc59ef386f4c62f53e79dac8cdb6caef8104e |
||
---|---|---|
.. | ||
l10n | ||
rocboot | ||
rocbuild/rocbuild | ||
sites | ||
thirdroc | ||
README | ||
moz.build |
README
This directory contains common Python code for Thunderbird. The basic rule is that if Python code is cross-module (that's "module" in the Mozilla meaning - as in "module ownership") and is MPL-compatible, AND it applies only to applications build from comm-central derived repositories (Thunderbird and Seamonkey), it should go here. What should not go here: - Vendored python modules (use third_party/python instead) - Python that is not MPL-compatible (see other-licenses/) - Python that has good reason to remain close to its "owning" (Mozilla) module (e.g. it is only being consumed from there).