RESOLVED FIXED 74827
KURL::protocolIs() should handle 8-bit strings.
https://bugs.webkit.org/show_bug.cgi?id=74827
Summary KURL::protocolIs() should handle 8-bit strings.
Andreas Kling
Reported 2011-12-18 17:02:14 PST
We're unnecessarily converting to 16-bit strings here.
Attachments
Patch (2.81 KB, patch)
2011-12-18 17:20 PST, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2011-12-18 17:20:53 PST
Darin Adler
Comment 2 2011-12-18 17:39:44 PST
Comment on attachment 119790 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=119790&action=review > Source/WebCore/platform/KURL.cpp:1718 > +bool charactersAreProtocol(const CharType* url, const char* protocol) This should have static on it for the same reason that isLetterMatchIgnoringCase does.
Andreas Kling
Comment 3 2011-12-18 17:40:35 PST
Andreas Kling
Comment 4 2011-12-18 17:48:53 PST
(In reply to comment #2) > (From update of attachment 119790 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=119790&action=review > > > Source/WebCore/platform/KURL.cpp:1718 > > +bool charactersAreProtocol(const CharType* url, const char* protocol) > > This should have static on it for the same reason that isLetterMatchIgnoringCase does. Can I take that as an rs=you to add it?
Darin Adler
Comment 5 2011-12-18 17:50:36 PST
Yes.
Note You need to log in before you can comment on or make changes to this bug.