Open
Bug 1665233
Opened 4 years ago
Updated 4 years ago
various font list changed functions refer to reflow but actually cause frame reconstruction
Categories
(Core :: Layout: Text and Fonts, task)
Core
Layout: Text and Fonts
Tracking
()
NEW
People
(Reporter: tnikkel, Unassigned)
Details
For example gfxPlatform::ForceGlobalReflow nsPresContext::ForceReflowForFontInfoUpdate, they both end up touching the pref font.internaluseonly.changed which causes frame reconstruction
Comment 1•4 years ago
|
||
Right, this used to only trigger reflow, but now it requires frame reconstruction to be safe; we should update naming/comments in various places.
You need to log in
before you can comment on or make changes to this bug.
Description
•