RESOLVED FIXED Bug 113392
[Mac] Use fontName rather than familyName for internal fonts
https://bugs.webkit.org/show_bug.cgi?id=113392
Summary [Mac] Use fontName rather than familyName for internal fonts
Dean Jackson
Reported 2013-03-27 04:52:15 PDT
Some internal fonts for OS X are not listed in availableFontFamilies, which means that WebCore fails to find them. In these cases we should look for the fontName, rather than the familyName. <rdar://problem/13474743>
Attachments
Patch (4.51 KB, patch)
2013-03-27 04:56 PDT, Dean Jackson
enrica: review+
buildbot: commit-queue-
Dean Jackson
Comment 1 2013-03-27 04:56:32 PDT
Build Bot
Comment 2 2013-03-27 06:40:02 PDT
Enrica Casucci
Comment 3 2013-03-27 08:04:55 PDT
Comment on attachment 195279 [details] Patch Looks good
Dean Jackson
Comment 4 2013-03-27 10:43:30 PDT
Not sure what is up with the windows tests: svg/dom/SVGScriptElement/script-change-externalResourcesRequired-while-loading.svg -> failed
Dean Jackson
Comment 5 2013-03-27 10:48:19 PDT
Since the files changed here aren't even compiled on Windows, it seems like a misleading result. I'll keep an eye on the test bots.
Dean Jackson
Comment 6 2013-03-27 10:52:08 PDT
Note You need to log in before you can comment on or make changes to this bug.