Open
Bug 1673548
Opened 4 years ago
Updated 4 years ago
Remove Fluent workarounds in about:processes
Categories
(Core :: DOM: Content Processes, task, P3)
Core
DOM: Content Processes
Tracking
()
ASSIGNED
People
(Reporter: Yoric, Assigned: florian)
References
(Depends on 1 open bug)
Details
Due to two issue with Fluent and time constraints, in about:processes, bug 1635117 will ship with two workarounds:
- to work around bug 1673539, we multiply percentages by 100 wherever we use
NUMBER(style = "percent", ...)
; - to work around bug 1673545, we hardcode the sign of deltas.
Once these two bugs are landed, we MUST remove the percent
workaround (otherwise, the info displayed will be wrong) and we SHOULD remove the hardcoded signs.
Updated•4 years ago
|
Severity: -- → N/A
Status: NEW → ASSIGNED
Type: defect → task
Priority: -- → P3
Comment 1•4 years ago
|
||
(In reply to David Teller [:Yoric] - last day is October 30th from comment #0)
- to work around bug 1673539, we multiply percentages by 100 wherever we use
NUMBER(style = "percent", ...)
;
This part should already be fixed, since bug 1673539 landed beforehand.
You need to log in
before you can comment on or make changes to this bug.
Description
•