Bug 114110

Summary: Do not allocate static AtomicStrings when searching for alternate font names
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch ggaren: review+

Benjamin Poulain
Reported 2013-04-06 21:44:34 PDT
Do not allocate static AtomicStrings when searching for alternate font names
Attachments
Patch (7.92 KB, patch)
2013-04-06 22:05 PDT, Benjamin Poulain
ggaren: review+
Benjamin Poulain
Comment 1 2013-04-06 22:05:27 PDT
Geoffrey Garen
Comment 2 2013-04-07 12:38:33 PDT
Comment on attachment 196769 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=196769&action=review r=me > Source/WebCore/ChangeLog:25 > + To avoid comparing the input to every string, every time, the lenght of Typo: length. > Source/WebCore/platform/graphics/FontCache.cpp:156 > + // Alias Arial and Helvetica Typo: Needs a ".".
Benjamin Poulain
Comment 3 2013-04-07 18:00:23 PDT
Note You need to log in before you can comment on or make changes to this bug.