gecko-dev/extensions
Nika Layzell c9c3738944 Bug 1784521 - Stop using PR_CreateProcess in nsAuthSambaNTLM, r=mccr8
The NSPR process launching backend appears to attach its own SIGCHLD
handler, which can cause problems with our own SIGCHLD handling under
the hood.

This patch changes the behaviour to instead use base::LaunchProcess to
start the child process for nsAuthSambaNTLM, which is more aligned with
other places we launch code in Gecko.

This code is posix-specific, so we don't need to handle Windows or macOS
process launching.

Differential Revision: https://phabricator.services.mozilla.com/D221382
2024-09-10 17:35:59 +00:00
..
auth Bug 1784521 - Stop using PR_CreateProcess in nsAuthSambaNTLM, r=mccr8 2024-09-10 17:35:59 +00:00
permissions Bug 1904095 - Add tests for new permission manager functionality. r=pbz 2024-07-26 12:16:52 +00:00
pref Bug 1906744 - Check if constructor is enabled before installing named property. r=mccr8,dom-storage-reviewers,janv,asuth,eemeli 2024-08-08 16:35:19 +00:00
spellcheck Bug 1900930 - Make ENSURE_SUCCESS call WouldReportJSException. r=dom-core,win-reviewers,emilio,gstoll,edgar 2024-08-21 08:43:09 +00:00
universalchardet Bug 1868866 - adds ManifestParser TOML linter r=jmaher,linter-reviewers,ahal,webdriver-reviewers,settings-reviewers,search-reviewers,devtools-reviewers,fxview-reviewers,cookie-reviewers,sessionstore-reviewers,places-reviewers,dom-storage-reviewers,translations-reviewers,valentin,whimboo,Standard8,sclements,jesup 2024-01-29 17:30:48 +00:00