gecko-dev/python
2025-01-14 01:13:47 +00:00
..
docs
gdbpp/gdbpp
l10n Backed out 2 changesets (bug 1938446, bug 1919598) for causing failures on browser_tabnotificationbox_switch_tabs and conflicts. CLOSED TREE 2025-01-11 01:58:14 +02:00
lldbutils
mach Bug 1936129 - Add requires-python specifier to <site>.txt files r=ahal,mach-reviewers 2025-01-13 10:58:02 +00:00
mozboot Bug 1938090 - Update Android commandlinetools to version 17.0. r=releng-reviewers,bhearsum 2024-12-18 15:12:44 +00:00
mozbuild Bug 1890431 - Add configs for rust-analyzer includes that are not automatically detected - i.e. all code outside of the source root and crate-specific OUT_DIRs. r=glandium 2025-01-14 01:13:47 +00:00
mozlint Bug 1921433 - reformat with black 24.8.0 r=linter-reviewers,webdriver-reviewers,perftest-reviewers,taskgraph-reviewers,releng-reviewers,dom-storage-reviewers,janv,jmaher,whimboo,afinder,ahal 2024-11-03 20:28:59 +00:00
mozperftest Bug 1940442 - Add documentation about _TRY_MAPPING variable for mozperftest. r=perftest-reviewers,kshampur DONTBUILD 2025-01-08 17:58:04 +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 1929372 - [mozversioncontrol] Fix missing import shim to SrcRepository, r=sheehan 2024-11-13 17:39:20 +00:00
sites Bug 1936129 - Add requires-python specifier to <site>.txt files r=ahal,mach-reviewers 2025-01-13 10:58:02 +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