CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2026/05/16 01:24:44
Modified files:
www/mozilla-firefox: Makefile
www/mozilla-firefox/pkg: README
Added files:
www/mozilla-firefox/patches:
patch-third_party_libwebrtc_modules_desktop_capture_linux_x11_x_server_pixel_buffer_cc
Log message:
neuter shared memory (shm*) in webrtc to unbreak screen sharing while using
pledge
the same patch is used in chromium to take the XImage API codepath instead
of using shared memory which cannot be used while pledged
ok landry@