gecko-dev/python
2023-08-14 19:55:09 +00:00
..
docs
gdbpp/gdbpp
l10n Backed out 3 changesets (bug 1845109, bug 1845113, bug 1845110) for causing bc failures on browser_html_scroll_restoration.js CLOSED TREE 2023-08-11 00:03:12 +03:00
lldbutils
mach Bug 1845833 - Add the ability to specify command dependencies for commands r=firefox-build-system-reviewers,glandium 2023-08-01 19:59:25 +00:00
mozboot Bug 1844661 - Update Android bundletool and commandlinetools to the latest releases. r=geckoview-reviewers,owlish 2023-07-25 18:38:05 +00:00
mozbuild Bug 1847593 - convert .ini manifests to .toml: batch 2 r=jmaher 2023-08-14 19:55:09 +00:00
mozlint
mozperftest Bug 1845272 - Activate the common site virtualenv when calling the mozperftest/runner.py script directly (outside of a mach command context) r=ahal 2023-07-27 16:39:35 +00:00
mozrelease
mozterm
mozversioncontrol
sites Bug 1626969 - Include locale in Glean pings.r=chutten,supply-chain-reviewers 2023-08-07 11:02:56 +00:00
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