RESOLVED FIXED Bug 131414
systemHiddenFontFamilySet in DRT is unnecessary
https://bugs.webkit.org/show_bug.cgi?id=131414
Summary systemHiddenFontFamilySet in DRT is unnecessary
Myles C. Maxfield
Reported 2014-04-08 18:07:36 PDT
systemHiddenFontFamilySet in DRT is unnecessary
Attachments
Patch (1.74 KB, patch)
2014-04-08 18:08 PDT, Myles C. Maxfield
no flags
Myles C. Maxfield
Comment 1 2014-04-08 18:08:19 PDT
Myles C. Maxfield
Comment 2 2014-04-09 15:00:23 PDT
Unnecessary because drt_NSFontManager_availableFonts adds all fonts that have a family name that is in the whitelist, and Lucida Grande is in the whitelist (so the system font gets added in the initial loop)
WebKit Commit Bot
Comment 3 2014-04-09 15:33:43 PDT
Comment on attachment 228924 [details] Patch Clearing flags on attachment: 228924 Committed r167043: <http://trac.webkit.org/changeset/167043>
WebKit Commit Bot
Comment 4 2014-04-09 15:33:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.