gecko-dev/python
2023-06-02 12:49:33 +00:00
..
docs Bug 1830069 - Fix reference to old site file name in docs, r=ahochheiden 2023-04-26 18:25:15 +00:00
gdbpp/gdbpp
l10n Bug 1832668 - Add new side navigation component to Firefox View Next page r=fxview-reviewers,fluent-reviewers,flod,sfoster 2023-06-02 12:39:50 +00:00
lldbutils
mach Bug 1827811 - Avoid logging errors when dealing with records with no params. r=ahal 2023-04-13 20:15:06 +00:00
mozboot Bug 1834958 - Bump the minimum version of Rust to 1.66.0 r=glandium 2023-05-26 12:56:07 +00:00
mozbuild Bug 1835805 - Remove odoh code r=necko-reviewers,jesup 2023-06-02 12:49:33 +00:00
mozlint Bug 1757373 - Enable linting to run in parallel when '.' is specified as the path. r=linter-reviewers,ahal 2023-05-09 13:11:21 +00:00
mozperftest Bug 1827609 - Set new platform/test names correctly when using MWU to detect changes. r=perftest-reviewers,kshampur 2023-04-18 17:05:20 +00:00
mozrelease Bug 1774273 - Transition mac notarization to signingscript r=taskgraph-reviewers,bhearsum 2023-05-23 17:31:37 +00:00
mozterm
mozversioncontrol Bug 1826162 - mach try perf gitcinnibar issues. r=perftest-reviewers,kshampur 2023-05-15 16:43:18 +00:00
sites Bug 1812539 - Drop vendored pytoml as unused. r=glandium 2023-05-23 10:58:34 +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