Bug 140293 - FontCache should only deal with SimpleFontData
Summary: FontCache should only deal with SimpleFontData
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-09 09:42 PST by Antti Koivisto
Modified: 2015-01-09 11:48 PST (History)
2 users (show)

See Also:


Attachments
patch (20.42 KB, patch)
2015-01-09 10:12 PST, Antti Koivisto
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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