Bug 140840

Summary: Implement system fonts FontDescription caching at RenderTheme level
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: CSSAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, kling, koivisto
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 140577    
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Chris Dumez 2015-01-23 15:06:19 PST
Implement system fonts FontDescription caching at RenderTheme level instead of duplicating the logic in its subclasses for each platform. This reduces duplication and reduces the amount of platform-specific code. This will also make the refactoring at Bug 140577 a lot easier.
Comment 1 Chris Dumez 2015-01-23 15:25:05 PST
Created attachment 245253 [details]
Patch
Comment 2 Chris Dumez 2015-01-23 15:40:09 PST
Created attachment 245255 [details]
Patch
Comment 3 Andreas Kling 2015-01-23 16:34:16 PST
Comment on attachment 245255 [details]
Patch

r=me
Comment 4 Chris Dumez 2015-01-23 16:54:39 PST
Created attachment 245261 [details]
Patch
Comment 5 WebKit Commit Bot 2015-01-23 17:41:35 PST
Comment on attachment 245261 [details]
Patch

Clearing flags on attachment: 245261

Committed r179050: <http://trac.webkit.org/changeset/179050>
Comment 6 WebKit Commit Bot 2015-01-23 17:41:39 PST
All reviewed patches have been landed.  Closing bug.