Expose full Windows version in about:support
Categories
(Toolkit :: General, enhancement, P3)
Tracking
()
People
(Reporter: jrmuizel, Unassigned)
References
Details
Windows 10 has had a bunch of major updates. It would be good to expose the build information in about:support
Reporter | ||
Comment 1•5 years ago
|
||
The version currently comes from Services.sysinfo.getProperty("version") here https://searchfox.org/mozilla-central/source/toolkit/modules/Troubleshoot.jsm#183
SysInfo is intialized here: https://searchfox.org/mozilla-central/rev/b3fd653bc6078b3be4a8d06db39eddc5714755da/xpcom/base/nsSystemInfo.cpp#489
We call PR_GetSystemInfo(PR_SI_RELEASE, ..) to get the version info which ends up here:
https://searchfox.org/mozilla-central/rev/b3fd653bc6078b3be4a8d06db39eddc5714755da/nsprpub/pr/src/md/windows/ntmisc.c#811
Comment 2•5 years ago
|
||
Setting P3 since this seems like something nice to have, but it's blocking a P1 and P2. Can you confirm the priority when you're back, Jeff?
Reporter | ||
Comment 3•5 years ago
|
||
We've been running into issues that are specific to particular windows versions so it's pretty helpful for people to be able to report that easily from about:support. Fixing this isn't needed for those bugs so it technically doesn't need to block them.
Updated•5 years ago
|
Description
•