Open
Bug 1819364
Opened 2 years ago
Updated 2 years ago
The gfxFcPlatformFontList::gfxFcPlatformFontList timer fires every 31s even when the user has been idle for a long time
Categories
(Core :: Graphics, defect, P3)
Tracking
()
NEW
People
(Reporter: florian, Unassigned)
References
(Blocks 1 open bug)
Details
Here is a long profile of Firefox showing only one about:blank tab on Linux: https://share.firefox.dev/3xXkCzh
This timer is created by the code at https://searchfox.org/mozilla-central/rev/aa3ccd258b64abfd4c5ce56c1f512bc7f65b844c/gfx/thebes/gfxFcPlatformFontList.cpp#1325-1331
Would there be another more power efficient way to get a notification when the font configuration changes? If not, could this timer be stopped when the user has been idle for a long while?
Updated•2 years ago
|
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:bhood, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(bhood)
Updated•2 years ago
|
Severity: -- → S3
Flags: needinfo?(bhood)
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•