gecko-dev/python
Eemeli Aro dc1a3bfffa Bug 1793572 - Convert WebRTCParent.jsm from .properties to Fluent. r=mconley,flod
The code is slightly cleaned up to not construct identifiers by concatenating strings, and to avoid using the requestTypes array when determining the prompt contents.

A few messages are moved to and from browser.ftl to group them better, though all of the "WebRTC Pop-up notifications" messages could also be moved from there to webrtcIndicator.ftl, which is now also included by browser.xhtml.

The message `webrtc-allow-share-audio-capture-unsafe-delegation` is added, as it appears to have been missed previously -- it's referred to in code, but the message itself was not defined.

Differential Revision: https://phabricator.services.mozilla.com/D158762
2022-10-08 07:35:29 +00:00
..
devtools/migrate-l10n
docs
gdbpp/gdbpp
l10n Bug 1793572 - Convert WebRTCParent.jsm from .properties to Fluent. r=mconley,flod 2022-10-08 07:35:29 +00:00
lldbutils
mach Bug 1793828 - Always print the reason why the site is not 'up-to-date' r=firefox-build-system-reviewers,nalexander 2022-10-06 18:18:32 +00:00
mozboot Bug 1779931 - Make installing gconf2-devel during openSUSE bootstrap optional r=ahochheiden 2022-10-04 16:38:55 +00:00
mozbuild Bug 1734217 - Merge all about:neterror front-end handling under toolkit. r=mkmelin,smaug,nalexander,flod,Gijs 2022-10-07 18:40:27 +00:00
mozlint Bug 1790000 - On Automation mozlint output file handler should be closed. r=marco 2022-09-09 12:02:13 +00:00
mozperftest Bug 1789229 - Add side-by-side docs r=perftest-reviewers,sparky 2022-09-23 14:33:21 +00:00
mozrelease Bug 1777414 - Replace all uses of distutils.version.LooseVersion with looseversion.LooseVersion r=firefox-build-system-reviewers,glandium 2022-08-26 23:05:25 +00:00
mozterm
mozversioncontrol Bug 1777414 - Replace all uses of distutils.version.LooseVersion with looseversion.LooseVersion r=firefox-build-system-reviewers,glandium 2022-08-26 23:05:25 +00:00
sites Bug 1793786 - Update Glean version to 51.4.0 r=chutten,supply-chain-reviewers,webdriver-reviewers 2022-10-07 20:19:49 +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