contrib/firefox
John McQuah d052e56fde firefox: 125.0.2 -> 125.0.3 2024-04-29 22:02:34 +00:00
..
.footprint firefox: 118.0.2 -> 119.0 2023-10-24 17:20:02 +00:00
.signature firefox: 125.0.2 -> 125.0.3 2024-04-29 22:02:34 +00:00
Pkgfile firefox: 125.0.2 -> 125.0.3 2024-04-29 22:02:34 +00:00
README firefox: 118.0.2 -> 119.0 2023-10-24 17:20:02 +00:00
firefox.desktop firefox: 113.0.2 -> 114.0.2 2023-06-26 06:44:35 -04:00
icu-linebreak-classes.patch firefox: add patch for icu 74 2023-11-28 21:58:50 +00:00
node-stdout-nonblocking-wrapper firefox: 104.0 -> 104.0.2 2022-09-19 22:37:26 +10:00

README

For sandboxing webapps you will need to install these optional dependencies:
wasi-libc
lld
wasi-compiler-rt
wasi-libc++
See https://hacks.mozilla.org/2020/02/securing-firefox-with-webassembly/ 
to learn why you might want to enable this feature. A different approach,
https://wiki.gentoo.org/wiki/Simple_sandbox , can be implemented without
any additional dependencies.

If you compile firefox frequently, consider installing ccache and sccache,
so that later updates can use the artifacts left over from previous builds.