gecko-dev/python
2025-02-18 14:09:26 +02:00
..
docs Bug 1886479 - Introduce the possibility to provide a fallback in python site r=mach-reviewers,ahal 2025-01-21 08:13:39 +00:00
gdbpp/gdbpp
l10n Backed out changeset aedc669b8499 (bug 1919598) for causing failures at browser_tabnotificationbox_switch_tabs.js. CLOSED TREE 2025-02-14 19:24:24 +02:00
lldbutils
mach Bug 1752362 - Add mach adb to use bootstrap version of adb r=geckoview-reviewers,m_kato 2025-02-03 20:51:53 +00:00
mozboot Backed out changeset 86f04c8644c2 (bug 1945020) for causing build bustages CLOSED TREE 2025-02-18 14:09:26 +02:00
mozbuild Bug 1947757: Add --new-files-only option to mach vendor. r=tjr 2025-02-13 08:14:25 +00:00
mozlint Bug 1944916 - [mozlint] Improve some error messages, r=linter-reviewers,sylvestre 2025-02-06 19:54:47 +00:00
mozperftest Bug 1944913 - Allow custom path setting for mochitest gecko profiles. r=jmaher,perftest-reviewers,fbilt 2025-02-13 13:11:43 +00:00
mozrelease Bug 1936141 - Fix linux partner repack failure due to XZ format r=releng-reviewers,jcristau 2024-12-11 19:14:55 +00:00
mozterm
mozversioncontrol Bug 1947946 - Avoid git log returning more commits than necessary. r=sheehan 2025-02-14 07:32:26 +00:00
sites Bug 1944884 - Land Glean v63.1.0 r=TravisLong,supply-chain-reviewers,mach-reviewers,ahal 2025-02-04 10:25:32 +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