Closed
Bug 1522201
Opened 6 years ago
Closed 6 years ago
Consider sharing more information about fonts across processes
Categories
(Core :: Layout: Text and Fonts, enhancement)
Core
Layout: Text and Fonts
Tracking
()
RESOLVED
DUPLICATE
of bug 1514869
Tracking | Status | |
---|---|---|
firefox66 | --- | affected |
People
(Reporter: mstange, Unassigned)
Details
It seems to me that content processes duplicate a lot of work that has to do with getting information about fonts:
- Which fonts are available on the system
- Which fonts support which characters
- Font metrics
These font queries show up in profiles all the time. Could we share some of this information so that
- the time cost of looking up this information only needs to be paid once, and
- the memory cost of storing this information is only paid once?
Are there any existing plans to do this, or parts of this?
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•6 years ago
|
||
Woohoo!
You need to log in
before you can comment on or make changes to this bug.
Description
•