Bug 131414 - systemHiddenFontFamilySet in DRT is unnecessary
Summary: systemHiddenFontFamilySet in DRT is unnecessary
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-08 18:07 PDT by Myles C. Maxfield
Modified: 2014-04-09 15:33 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.74 KB, patch)
2014-04-08 18:08 PDT, Myles C. Maxfield
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Myles C. Maxfield 2014-04-08 18:07:36 PDT
systemHiddenFontFamilySet in DRT is unnecessary
Comment 1 Myles C. Maxfield 2014-04-08 18:08:19 PDT
Created attachment 228924 [details]
Patch
Comment 2 Myles C. Maxfield 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)
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2014-04-09 15:33:46 PDT
All reviewed patches have been landed.  Closing bug.