gecko-dev/python
2024-11-18 21:26:39 +00:00
..
docs Bug 1920152 - Doc updates for ./mach vendor python r=ahal 2024-10-03 14:47:59 +00:00
gdbpp/gdbpp Bug 1871014 - Fix GDB pretty printer for nsWeakPtr. r=nalexander 2023-12-22 09:10:29 +00:00
l10n Bug 1733498 - Migrate necko errors l10n strings from properties to Fluent r=necko-reviewers,valentin,flod 2024-11-04 16:58:29 +00:00
lldbutils Bug 1824877 Part 2 - Rename nsHTMLScrollFrame to mozilla::ScrollContainerFrame. r=dholbert 2024-05-15 17:50:48 +00:00
mach Bug 1929112 - [wpt] Remove the wpt fissionregressions command and CI tests. r=jgraham,cpeterson,jmaher 2024-11-07 09:06:55 +00:00
mozboot Bug 1918098 - ruff: fix the errors identified by 0.6.4 r=linter-reviewers,taskgraph-reviewers,releng-reviewers,webdriver-reviewers,perftest-reviewers,migration-reviewers,jmaher,whimboo,sparky,xpcom-reviewers,beth,ahal,mconley 2024-11-06 12:51:32 +00:00
mozbuild Bug 1929826 - Add reversed(...) to the list of default sandboxed builtin r=glandium 2024-11-15 09:07:30 +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 1929596 - Add MLSuggest inference as under ml tests and make it run inference?tarek,adw,sparky r=urlbar-reviewers,perftest-reviewers,sparky,adw,tarek 2024-11-18 21:26:39 +00:00
mozrelease Bug 1926340 - use push-to-vcs for scriptworker-canary. r=releng-reviewers,bhearsum DONTBUILD 2024-10-22 16:28:56 +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 1930704 - doc: update to mermaid 1.0.0 r=firefox-source-docs-reviewers,ahal DONTBUILD 2024-11-12 21:33:21 +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