Bug 131414

Summary: systemHiddenFontFamilySet in DRT is unnecessary
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: New BugsAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, jonlee, simon.fraser, thorton
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.