fune/js
Jan de Mooij d3824dae47 Bug 1900847 - Use posix_spawnp instead of fork/execvp for JS shell tests. r=mgaudet
`fork` can be slow, especially for jstests. This reduces our jstests time from
~140 seconds to ~100 seconds on my machine.

`os.posix_spawnp` is available since Python 3.8 and conveniently that's also the
minimum Python version we currently require.

Differential Revision: https://phabricator.services.mozilla.com/D212777
2024-06-07 07:50:50 +00:00
..
examples
loader Bug 1899172 - Part 11: Move nsIScriptElement from ScriptFetchOptions to ScriptLoadContext. r=nbp 2024-05-30 05:01:18 +00:00
public Bug 1899398 - Prevent parsing as using syntax when in global scope. r=arai 2024-06-04 14:53:31 +00:00
src Bug 1900847 - Use posix_spawnp instead of fork/execvp for JS shell tests. r=mgaudet 2024-06-07 07:50:50 +00:00
xpconnect Bug 1884150 - Update text_xrayToJS.html expectations; r=peterv 2024-06-05 16:11:19 +00:00
app.mozbuild
ffi.configure Bug 1776255 - Add the appropriate 'when' to all 'option' that end up calling 'pkg_check_modules' later r=firefox-build-system-reviewers,glandium 2024-05-23 23:55:38 +00:00
moz.build
moz.configure Bug 1899045: Implement Bytecode for fn stmts and block stmts for Explicit Resource Management. r=arai 2024-05-31 11:44:24 +00:00
sub.configure