mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
339824172c
A new parameter called 'processStderrLine' is added. When specified, stdout gets processed by the 'processOutputLine' callbacks and stderr is processed by the 'processStderrLine' callbacks. When not specified, stderr is redirected to stdout which is the same default behaviour. A side effect of this is that mozprocess now uses three threads to process output. One thread each for stdout and stderr that reads output lines and stores them in a Queue as fast as possible, this makes sure there is no blocking in stdout.write(). A third thread executes the callbacks. |
||
---|---|---|
.. | ||
docs | ||
manifestparser | ||
mozcrash | ||
mozdebug | ||
mozdevice | ||
mozfile | ||
mozhttpd | ||
mozinfo | ||
mozinstall | ||
mozlog | ||
moznetwork | ||
mozprocess | ||
mozprofile | ||
mozrunner | ||
mozsystemmonitor | ||
moztest | ||
mozversion | ||
Makefile.in | ||
moz.build | ||
packages.txt | ||
README.md | ||
setup_development.py | ||
test-manifest.ini | ||
test.py | ||
versioninfo.py |
Mozbase
Mozbase is a set of easy-to-use Python packages forming a supplemental standard library for Mozilla. It provides consistency and reduces redundancy in automation and other system-level software. All of Mozilla's test harnesses use mozbase to some degree, including Talos, mochitest, reftest, Autophone, and Eideticker.
Learn more about mozbase at the project page.
Read detailed docs online, or build them locally by running "make html" in the docs directory.