RESOLVED FIXED 72290
Towards 8 bit strings - Add 8 bit paths to StringImpl methods
https://bugs.webkit.org/show_bug.cgi?id=72290
Summary Towards 8 bit strings - Add 8 bit paths to StringImpl methods
Michael Saboff
Reported 2011-11-14 11:14:35 PST
StringImpl methods like simplifyMatchedCharactersToSpace(), simplifyWhiteSpace() and the various toInt() and toDouble() flavors do not have an 8 bit path.
Attachments
Patch (17.90 KB, patch)
2011-11-14 11:53 PST, Michael Saboff
oliver: review+
Michael Saboff
Comment 1 2011-11-14 11:53:06 PST
Created attachment 114996 [details] Patch This patch doesn't have changes for simplifyMatchedCharactersToSpace(), simplifyWhiteSpace() as they have been implemented with a templates StringBuffer class that ripples changes to WebCore classes. That will be handled in another patch. This patch does include updated find and reverseFind methods.
Michael Saboff
Comment 2 2011-11-14 14:42:52 PST
Note You need to log in before you can comment on or make changes to this bug.