Bug 140894

Summary: Don't let the CSSValuePool's font family cache grow unbounded.
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, darin, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
cdumez: review+
Patch none

Description Andreas Kling 2015-01-26 11:47:09 PST
We should restrict the font family CSSValue cache like we do for the font face one.
Comment 1 Andreas Kling 2015-01-26 11:49:05 PST
Created attachment 245362 [details]
Patch
Comment 2 Chris Dumez 2015-01-26 11:51:22 PST
Comment on attachment 245362 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=245362&action=review

r=me

> Source/WebCore/ChangeLog:8
> +        Chris pointed out that the font family cache in CSSValuePool can grow unbounded

Actually Darin pointed that out to me :)
Comment 3 Andreas Kling 2015-01-26 11:54:54 PST
Created attachment 245364 [details]
Patch
Comment 4 Andreas Kling 2015-01-26 13:42:42 PST
Committed r179141: <http://trac.webkit.org/changeset/179141>