Closed
Bug 1659257
Opened 6 years ago
Closed 6 years ago
FT2 font backend fails to set up shared charmap records in font entries
Categories
(Core :: Layout: Text and Fonts, defect, P2)
Tracking
()
RESOLVED
FIXED
82 Branch
| Tracking | Status | |
|---|---|---|
| firefox82 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
Attachments
(1 file)
This is a missing piece from the shared fontlist support in gfxFT2FontList: it never sets the mShmemCharacterMap field in font entries, so we don't get the memory savings of sharing the charmaps across processes.
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by jkew@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7816e750fc90
Set up shared-memory charmap record in FT2FontEntry::ReadCMAP. r=jwatt
Comment 3•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•