Bug 5681

Summary: font family management can be faster by avoiding NSString/autorelease
Product: WebKit Reporter: Darin Adler <darin>
Component: WebKit Misc.Assignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
use CFString instead of NSString for a small speedup eric: review+

Description Darin Adler 2005-11-09 08:24:17 PST
 
Comment 1 Darin Adler 2005-11-09 08:25:02 PST
Created attachment 4644 [details]
use CFString instead of NSString for a small speedup
Comment 2 Eric Seidel (no email) 2005-11-09 12:18:22 PST
Comment on attachment 4644 [details]
use CFString instead of NSString for a small speedup

Looks fine.