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

Andreas Kling
Reported 2015-01-26 11:47:09 PST
We should restrict the font family CSSValue cache like we do for the font face one.
Attachments
Patch (1.65 KB, patch)
2015-01-26 11:49 PST, Andreas Kling
cdumez: review+
Patch (1.68 KB, patch)
2015-01-26 11:54 PST, Andreas Kling
no flags
Andreas Kling
Comment 1 2015-01-26 11:49:05 PST
Chris Dumez
Comment 2 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 :)
Andreas Kling
Comment 3 2015-01-26 11:54:54 PST
Andreas Kling
Comment 4 2015-01-26 13:42:42 PST
Note You need to log in before you can comment on or make changes to this bug.