WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
116861
Remove XMLMIMETypeRegExp
https://bugs.webkit.org/show_bug.cgi?id=116861
Summary
Remove XMLMIMETypeRegExp
Zan Dobersek
Reported
2013-05-28 04:01:25 PDT
Remove XMLMIMETypeRegExp
Attachments
Patch
(7.21 KB, patch)
2013-05-28 04:14 PDT
,
Zan Dobersek
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Zan Dobersek
Comment 1
2013-05-28 04:14:32 PDT
Created
attachment 203040
[details]
Patch
Alexey Proskuryakov
Comment 2
2013-06-03 10:27:11 PDT
Comment on
attachment 203040
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=203040&action=review
> Source/WebCore/dom/DOMImplementation.cpp:351 > + size_t slashPosition = mimeType.find('/');
If this was performance sensitive code, it would be better to iterate once, checking for '/' restrictions where "i != slashPosition" check currently is.
Zan Dobersek
Comment 3
2013-06-03 14:03:29 PDT
Comment on
attachment 203040
[details]
Patch Clearing flags on attachment: 203040 Committed
r151126
: <
http://trac.webkit.org/changeset/151126
>
Zan Dobersek
Comment 4
2013-06-03 14:03:35 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug