Bug 140293

Summary: FontCache should only deal with SimpleFontData
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mmaxfield
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch kling: review+

Description Antti Koivisto 2015-01-09 09:42:26 PST
Move FontCache::fontForFamilyAtIndex functionality to FontGlyphs to improve layering.
Comment 1 Antti Koivisto 2015-01-09 10:12:27 PST
Created attachment 244347 [details]
patch
Comment 2 Andreas Kling 2015-01-09 10:58:48 PST
Comment on attachment 244347 [details]
patch

r=me
I wonder what's up with that fast/text failure on WK1. Let's hope it's just EWS being wonky.
Comment 3 Antti Koivisto 2015-01-09 11:34:38 PST
https://trac.webkit.org/r178180
Comment 4 Antti Koivisto 2015-01-09 11:48:17 PST
> I wonder what's up with that fast/text failure on WK1. Let's hope it's just
> EWS being wonky.

That was unrelated