Closed
Bug 1119253
Opened 6 years ago
Closed 6 years ago
font-selection code should use gfxFontEntry::HasCharacter in preference to TestCharacterMap
Categories
(Core :: Graphics: Text, defect)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: jfkthame, Assigned: jfkthame)
Details
Attachments
(1 file)
I notice that some of the font-selection code is using the virtual gfxFontEntry method TestCharacterMap, where it should instead use HasCharacter for a more efficient check in the (usual) case where the character map is already loaded.
Assignee | ||
Comment 1•6 years ago
|
||
Attachment #8545955 -
Flags: review?(jdaggett)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Updated•6 years ago
|
Summary: font-selection code should use gfxFont::HasCharacter in preference to TestCharacterMap → font-selection code should use gfxFontEntry::HasCharacter in preference to TestCharacterMap
Updated•6 years ago
|
Attachment #8545955 -
Flags: review?(jdaggett) → review+
Assignee | ||
Comment 2•6 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/99d21b08e56e
Target Milestone: --- → mozilla38
https://hg.mozilla.org/mozilla-central/rev/99d21b08e56e
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•