Bug 24386

Summary: Faster implementation of extractMIMETypeFromMediaType()
Product: WebKit Reporter: Yong Li <yong.li.webkit>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: manyoso, staikos
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: OS X 10.5   
URL: http://code.staikos.net/cgi-bin/gitweb.cgi?p=WebKit-CE;a=commitdiff;h=a6eca12aadcacde17c9a78ab573aa0d873bccf4d
Attachments:
Description Flags
patch file
none
With Changelog simon.fraser: review+

Yong Li
Reported 2009-03-05 08:36:27 PST
The old implementation runs slowly due to frequently allocating and releasing String object.
Attachments
patch file (1.69 KB, patch)
2009-03-05 08:40 PST, Yong Li
no flags
With Changelog (1.97 KB, patch)
2009-03-05 11:28 PST, Adam Treat
simon.fraser: review+
Adam Treat
Comment 2 2009-03-05 11:28:46 PST
Created attachment 28313 [details] With Changelog
Adam Treat
Comment 3 2009-03-05 11:58:44 PST
Landed with r41457.
Note You need to log in before you can comment on or make changes to this bug.