[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-07-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

Graham Perrin  changed:

   What|Removed |Added

URL|https://github.com/freebsd/ |https://github.com/freebsd/
   |freebsd-ports/commit/57ca31 |freebsd-ports/commit/57ca31
   |77d2a513bfd1cd73e6742a35efa |77d2a513bfd1cd73e6742a35efa
   |dc49cd1 |dc49cd1?diff=split#diff-4a5
   ||a376cab543b51b556ad4e7fe0a6
   ||a1917820c8d922655faaf623958
   ||07c0cce
   See Also||https://bugs.freebsd.org/bu
   ||gzilla/show_bug.cgi?id=2721
   ||74
 Resolution|Overcome By Events  |FIXED

--- Comment #9 from Graham Perrin  ---
Pinpointing the fix: 

patch-toolkit_compontents_processtools_procinfo__bsd.c

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-07-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

Graham Perrin  changed:

   What|Removed |Added

  Flags|maintainer-feedback?(gecko@ |
   |FreeBSD.org)|
 Status|Open|Closed
   Assignee|ge...@freebsd.org   |grahamper...@freebsd.org
URL||https://github.com/freebsd/
   ||freebsd-ports/commit/57ca31
   ||77d2a513bfd1cd73e6742a35efa
   ||dc49cd1
 Resolution|--- |Overcome By Events
   Keywords|needs-qa|
 CC||ge...@freebsd.org

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


[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-07-24 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

--- Comment #8 from (intentionally left blank) 
 ---
Resolved locally after ports 57ca3177d2a5 "www/firefox: update to 116.0 (rc1)"

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


[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-07-21 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

--- Comment #7 from Jan Beich  ---
ProcInfo_bsd.cpp is OpenBSD-only per
https://searchfox.org/mozilla-central/rev/d35b3fe3d8230a255b988afb0ebda1176fc2f50b/toolkit/components/processtools/moz.build#42-43
- OpenBSD KERN_PROC_SHOW_THREADS is DragonFly KERN_PROC_FLAG_LWP, NetBSD
KERN_LWP and not necessary on FreeBSD
- OpenBSD p_tid (kinfo_proc) is DragonFly kl_tid (kinfo_lwp), FreeBSD ki_tid
(kinfo_proc), NetBSD l_lid (kinfo_lwp)
- NetBSD/OpeNBSD mib[4] (size of kinfo_proc) + mib[5] (number of kinfo_proc)
are not supported on DragonFly/FreeBSD

If someone wants to work on this they'd need:
- Create VM for each BSD
- Extract Firefox code into a standalone easily testable program
- Fill the missing support, wrap with ifdefs and reduce superfluous difference
- Copy the modified code back to Firefox
- Adjust moz.build

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


[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-07-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

Emilio Cobos Álvarez  changed:

   What|Removed |Added

 CC||emi...@crisal.io

--- Comment #6 from Emilio Cobos Álvarez  ---
FWIW, that means that this probably failed to get any process info, somehow...
https://searchfox.org/mozilla-central/rev/d35b3fe3d8230a255b988afb0ebda1176fc2f50b/toolkit/components/processtools/ProcInfo_bsd.cpp#42

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


[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-07-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

--- Comment #5 from Graham Perrin  ---
Re: comment 4

Thanks

Through conversation under

in Mozilla's developers room, partly with reference to
, @emilio:mozilla.org observes: 

> It seems you're hitting this
–


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


[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-07-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

--- Comment #4 from (intentionally left blank) 
 ---
gecko-dev $ git bisect bad
f993f9a58b626c3f370b330148788b1909647c53 is the first bad commit

https://github.com/mozilla/gecko-dev/commit/f993f9a58b62

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


[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-07-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

--- Comment #3 from Graham Perrin  ---
(In reply to Graham Perrin from comment #2)

> … on Windows 10 22H2, viewed via RDP. …

Correction: whilst I did (also) have a remote view of Firefox 22H2, the
about:support attached to comment 2 was from a remote view of Firefox on
Windows Server (installed without admin privileges).

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


[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-07-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

--- Comment #2 from Graham Perrin  ---
Created attachment 243322
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=243322=edit
about:support text from a clean installation of 115.0.1 on Windows 10 22H2

Not reproducible with 115.0.1 build 20230706202047 on Windows 10, viewed via
RDP. 

about:buildconfig shows, built from
.

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


[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-07-09 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

Graham Perrin  changed:

   What|Removed |Added

 Status|New |Open
   Keywords||needs-qa

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


[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-06-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

Andrew "RhodiumToad" Gierth  changed:

   What|Removed |Added

 CC||and...@tao11.riddles.org.uk

--- Comment #1 from Andrew "RhodiumToad" Gierth  
---
Also confirmed in 115.0,2 on 13-STABLE.

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


[Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-06-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277

Bug ID: 272277
   Summary: www/firefox: about:support (Troubleshooting
Information) is almost completely without information
   Product: Ports & Packages
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Many People
  Priority: ---
 Component: Individual Port(s)
  Assignee: ge...@freebsd.org
  Reporter: grahamper...@freebsd.org
  Assignee: ge...@freebsd.org
 Flags: maintainer-feedback?(ge...@freebsd.org)

Created attachment 243069
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=243069=edit
text from about:support

>From bug 270642 comment 15: 

> … Since 114, the about:support page has gone …

Confirmed with firefox-114.0.2,2 on FreeBSD 14.0-CURRENT

Whilst the page does offer links out to things such as about:plugins, it seems
that the page lacks values; fields are empty.

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


maintainer-feedback requested: [Bug 272277] www/firefox: about:support (Troubleshooting Information) is almost completely without information

2023-06-28 Thread bugzilla-noreply
Bugzilla Automation  has asked freebsd-gecko (Nobody)
 for maintainer-feedback:
Bug 272277: www/firefox: about:support (Troubleshooting Information) is almost
completely without information
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272277



--- Description ---
>From bug 270642 comment 15: 

> … Since 114, the about:support page has gone …

Confirmed with firefox-114.0.2,2 on FreeBSD 14.0-CURRENT

Whilst the page does offer links out to things such as about:plugins, it seems
that the page lacks values; fields are empty.