Unreplaced $unit variable displayed for some rows in about:processes
Categories
(Core :: DOM: Content Processes, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox82 | --- | unaffected |
firefox83 | --- | unaffected |
firefox84 | --- | fixed |
People
(Reporter: flod, Assigned: Yoric)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files)
As far as I can see from the Inspector, it only happens on cells that use the string about-processes-cpu-user-and-kernel
. But it's hard to confirm, given the page refreshes frequently.
Reporter | ||
Comment 1•4 years ago
|
||
This is happening on macOS with an Italian build (OS set to Italian).
Interestingly enough, it doesn't seem to happen on Linux, with a local build (en-US) built on top of current default.
Reporter | ||
Comment 2•4 years ago
•
|
||
Looks like the problem is with duration in minutes, caused by moving from min
to m
, but not everywhere.
https://hg.mozilla.org/mozilla-central/file/695f232f1abce34eaac99df10dbb7973b7ab6373/toolkit/components/aboutprocesses/content/aboutProcesses.js#l951
The code searches for a units.duration['m']
, and returns undefined
.
Assignee | ||
Comment 3•4 years ago
|
||
Thanks!
Assignee | ||
Comment 4•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 5•4 years ago
|
||
My first patch as an external contributor since 2011!
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Set release status flags based on info from the regressing bug 1635117
Comment 8•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Description
•