RESOLVED FIXED 24386
Faster implementation of extractMIMETypeFromMediaType()
https://bugs.webkit.org/show_bug.cgi?id=24386
Summary Faster implementation of extractMIMETypeFromMediaType()
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.