[Bug 278413] www/chromium: --headless seems to be broken

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 13 Nov 2024 14:30:56 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278413

--- Comment #2 from openjdk@getsnappy.com ---
Created attachment 255140
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=255140&action=edit
adding BUILDFLAG(IS_BSD) fixes the issue

It looks like chromium added a new #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
|| BUILDFLAG(IS_MAC) when the moved to the new headless mode.  I added
BUILDFLAG(IS_BSD) to this check and chrome --headless now works as expected.

-- 
You are receiving this mail because:
You are the assignee for the bug.