[Webkit-unassigned] [Bug 25207] Text not visible while external font downloading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 17 06:15:08 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=25207


Antti Koivisto <koivisto at iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |koivisto at iki.fi




--- Comment #48 from Antti Koivisto <koivisto at iki.fi>  2013-10-17 06:13:50 PST ---
We should back external font loading with aggressive speculative caching. 

- Never (within reason) remove fonts from cache
- Speculatively use cache entries even when expired
- Speculatively use cached font that is likely the same as the requested font (based on file name etc)
- Validate speculative loads asynchronously. If it turns out speculation was wrong then switch to the right font when data is available.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list