Bug 124267

Summary: Avoid unnecessarily padding the FontDescription families vector.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, gyuyoung.kim, macpherson, menard
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2013-11-12 23:37:47 PST
I see that FontDescription::m_families frequently has 2-3 entries and 16 capacity. The waste!
Comment 1 Andreas Kling 2013-11-12 23:38:12 PST
Created attachment 216772 [details]
Patch
Comment 2 WebKit Commit Bot 2013-11-13 03:43:41 PST
Comment on attachment 216772 [details]
Patch

Clearing flags on attachment: 216772

Committed r159185: <http://trac.webkit.org/changeset/159185>
Comment 3 WebKit Commit Bot 2013-11-13 03:43:43 PST
All reviewed patches have been landed.  Closing bug.