Bug 140894 - Don't let the CSSValuePool's font family cache grow unbounded.
Summary: Don't let the CSSValuePool's font family cache grow unbounded.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-26 11:47 PST by Andreas Kling
Modified: 2015-01-26 13:42 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.65 KB, patch)
2015-01-26 11:49 PST, Andreas Kling
cdumez: review+
Details | Formatted Diff | Diff
Patch (1.68 KB, patch)
2015-01-26 11:54 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 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>