mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
a6c5c5e3ac
Backed out changeset a9b209d9d880 (bug 1554976) Backed out changeset 27b4dddf9597 (bug 1554976) Backed out changeset 3e16c10bb966 (bug 1554976) Backed out changeset 6a404fca61dc (bug 1554976) Backed out changeset 77c4e76c8130 (bug 1554976) Backed out changeset 24f146b86cc4 (bug 1554976) Backed out changeset b49b4326dcfd (bug 1554976) Backed out changeset e2c837d1e0a0 (bug 1554976) Backed out changeset 24728144c263 (bug 1554976) Backed out changeset a099e69241a0 (bug 1554976) Backed out changeset 0e34595c2680 (bug 1554976) Backed out changeset a506bb40047e (bug 1554976) Backed out changeset 513026415092 (bug 1554976) Backed out changeset e0fc6a1d4332 (bug 1554976) |
||
---|---|---|
.. | ||
devtools/migrate-l10n | ||
docs | ||
gdbpp/gdbpp | ||
l10n | ||
mach | ||
mozboot | ||
mozbuild | ||
mozlint | ||
mozrelease | ||
mozterm | ||
mozversioncontrol | ||
safety | ||
mach_commands.py | ||
moz.build | ||
README |
This directory contains common Python code. 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, 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). Historical information can be found at https://bugzilla.mozilla.org/show_bug.cgi?id=775243 https://bugzilla.mozilla.org/show_bug.cgi?id=1346025