gecko-dev/python
2024-01-29 17:01:16 +00:00
..
docs
gdbpp/gdbpp
l10n Bug 1863022 - Render message from browser-siteProtections.js, replace messaging system telemetry, and migrate strings r=pdahiya,omc-reviewers,pbz,fluent-reviewers,flod 2024-01-10 22:20:05 +00:00
lldbutils Bug 1876718 - Add lldb summaries for nscoord, WritingMode, nsPoint, nsSize, nsRect r=layout-reviewers,emilio 2024-01-29 17:01:16 +00:00
mach Bug 1874208 - Remove the always printed Site not up-to-date reason r=firefox-build-system-reviewers,glandium 2024-01-16 17:49:06 +00:00
mozboot Bug 1865886. Add an android-31 emulator package and add google_apis. r=geckoview-reviewers,glandium,m_kato 2024-01-29 15:04:15 +00:00
mozbuild Bug 1876121 - Put back Hack the vendored pip's vendored pkg_resources to support python 3.12 r=TravisLong,mach-reviewers,ahochheiden 2024-01-25 00:57:03 +00:00
mozlint
mozperftest Bug 1870500 - Resolving the WPT intermittent failure. r=perftest-reviewers,kshampur 2024-01-24 02:36:24 +00:00
mozrelease
mozterm
mozversioncontrol Bug 1869733: consider all official remotes when finding base ref and patches r=zeid 2024-01-25 20:04:09 +00:00
sites Bug 1874923 - Update Glean to 56.1.0 r=janerik,supply-chain-reviewers,mach-reviewers,ahochheiden 2024-01-22 15:45:27 +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