NEW 103467
Improve webfonts download algorithm
https://bugs.webkit.org/show_bug.cgi?id=103467
Summary Improve webfonts download algorithm
Kenichi Ishibashi
Reported 2012-11-27 16:34:32 PST
https://bugzilla.mozilla.org/show_bug.cgi?id=510439#c6 says that Chrome fetches unnecessary webfonts for the following test cases: - http://people.mozilla.org/~jkew/lazy-fontface-2a.html font-family list is "Sevillana, Siemreap, GFS Diot". Sevillana has glyphs for basic Latin so Siemreap and GFS Didot should not be downloaded. - http://people.mozilla.org/~jkew/lazy-fontface-2b.html font-family list is "Siemreap, Sevillana, GFS Diot". Siemreap doesn't have glyphs for basic Latin, so we should download Siemreap first, then download Sevillana. GFS Diot should not be downloaded. Chrome download all three webfonts for both 2a and 2b. I confirmed that Safari has the same problem.
Attachments
Alexey Proskuryakov
Comment 1 2012-11-29 11:05:24 PST
See also: bug 42154.
mitz
Comment 2 2012-11-29 13:30:51 PST
I suspect that this is a regression from <http://trac.webkit.org/r130160>.
Note You need to log in before you can comment on or make changes to this bug.