Bug 124267 - Avoid unnecessarily padding the FontDescription families vector.
Summary: Avoid unnecessarily padding the FontDescription families vector.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-12 23:37 PST by Andreas Kling
Modified: 2013-11-13 03:43 PST (History)
6 users (show)

See Also:


Attachments
Patch (2.36 KB, patch)
2013-11-12 23:38 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.