gecko-dev/python
Noemi Erli 05963188e7 Backed out 3 changesets (bug 1907926, bug 1914607) for breaking unit tests
Backed out changeset 4be97f09160b (bug 1907926)
Backed out changeset b37a84f28d80 (bug 1907926)
Backed out changeset 166420d270d2 (bug 1914607)
2024-08-30 16:30:07 +03:00
..
docs
gdbpp/gdbpp
l10n Bug 1884970 - Close current tab button is missing an accessible name and role. r=tabbrowser-reviewers,fluent-reviewers,dao,bolsson,flod 2024-08-06 13:51:06 +00:00
lldbutils
mach Bug 1906191 - Change how ProcessHandler handles output_timeout. r=releng-reviewers,gbrown 2024-08-26 23:49:06 +00:00
mozboot Bug 1914501 - Don't run emerge when all packages have been filtered out. r=firefox-build-system-reviewers,sergesanspaille 2024-08-27 09:00:31 +00:00
mozbuild Bug 1915182 - Add clang-tidy for aarch64 Windows r=glandium,firefox-build-system-reviewers 2024-08-28 06:29:16 +00:00
mozlint Bug 1903620 - Calculate jobs using CPU affinity in mach. r=firefox-build-system-reviewers,glandium 2024-06-25 13:53:13 +00:00
mozperftest Backed out 3 changesets (bug 1907926, bug 1914607) for breaking unit tests 2024-08-30 16:30:07 +03:00
mozrelease
mozterm
mozversioncontrol Bug 190831 - Fix lint failure. 2024-07-18 02:12:32 +03:00
sites Bug 1911767 - Update to Glean v60.5.0 r=chutten,glandium,supply-chain-reviewers,mach-reviewers,android-reviewers,twhite,ahal 2024-08-08 14:58:04 +00:00
mach_commands.py Bug 1903620 - Calculate jobs using CPU affinity in mach. r=firefox-build-system-reviewers,glandium 2024-06-25 13:53:13 +00:00
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