MozillaSecurity / ffpuppet

A Python module that aids in the automation of Firefox at the process level
Mozilla Public License 2.0
31 stars 7 forks source link

Try to avoid leaking processes in low memory situations #187

Closed tysmith closed 6 months ago

tysmith commented 9 months ago

This is most commonly seen on Windows.

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (324db99) to head (b1a8567).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #187 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 13 13 Lines 1523 1528 +5 ========================================= + Hits 1523 1528 +5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

tysmith commented 6 months ago

This is obsolete since the ProcessTree work.