Closed
Bug 1135308
Opened 10 years ago
Closed 10 years ago
add pref for explicitly disabling downloadable font cache
Categories
(Core :: Graphics: Text, defect)
Core
Graphics: Text
Tracking
()
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: jtd, Assigned: jtd)
Details
Attachments
(1 file)
2.61 KB,
patch
|
m_kato
:
review+
|
Details | Diff | Splinter Review |
In the course of trying to reduce the dumping of textruns for pages that use downloadable fonts, I realized it would be helpful to have a pref that allows the downloadable font cache to be bypassed. Fonts downloaded without caching will go through the same code flow that would occur with an uncached font, making it easier to catch errors during the reflow.
Assignee | ||
Comment 1•10 years ago
|
||
Simply disable downloadable font cache insertions and lookups based on a pref.
Attachment #8567434 -
Flags: review?(m_kato)
Updated•10 years ago
|
Attachment #8567434 -
Flags: review?(m_kato) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Pushed to inbound:
https://hg.mozilla.org/integration/mozilla-inbound/rev/716cd52ef2c3
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•